Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
Dregs.h2337 #define S_RXMAXPKTSIZE 0 macro
2339 #define V_RXMAXPKTSIZE(x) ((x) << S_RXMAXPKTSIZE)
2340 #define G_RXMAXPKTSIZE(x) (((x) >> S_RXMAXPKTSIZE) & M_RXMAXPKTSIZE)