Searched refs:S_RX_NPORTS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dregs.h1423 #define S_RX_NPORTS 0 macro
1425 #define V_RX_NPORTS(x) ((x) << S_RX_NPORTS)
1426 #define G_RX_NPORTS(x) (((x) >> S_RX_NPORTS) & M_RX_NPORTS)

Completed in 104 milliseconds