Home
last modified time | relevance | path

Searched defs:net_device (Results 1 – 25 of 30) sorted by last modified time

12

/linux/net/core/
H A Dnet-sysfs.c47 ssize_t (*format)(const struct net_device *, char *)) in netdev_show()
83 int (*set)(struct net_device *, unsigned long)) in netdev_store()
H A Ddev.c10920 void (*setup)(struct net_device *), in alloc_netdev_mqs()
/linux/include/linux/
H A Dnetdevice.h2033 struct net_device { struct
2042 const struct net_device_ops *netdev_ops; argument
2043 const struct header_ops *header_ops;
2044 struct netdev_queue *_tx;
2068 __cacheline_group_end(net_device_read_tx); argument
2082 __cacheline_group_end(net_device_read_txrx); argument
2104 __cacheline_group_end(net_device_read_rx); argument
2106 char name[IFNAMSIZ];
2107 struct netdev_name_node *name_node;
2108 struct dev_ifalias __rcu *ifalias;
[all …]
H A Dof_mdio.h110 void (*hndlr)(struct net_device *), in of_phy_connect()
118 void (*hndlr)(struct net_device *)) in of_phy_get_and_connect()
H A Dphy_fixed.h61 int (*link_update)(struct net_device *, in fixed_phy_set_link_update()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c875 struct netvsc_device *net_device, in netvsc_recv_callback()
2055 struct netvsc_device *net_device; in netvsc_link_change() local
H A Dnetvsc.c130 struct netvsc_device *net_device; in alloc_net_device() local
179 struct netvsc_device *net_device, in netvsc_revoke_recv_buf()
229 struct netvsc_device *net_device, in netvsc_revoke_send_buf()
280 struct netvsc_device *net_device, in netvsc_teardown_recv_gpadl()
301 struct netvsc_device *net_device, in netvsc_teardown_send_gpadl()
321 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx) in netvsc_alloc_recv_comp_ring()
336 struct netvsc_device *net_device, in netvsc_init_buf()
555 struct netvsc_device *net_device, in negotiate_nvsp_ver()
617 struct netvsc_device *net_device, in netvsc_connect_vsp()
693 struct netvsc_device *net_device in netvsc_device_remove() local
[all …]
H A Drndis_filter.c749 rndis_query_hwcaps(struct rndis_device *dev, struct netvsc_device *net_device, in rndis_query_hwcaps()
787 struct netvsc_device *net_device) in rndis_filter_query_device_mac()
1004 struct netvsc_device *net_device) in rndis_filter_query_device_link_status()
1015 struct netvsc_device *net_device) in rndis_filter_query_link_speed()
1445 struct netvsc_device *net_device) in rndis_get_friendly_name()
1474 struct netvsc_device *net_device; in rndis_filter_device_add() local
H A Dhyperv_net.h1119 struct netvsc_device *net_device; member
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c681 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 Dena_com.h301 struct net_device *net_device; member
/linux/drivers/net/phy/
H A Dphy_device.c1114 void (*handler)(struct net_device *)) in phy_prepare_link()
1127 void (*handler)(struct net_device *), in phy_connect_direct()
1163 void (*handler)(struct net_device *), in phy_connect()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1223 (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/net/ethtool/
H A Dioctl.c1610 int (*getter)(struct net_device *, in ethtool_get_any_eeprom()
2291 u32 cmd, u32 (*actor)(struct net_device *)) in ethtool_get_value()
2306 void (*actor)(struct net_device *, u32)) in ethtool_set_value_void()
2321 int (*actor)(struct net_device *, u32)) in ethtool_set_value()
/linux/drivers/net/mdio/
H A Dof_mdio.c318 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 Dcaif_dev.c312 int caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, in caif_enroll_dev()
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c526 static void netsec_et_get_drvinfo(struct net_device *net_device, in netsec_et_get_drvinfo()
534 static int netsec_et_get_coalesce(struct net_device *net_device, in netsec_et_get_coalesce()
546 static int netsec_et_set_coalesce(struct net_device *net_device, in netsec_et_set_coalesce()
/linux/drivers/infiniband/core/
H A Dverbs.c2971 void (*setup)(struct net_device *)) in rdma_alloc_netdev()
2997 void (*setup)(struct net_device *), in rdma_init_netdev()
/linux/net/802/
H A Dpsnap.c124 struct net_device *, in register_snap_client()
/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c558 void (*setup)(struct net_device *)) in hfi1_vnic_alloc_rn()
/linux/net/batman-adv/
H A Dhard-interface.c264 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/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_dcb.c120 int (*setdel)(struct net_device *, in lan966x_dcb_ieee_dscp_setdel()
/linux/drivers/staging/octeon/
H A Dethernet.c454 void (*link_poll)(struct net_device *)) in cvm_oct_common_open()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_bpf2bpf.c8 struct net_device { struct
19 struct net_device *dev; argument
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_dcb.c233 int (*setdel)(struct net_device *, in sparx5_dcb_ieee_dscp_setdel()

12