/Linux-v5.4/include/linux/ |
D | netdevice.h | 1781 struct net_device { struct 1782 char name[IFNAMSIZ]; 1783 struct hlist_node name_hlist; 1784 struct dev_ifalias __rcu *ifalias; 1789 unsigned long mem_end; 1790 unsigned long mem_start; 1791 unsigned long base_addr; 1792 int irq; 1800 unsigned long state; 1825 struct net_device_stats stats; argument [all …]
|
D | of_mdio.h | 74 void (*hndlr)(struct net_device *), in of_phy_connect() 82 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
|
D | phy_fixed.h | 58 int (*link_update)(struct net_device *, in fixed_phy_set_link_update()
|
/Linux-v5.4/drivers/net/hyperv/ |
D | netvsc.c | 94 struct netvsc_device *net_device; in alloc_net_device() local 137 struct netvsc_device *net_device, in netvsc_revoke_recv_buf() 187 struct netvsc_device *net_device, in netvsc_revoke_send_buf() 238 struct netvsc_device *net_device, in netvsc_teardown_recv_gpadl() 260 struct netvsc_device *net_device, in netvsc_teardown_send_gpadl() 281 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx) in netvsc_alloc_recv_comp_ring() 296 struct netvsc_device *net_device, in netvsc_init_buf() 490 struct netvsc_device *net_device, in negotiate_nvsp_ver() 549 struct netvsc_device *net_device, in netvsc_connect_vsp() 618 struct netvsc_device *net_device in netvsc_device_remove() local [all …]
|
D | rndis_filter.c | 594 rndis_query_hwcaps(struct rndis_device *dev, struct netvsc_device *net_device, in rndis_query_hwcaps() 632 struct netvsc_device *net_device) in rndis_filter_query_device_mac() 848 struct netvsc_device *net_device) in rndis_filter_query_device_link_status() 859 struct netvsc_device *net_device) in rndis_filter_query_link_speed() 1280 struct netvsc_device *net_device) in rndis_get_friendly_name() 1308 struct netvsc_device *net_device; in rndis_filter_device_add() local
|
D | netvsc_drv.c | 822 struct netvsc_device *net_device, in netvsc_recv_callback() 1894 struct netvsc_device *net_device; in netvsc_link_change() local
|
/Linux-v5.4/drivers/net/ethernet/chelsio/libcxgb/ |
D | libcxgb_cm.c | 78 struct net_device *(*get_real_dev)(struct net_device *), in cxgb_our_interface() 92 struct net_device *(*get_real_dev)(struct net_device *), in cxgb_find_route() 121 struct net_device *(*get_real_dev)(struct net_device *), in cxgb_find_route6()
|
/Linux-v5.4/net/802/ |
D | psnap.c | 124 struct net_device *, in register_snap_client()
|
/Linux-v5.4/net/core/ |
D | dev_addr_lists.c | 239 int (*sync)(struct net_device *, const unsigned char *), in __hw_addr_sync_dev() 240 int (*unsync)(struct net_device *, in __hw_addr_sync_dev() 294 int (*sync)(struct net_device *, in __hw_addr_ref_sync_dev() 296 int (*unsync)(struct net_device *, in __hw_addr_ref_sync_dev() 353 int (*unsync)(struct net_device *, in __hw_addr_ref_unsync_dev() argument 387 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev()
|
D | ethtool.c | 1490 int (*getter)(struct net_device *, in ethtool_get_any_eeprom() 2006 u32 cmd, u32 (*actor)(struct net_device *)) in ethtool_get_value() 2021 void (*actor)(struct net_device *, u32)) in ethtool_set_value_void() 2036 int (*actor)(struct net_device *, u32)) in ethtool_set_value()
|
D | net-sysfs.c | 42 ssize_t (*format)(const struct net_device *, char *)) in netdev_show() 78 int (*set)(struct net_device *, unsigned long)) in netdev_store()
|
/Linux-v5.4/net/batman-adv/ |
D | hard-interface.c | 254 struct net_device *batadv_get_real_netdev(struct net_device *net_device) in batadv_get_real_netdev() 273 static bool batadv_is_wext_netdev(struct net_device *net_device) in batadv_is_wext_netdev() 297 static bool batadv_is_cfg80211_netdev(struct net_device *net_device) in batadv_is_cfg80211_netdev() 315 static u32 batadv_wifi_flags_evaluate(struct net_device *net_device) in batadv_wifi_flags_evaluate()
|
D | sysfs.c | 361 void (*post_func)(struct net_device *), in __batadv_store_bool_attr() 421 void (*post_func)(struct net_device *), in __batadv_store_uint_attr()
|
/Linux-v5.4/drivers/of/ |
D | of_mdio.c | 324 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect() 357 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
|
/Linux-v5.4/net/caif/ |
D | caif_dev.c | 310 void caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, in caif_enroll_dev()
|
/Linux-v5.4/drivers/net/phy/ |
D | phy_device.c | 933 void (*handler)(struct net_device *)) in phy_prepare_link() 946 void (*handler)(struct net_device *), in phy_connect_direct() 982 void (*handler)(struct net_device *), in phy_connect()
|
D | fixed_phy.c | 116 int (*link_update)(struct net_device *, in fixed_phy_set_link_update()
|
/Linux-v5.4/drivers/net/ethernet/sun/ |
D | sunvnet_common.c | 1222 (struct sk_buff *, struct net_device *)) in vnet_handle_offloads() 1326 sunvnet_start_xmit_common(struct sk_buff *skb, struct net_device *dev, in sunvnet_start_xmit_common()
|
/Linux-v5.4/drivers/staging/octeon/ |
D | ethernet.c | 457 void (*link_poll)(struct net_device *)) in cvm_oct_common_open()
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | vnic_main.c | 799 void (*setup)(struct net_device *)) in hfi1_vnic_alloc_rn()
|
/Linux-v5.4/drivers/net/ethernet/socionext/ |
D | netsec.c | 525 static void netsec_et_get_drvinfo(struct net_device *net_device, in netsec_et_get_drvinfo() 533 static int netsec_et_get_coalesce(struct net_device *net_device, in netsec_et_get_coalesce() 543 static int netsec_et_set_coalesce(struct net_device *net_device, in netsec_et_set_coalesce()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | verbs.c | 2792 void (*setup)(struct net_device *)) in rdma_alloc_netdev() 2818 void (*setup)(struct net_device *), in rdma_init_netdev()
|
/Linux-v5.4/net/ieee802154/ |
D | nl-mac.c | 812 int (*fn)(struct net_device*, struct genl_info*)) in ieee802154_nl_llsec_change()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 684 static ssize_t attr_show(struct device *d, char *buf, in attr_show() 696 static ssize_t attr_store(struct device *d, in attr_store()
|
/Linux-v5.4/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 2462 int (*fn)(struct net_device *, int)) in dc21040_state() 2500 int (*fn)(struct net_device *, int), in de4x5_suspect_state() argument 2501 int (*asfn)(struct net_device *)) in de4x5_suspect_state()
|