Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/sfc/
Dnic.h241 #define FALCON_STAT_OFFSET(falcon_stat) EFX_VAL(falcon_stat, offset) argument
242 #define FALCON_STAT_WIDTH(falcon_stat) EFX_VAL(falcon_stat, WIDTH) argument
245 #define FALCON_STAT(efx, falcon_stat, efx_stat) do { \ argument
246 if (FALCON_STAT_WIDTH(falcon_stat) == 16) \
250 FALCON_STAT_OFFSET(falcon_stat)))); \
251 else if (FALCON_STAT_WIDTH(falcon_stat) == 32) \
255 FALCON_STAT_OFFSET(falcon_stat)))); \
260 FALCON_STAT_OFFSET(falcon_stat)))); \