/linux/include/linux/ |
H A D | netdevice.h | 2052 struct net_device { struct 2064 const struct net_device_ops *netdev_ops; argument 2065 const struct header_ops *header_ops; 2066 struct netdev_queue *_tx; 2090 __cacheline_group_end(net_device_read_tx); argument 2104 __cacheline_group_end(net_device_read_txrx); argument 2124 __cacheline_group_end(net_device_read_rx); argument 2126 char name[IFNAMSIZ]; 2127 struct netdev_name_node *name_node; 2128 struct dev_ifalias __rcu *ifalias; [all …]
|
H A D | of_mdio.h | 110 void (*hndlr)(struct net_device *), in of_phy_connect() 118 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
|
H A D | phy_fixed.h | 61 int (*link_update)(struct net_device *, in fixed_phy_set_link_update()
|
/linux/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_cm.c | 79 struct net_device *(*get_real_dev)(struct net_device *), in cxgb_our_interface() 93 struct net_device *(*get_real_dev)(struct net_device *), in cxgb_find_route() 122 struct net_device *(*get_real_dev)(struct net_device *), in cxgb_find_route6()
|
/linux/net/802/ |
H A D | psnap.c | 124 struct net_device *, in register_snap_client()
|
/linux/net/batman-adv/ |
H A D | hard-interface.c | 264 struct net_device *batadv_get_real_netdev(struct net_device *net_device) in batadv_get_real_netdev() 283 static bool batadv_is_wext_netdev(struct net_device *net_device) in batadv_is_wext_netdev() 307 static bool batadv_is_cfg80211_netdev(struct net_device *net_device) in batadv_is_cfg80211_netdev() 327 static u32 batadv_wifi_flags_evaluate(struct net_device *net_device) in batadv_wifi_flags_evaluate()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | kfree_skb.c | 27 struct net_device /* same as kernel's struct net_device */ { struct 43 struct net_device *dev; argument
|
H A D | test_xdp_bpf2bpf.c | 8 struct net_device { struct 19 struct net_device *dev; argument
|
/linux/drivers/net/mdio/ |
H A D | of_mdio.c | 318 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect() 351 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
|
/linux/net/caif/ |
H A D | caif_dev.c | 312 int caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, in caif_enroll_dev()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_dcb.c | 120 int (*setdel)(struct net_device *, in lan966x_dcb_ieee_dscp_setdel()
|
/linux/drivers/net/phy/ |
H A D | fixed_phy.c | 112 int (*link_update)(struct net_device *, in fixed_phy_set_link_update()
|
/linux/net/ethtool/ |
H A D | ioctl.c | 1827 int (*getter)(struct net_device *, in ethtool_get_any_eeprom() 2499 u32 cmd, u32 (*actor)(struct net_device *)) in ethtool_get_value() 2514 void (*actor)(struct net_device *, u32)) in ethtool_set_value_void() 2529 int (*actor)(struct net_device *, u32)) in ethtool_set_value()
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 1223 (struct sk_buff *, struct net_device *)) in vnet_handle_offloads() 1324 sunvnet_start_xmit_common(struct sk_buff *skb, struct net_device *dev, in sunvnet_start_xmit_common()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | vnic_main.c | 558 void (*setup)(struct net_device *)) in hfi1_vnic_alloc_rn()
|
/linux/drivers/infiniband/core/ |
H A D | verbs.c | 3051 void (*setup)(struct net_device *)) in rdma_alloc_netdev() 3077 void (*setup)(struct net_device *), in rdma_init_netdev()
|
/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 875 struct netvsc_device *net_device, in netvsc_recv_callback() 2056 struct netvsc_device *net_device; in netvsc_link_change() local
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 681 static ssize_t attr_show(struct device *d, char *buf, in attr_show() 693 static ssize_t attr_store(struct device *d, in attr_store()
|
/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.h | 310 struct net_device *net_device; member
|
/linux/net/core/ |
H A D | dev.c | 11529 void (*setup)(struct net_device *), in alloc_netdev_mqs()
|