Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h281 #define RSS_QUEUE_S 0 macro
283 #define RSS_QUEUE_V(x) ((x) << RSS_QUEUE_S)
284 #define RSS_QUEUE_G(x) (((x) >> RSS_QUEUE_S) & RSS_QUEUE_M)