Searched refs:TX_QUEUE_S (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h477 #define TX_QUEUE_S 23 macro
479 #define TX_QUEUE_V(x) ((x) << TX_QUEUE_S)
480 #define TX_QUEUE_G(x) (((x) >> TX_QUEUE_S) & TX_QUEUE_M)

Completed in 199 milliseconds