Home
last modified time | relevance | path

Searched defs:FIELD (Results 1 – 2 of 2) sorted by relevance

/include/linux/mfd/
DidtRC38xxx_reg.h196 #define IDTFC3_FW_FIELD(FW, VER, FIELD) (((FW) < (VER)) ? (FIELD) : (FIELD##_##VER)) argument
/include/linux/
Dnetdevice.h185 #define NET_DEV_STAT(FIELD) \ argument
4051 #define DEV_CORE_STATS_INC(FIELD) \ argument
5314 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument
5315 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ argument
5317 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD) argument