Searched refs:IXGB_GET_DESC (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 131 #define IXGB_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) macro 132 #define IXGB_RX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_rx_desc) 133 #define IXGB_TX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_tx_desc) 134 #define IXGB_CONTEXT_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_context_desc)
|