IXGB_GET_DESC     106 drivers/net/ethernet/intel/ixgb/ixgb.h #define IXGB_RX_DESC(R, i)		IXGB_GET_DESC(R, i, ixgb_rx_desc)
IXGB_GET_DESC     107 drivers/net/ethernet/intel/ixgb/ixgb.h #define IXGB_TX_DESC(R, i)		IXGB_GET_DESC(R, i, ixgb_tx_desc)
IXGB_GET_DESC     108 drivers/net/ethernet/intel/ixgb/ixgb.h #define IXGB_CONTEXT_DESC(R, i)	IXGB_GET_DESC(R, i, ixgb_context_desc)