Rev 4350 | Rev 4723 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4350 | Rev 4498 | ||
|---|---|---|---|
| Line 263... | Line 263... | ||
| 263 | int iod_proc_nr; |
263 | int iod_proc_nr; |
| 264 | cp_grant_id_t iod_grant; |
264 | cp_grant_id_t iod_grant; |
| 265 | vir_bytes iod_iovec_offset; |
265 | vir_bytes iod_iovec_offset; |
| 266 | } iovec_dat_s_t; |
266 | } iovec_dat_s_t; |
| 267 | */ |
267 | */ |
| 268 | #define SENDQ_NR 2 /* Maximum size of the send queue */ |
268 | #define SENDQ_NR 1 /* Maximum size of the send queue */ |
| 269 | #define SENDQ_PAGES 6 /* 6 * DP_PAGESIZE >= 1514 bytes */ |
269 | #define SENDQ_PAGES 6 /* 6 * DP_PAGESIZE >= 1514 bytes */ |
| 270 | 270 | ||
| 271 | typedef struct dpeth |
271 | typedef struct dpeth |
| 272 | { |
272 | { |
| 273 | /* Packet send queue. |
273 | /* Packet send queue. |