Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb3/
Dxgmac.c382 V_RXMAXPKTSIZE(M_RXMAXPKTSIZE), in t3_mac_set_mtu()
383 V_RXMAXPKTSIZE(mtu)); in t3_mac_set_mtu()
388 V_RXMAXPKTSIZE(M_RXMAXPKTSIZE), in t3_mac_set_mtu()
389 V_RXMAXPKTSIZE(mtu)); in t3_mac_set_mtu()
Dregs.h2372 #define V_RXMAXPKTSIZE(x) ((x) << S_RXMAXPKTSIZE) macro