Home
last modified time | relevance | path

Searched defs:net_device (Results 1 – 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h1865 struct net_device { struct
1866 char name[IFNAMSIZ];
1867 struct netdev_name_node *name_node;
1868 struct dev_ifalias __rcu *ifalias;
1873 unsigned long mem_end;
1874 unsigned long mem_start;
1875 unsigned long base_addr;
1876 int irq;
1884 unsigned long state;
1909 struct net_device_stats stats; argument
[all …]
Dof_mdio.h97 void (*hndlr)(struct net_device *), in of_phy_connect()
105 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
Dphy_fixed.h58 int (*link_update)(struct net_device *, in fixed_phy_set_link_update()
/kernel/linux/linux-4.19/include/linux/
Dnetdevice.h1747 struct net_device { struct
1748 char name[IFNAMSIZ];
1749 struct hlist_node name_hlist;
1750 struct dev_ifalias __rcu *ifalias;
1755 unsigned long mem_end;
1756 unsigned long mem_start;
1757 unsigned long base_addr;
1758 int irq;
1766 unsigned long state;
1791 struct net_device_stats stats; argument
[all …]
Dof_mdio.h75 void (*hndlr)(struct net_device *), in of_phy_connect()
83 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
Dphy_fixed.h45 int (*link_update)(struct net_device *, in fixed_phy_set_link_update()
/kernel/linux/linux-4.19/drivers/net/hyperv/
Dnetvsc.c105 struct netvsc_device *net_device; in alloc_net_device() local
148 struct netvsc_device *net_device, in netvsc_revoke_recv_buf()
198 struct netvsc_device *net_device, in netvsc_revoke_send_buf()
249 struct netvsc_device *net_device, in netvsc_teardown_recv_gpadl()
271 struct netvsc_device *net_device, in netvsc_teardown_send_gpadl()
292 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx) in netvsc_alloc_recv_comp_ring()
307 struct netvsc_device *net_device, in netvsc_init_buf()
501 struct netvsc_device *net_device, in negotiate_nvsp_ver()
557 struct netvsc_device *net_device, in netvsc_connect_vsp()
626 struct netvsc_device *net_device in netvsc_device_remove() local
[all …]
Drndis_filter.c546 rndis_query_hwcaps(struct rndis_device *dev, struct netvsc_device *net_device, in rndis_query_hwcaps()
584 struct netvsc_device *net_device) in rndis_filter_query_device_mac()
801 struct netvsc_device *net_device) in rndis_filter_query_device_link_status()
812 struct netvsc_device *net_device) in rndis_filter_query_link_speed()
1220 struct netvsc_device *net_device) in rndis_get_friendly_name()
1249 struct netvsc_device *net_device; in rndis_filter_device_add() local
/kernel/linux/linux-5.10/drivers/net/hyperv/
Dnetvsc.c94 struct netvsc_device *net_device; in alloc_net_device() local
139 struct netvsc_device *net_device, in netvsc_revoke_recv_buf()
189 struct netvsc_device *net_device, in netvsc_revoke_send_buf()
240 struct netvsc_device *net_device, in netvsc_teardown_recv_gpadl()
262 struct netvsc_device *net_device, in netvsc_teardown_send_gpadl()
283 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx) in netvsc_alloc_recv_comp_ring()
298 struct netvsc_device *net_device, in netvsc_init_buf()
508 struct netvsc_device *net_device, in negotiate_nvsp_ver()
567 struct netvsc_device *net_device, in netvsc_connect_vsp()
636 struct netvsc_device *net_device in netvsc_device_remove() local
[all …]
Drndis_filter.c656 rndis_query_hwcaps(struct rndis_device *dev, struct netvsc_device *net_device, in rndis_query_hwcaps()
694 struct netvsc_device *net_device) in rndis_filter_query_device_mac()
911 struct netvsc_device *net_device) in rndis_filter_query_device_link_status()
922 struct netvsc_device *net_device) in rndis_filter_query_link_speed()
1344 struct netvsc_device *net_device) in rndis_get_friendly_name()
1373 struct netvsc_device *net_device; in rndis_filter_device_add() local
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.c78 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()
/kernel/linux/linux-4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.c78 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()
/kernel/linux/linux-4.19/net/802/
Dpsnap.c128 struct net_device *, in register_snap_client()
/kernel/linux/linux-5.10/net/802/
Dpsnap.c124 struct net_device *, in register_snap_client()
/kernel/linux/linux-5.10/net/core/
Ddev_addr_lists.c239 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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_xdp_bpf2bpf.c8 struct net_device { struct
19 struct net_device *dev; argument
Dkfree_skb.c27 struct net_device /* same as kernel's struct net_device */ { struct
43 struct net_device *dev; argument
/kernel/linux/linux-4.19/net/batman-adv/
Dhard-interface.c265 struct net_device *batadv_get_real_netdev(struct net_device *net_device) in batadv_get_real_netdev()
284 static bool batadv_is_wext_netdev(struct net_device *net_device) in batadv_is_wext_netdev()
308 static bool batadv_is_cfg80211_netdev(struct net_device *net_device) in batadv_is_cfg80211_netdev()
326 static u32 batadv_wifi_flags_evaluate(struct net_device *net_device) in batadv_wifi_flags_evaluate()
/kernel/linux/linux-5.10/net/batman-adv/
Dhard-interface.c254 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()
/kernel/linux/linux-4.19/drivers/of/
Dof_mdio.c338 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect()
371 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
/kernel/linux/linux-5.10/drivers/net/mdio/
Dof_mdio.c401 void (*hndlr)(struct net_device *), u32 flags, in of_phy_connect()
434 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
/kernel/linux/linux-4.19/net/core/
Ddev_addr_lists.c243 int (*sync)(struct net_device *, const unsigned char *), in __hw_addr_sync_dev()
244 int (*unsync)(struct net_device *, in __hw_addr_sync_dev()
294 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev()
/kernel/linux/linux-5.10/net/caif/
Dcaif_dev.c311 int caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, in caif_enroll_dev()
/kernel/linux/linux-4.19/net/caif/
Dcaif_dev.c306 void caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, in caif_enroll_dev()
/kernel/linux/linux-4.19/drivers/net/phy/
Dphy_device.c749 void (*handler)(struct net_device *)) in phy_prepare_link()
762 void (*handler)(struct net_device *), in phy_connect_direct()
799 void (*handler)(struct net_device *), in phy_connect()

123