RSS_QUEUE_S       283 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h #define RSS_QUEUE_V(x) ((x) << RSS_QUEUE_S)
RSS_QUEUE_S       284 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h #define RSS_QUEUE_G(x) (((x) >> RSS_QUEUE_S) & RSS_QUEUE_M)