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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A 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)

Completed in 71 milliseconds