Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h282 #define RSS_QUEUE_S 0 macro
284 #define RSS_QUEUE_V(x) ((x) << RSS_QUEUE_S)
285 #define RSS_QUEUE_G(x) (((x) >> RSS_QUEUE_S) & RSS_QUEUE_M)