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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/chelsio/
H A Dregs.h1008 #define S_RX_COALESCE_SIZE 0 macro
1010 #define V_RX_COALESCE_SIZE(x) ((x) << S_RX_COALESCE_SIZE)
1011 #define G_RX_COALESCE_SIZE(x) (((x) >> S_RX_COALESCE_SIZE) & M_RX_COALESCE_SIZE)

Completed in 13 milliseconds