Searched refs:E1000_GET_DESC (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000.h | 233 #define E1000_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) macro 234 #define E1000_RX_DESC(R, i) E1000_GET_DESC(R, i, e1000_rx_desc) 235 #define E1000_TX_DESC(R, i) E1000_GET_DESC(R, i, e1000_tx_desc) 236 #define E1000_CONTEXT_DESC(R, i) E1000_GET_DESC(R, i, e1000_context_desc)
|