Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dhw_stats_l3.sh31 DEV() function
/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.h377 #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.h5621 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument
5622 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ argument
5624 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD) argument