| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00queue.h | 493 #define queue_end(__dev) \ argument 494 &(__dev)->rx[(__dev)->data_queues] 504 #define tx_queue_end(__dev) \ argument 505 &(__dev)->tx[(__dev)->ops->tx_queues] 540 #define queue_for_each(__dev, __entry) \ argument 541 queue_loop(__entry, (__dev)->rx, queue_end(__dev)) 551 #define tx_queue_for_each(__dev, __entry) \ argument 552 queue_loop(__entry, (__dev)->tx, tx_queue_end(__dev)) 562 #define txall_queue_for_each(__dev, __entry) \ argument 563 queue_loop(__entry, (__dev)->tx, queue_end(__dev))
|
| /linux/drivers/vdpa/mlx5/core/ |
| H A D | mlx5_vdpa.h | 170 #define mlx5_vdpa_err(__dev, format, ...) \ argument 171 dev_err((__dev)->mdev->device, "%s:%d:(pid %d) error: " format, __func__, __LINE__, \ 175 #define mlx5_vdpa_warn(__dev, format, ...) \ argument 176 dev_warn((__dev)->mdev->device, "%s:%d:(pid %d) warning: " format, __func__, __LINE__, \ 179 #define mlx5_vdpa_info(__dev, format, ...) \ argument 180 dev_info((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \ 183 #define mlx5_vdpa_dbg(__dev, format, ...) \ argument 184 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \
|
| /linux/include/net/ |
| H A D | net_debug.h | 55 #define netdev_dbg(__dev, format, args...) \ argument 57 dynamic_netdev_dbg(__dev, format, ##args); \ 60 #define netdev_dbg(__dev, format, args...) \ argument 61 netdev_printk(KERN_DEBUG, __dev, format, ##args) 63 #define netdev_dbg(__dev, format, args...) \ argument 66 netdev_printk(KERN_DEBUG, __dev, format, ##args); \
|
| H A D | ip_tunnels.h | 386 struct net_device *__dev = (DEV); \ 387 int __res = __ip_tunnel_init(__dev); \ 390 netdev_lockdep_set_classes(__dev);\
|
| /linux/drivers/base/ |
| H A D | base.h | 275 #define dev_for_each_link_to_supplier(__link, __dev) \ argument 276 list_for_each_entry_srcu(__link, &(__dev)->links.suppliers, c_node, \ 279 #define dev_for_each_link_to_consumer(__link, __dev) \ argument 280 list_for_each_entry_srcu(__link, &(__dev)->links.consumers, s_node, \
|
| /linux/drivers/soc/sunxi/ |
| H A D | sunxi_mbus.c | 61 unsigned long event, void *__dev) in sunxi_mbus_notifier() argument 63 struct device *dev = __dev; in sunxi_mbus_notifier()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.h | 607 #define CSIO_DEVID(__dev) ((__dev)->dev_num) argument 608 #define CSIO_DEVID_LO(__dev) (CSIO_DEVID((__dev)) & 0xFFFF) argument 609 #define CSIO_DEVID_HI(__dev) ((CSIO_DEVID((__dev)) >> 16) & 0xFFFF) argument
|
| /linux/arch/powerpc/platforms/512x/ |
| H A D | pdm360ng.c | 75 unsigned long event, void *__dev) in pdm360ng_touchscreen_notifier_call() argument 77 struct device *dev = __dev; in pdm360ng_touchscreen_notifier_call()
|
| /linux/drivers/base/firmware_loader/ |
| H A D | sysfs.h | 83 #define to_fw_sysfs(__dev) container_of_const(__dev, struct fw_sysfs, dev) argument
|
| /linux/arch/powerpc/include/asm/ |
| H A D | vio.h | 160 #define to_vio_dev(__dev) container_of_const(__dev, struct vio_dev, dev) argument
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_dcb.h | 54 #define IEEE_FAUX_SYNC(__dev, __dcb) \ argument 57 cxgb4_dcb_state_fsm((__dev), \
|
| /linux/include/linux/ |
| H A D | mcb.h | 78 #define to_mcb_device(__dev) container_of_const(__dev, struct mcb_device, dev) argument
|
| H A D | usb.h | 275 #define to_usb_interface(__dev) container_of_const(__dev, struct usb_interface, dev) argument 744 #define to_usb_device(__dev) container_of_const(__dev, struct usb_device, dev) argument
|
| /linux/arch/arm/mach-highbank/ |
| H A D | highbank.c | 68 unsigned long event, void *__dev) in highbank_platform_notifier() argument 73 struct device *dev = __dev; in highbank_platform_notifier()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | coherency.c | 92 unsigned long event, void *__dev) in mvebu_hwcc_notifier() argument 94 struct device *dev = __dev; in mvebu_hwcc_notifier()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | sd.c | 11 #define sd_info(__dev, format, ...) \ argument 12 dev_info((__dev)->device, "Socket-Direct: " format, ##__VA_ARGS__) 13 #define sd_warn(__dev, format, ...) \ argument 14 dev_warn((__dev)->device, "Socket-Direct: " format, ##__VA_ARGS__)
|
| /linux/drivers/usb/c67x00/ |
| H A D | c67x00-drv.c | 72 static irqreturn_t c67x00_irq(int irq, void *__dev) in c67x00_irq() argument 74 struct c67x00_device *c67x00 = __dev; in c67x00_irq()
|
| /linux/include/xen/ |
| H A D | xenbus.h | 100 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev) argument
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | ts2020.c | 535 static void ts2020_regmap_lock(void *__dev) in ts2020_regmap_lock() argument 537 struct ts2020_priv *dev = __dev; in ts2020_regmap_lock() 544 static void ts2020_regmap_unlock(void *__dev) in ts2020_regmap_unlock() argument 546 struct ts2020_priv *dev = __dev; in ts2020_regmap_unlock()
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_hwi.h | 213 #define dev_to_asd_ha(__dev) pci_get_drvdata(to_pci_dev(__dev)) argument
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 657 #define esw_info(__dev, format, ...) \ argument 658 dev_info((__dev)->device, "E-Switch: " format, ##__VA_ARGS__) 660 #define esw_warn(__dev, format, ...) \ argument 661 dev_warn((__dev)->device, "E-Switch: " format, ##__VA_ARGS__)
|
| H A D | main.c | 2049 struct mlx5_core_dev *__dev = (dev); \ 2050 mlx5_core_info(__dev, "%s Device state = %d health sensors: %d pci_status: %d. " fmt, \ 2051 __func__, __dev->state, mlx5_health_check_fatal_sensors(__dev), \ 2052 __dev->pci_status, ##__VA_ARGS__); \
|
| /linux/arch/sparc/include/asm/ |
| H A D | vio.h | 487 #define to_vio_dev(__dev) container_of_const(__dev, struct vio_dev, dev) argument
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | trace.h | 71 #define trace_mt_submit_urb_sync(__dev, __pipe, __len) ({ \ argument 75 trace_mt_submit_urb(__dev, &u); \
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | rss.c | 6 #define mlx5e_rss_warn(__dev, format, ...) \ argument 7 dev_warn((__dev)->device, "%s:%d:(pid %d): " format, \
|