Home
last modified time | relevance | path

Searched refs:IXGB_GET_DESC (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb.h130 #define IXGB_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) macro
131 #define IXGB_RX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_rx_desc)
132 #define IXGB_TX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_tx_desc)
133 #define IXGB_CONTEXT_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_context_desc)