Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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 13 milliseconds