4 Created: Dec 30, 1991 by Philip Homburg
6 Copyright 1995 Philip Homburg
9 #ifndef INET__OSDEP_ETH_H
10 #define INET__OSDEP_ETH_H
12 #include "generic/event.h"
15 #define RD_IOVEC ((ETH_MAX_PACK_SIZE + BUF_S -1)/BUF_S)
17 typedef struct osdep_eth_port
23 iovec_s_t etp_wr_iovec
[IOVEC_NR
];
24 cp_grant_id_t etp_wr_vec_grant
;
25 iovec_s_t etp_rd_iovec
[RD_IOVEC
];
26 cp_grant_id_t etp_rd_vec_grant
;
32 #endif /* INET__OSDEP_ETH_H */
35 * $PchId: osdep_eth.h,v 1.6 2001/04/20 06:39:54 philip Exp $