RX_CHAN_S 1209 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h #define RX_CHAN_V(x) ((x) << RX_CHAN_S) RX_CHAN_S 1210 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h #define RX_CHAN_G(x) (((x) >> RX_CHAN_S) & RX_CHAN_M)