Home
last modified time | relevance | path

Searched defs:DEV (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dhw_stats_l3.sh31 DEV() function
/linux/drivers/devfreq/
H A Ddevfreq-event.c26 #define to_devfreq_event(DEV) container_of(DEV, struct devfreq_event_dev, dev) argument
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_dev.h207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev)) macro
/linux/include/net/
H A Dip_tunnels.h384 #define ip_tunnel_init(DEV) \ argument
/linux/drivers/hwmon/
H A Dpc87360.c72 #define DEV 0x07 /* Register: Logical device select */ macro
H A Dit87.c74 #define DEV 0x07 /* Register: Logical device select */ macro
/linux/include/linux/
H A Dnetdevice.h5673 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument
5675 atomic_long_add((VAL), &(DEV)->stats.__##FIELD) argument
5672 DEV_STATS_INC(DEV,FIELD) global() argument