S_RXMAXPKTSIZE 2340 drivers/net/ethernet/chelsio/cxgb3/regs.h #define V_RXMAXPKTSIZE(x) ((x) << S_RXMAXPKTSIZE) S_RXMAXPKTSIZE 2341 drivers/net/ethernet/chelsio/cxgb3/regs.h #define G_RXMAXPKTSIZE(x) (((x) >> S_RXMAXPKTSIZE) & M_RXMAXPKTSIZE)