Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_xgmac.c192 V_RXMAXPKTSIZE(MAX_FRAME_SIZE - 4)); in t3_mac_init()
510 V_RXMAXPKTSIZE(M_RXMAXPKTSIZE), in t3_mac_set_mtu()
511 V_RXMAXPKTSIZE(mtu)); in t3_mac_set_mtu()
516 V_RXMAXPKTSIZE(M_RXMAXPKTSIZE), in t3_mac_set_mtu()
517 V_RXMAXPKTSIZE(mtu)); in t3_mac_set_mtu()
HDcxgb_regs.h7554 #define V_RXMAXPKTSIZE(x) ((x) << S_RXMAXPKTSIZE) macro