TX_QUEUE_S 478 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h #define TX_QUEUE_V(x) ((x) << TX_QUEUE_S) TX_QUEUE_S 479 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h #define TX_QUEUE_G(x) (((x) >> TX_QUEUE_S) & TX_QUEUE_M)