/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 1601 myri10ge_get_link_ksettings(struct net_device *netdev, in myri10ge_get_link_ksettings() 1646 myri10ge_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) in myri10ge_get_drvinfo() 1656 static int myri10ge_get_coalesce(struct net_device *netdev, in myri10ge_get_coalesce() 1667 static int myri10ge_set_coalesce(struct net_device *netdev, in myri10ge_set_coalesce() 1680 myri10ge_get_pauseparam(struct net_device *netdev, in myri10ge_get_pauseparam() 1691 myri10ge_set_pauseparam(struct net_device *netdev, in myri10ge_set_pauseparam() 1706 myri10ge_get_ringparam(struct net_device *netdev, in myri10ge_get_ringparam() 1757 myri10ge_get_strings(struct net_device *netdev, u32 stringset, u8 * data) in myri10ge_get_strings() 1776 static int myri10ge_get_sset_count(struct net_device *netdev, int sset) in myri10ge_get_sset_count() 1790 myri10ge_get_ethtool_stats(struct net_device *netdev, in myri10ge_get_ethtool_stats() [all …]
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ethtool.c | 61 static void ipoib_get_drvinfo(struct net_device *netdev, in ipoib_get_drvinfo() 182 static int ipoib_get_link_ksettings(struct net_device *netdev, in ipoib_get_link_ksettings()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_ethtool.c | 10 void wx_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) in wx_get_drvinfo()
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa-stub.c | 16 int net_init_vhost_vdpa(const Netdev *netdev, const char *name, in net_init_vhost_vdpa()
|
H A D | vhost-user-stub.c | 18 int net_init_vhost_user(const Netdev *netdev, const char *name, in net_init_vhost_user()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 478 static void stmmac_get_ringparam(struct net_device *netdev, in stmmac_get_ringparam() 491 static int stmmac_set_ringparam(struct net_device *netdev, in stmmac_set_ringparam() 510 stmmac_get_pauseparam(struct net_device *netdev, in stmmac_get_pauseparam() 526 stmmac_set_pauseparam(struct net_device *netdev, in stmmac_set_pauseparam() 724 static int stmmac_get_sset_count(struct net_device *netdev, int sset) in stmmac_get_sset_count() 1305 void stmmac_set_ethtool_ops(struct net_device *netdev) in stmmac_set_ethtool_ops()
|
/openbmc/linux/net/dsa/ |
H A D | tag_sja1105.c | 211 struct net_device *netdev) in sja1105_imprecise_xmit() 267 struct net_device *netdev) in sja1105_xmit() 294 struct net_device *netdev) in sja1110_xmit() 498 struct net_device *netdev) in sja1105_rcv() 678 struct net_device *netdev) in sja1110_rcv()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lag.c | 70 static bool netif_is_same_ice(struct ice_pf *pf, struct net_device *netdev) in netif_is_same_ice() 102 static struct ice_lag *ice_netdev_to_lag(struct net_device *netdev) in ice_netdev_to_lag() 986 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in ice_lag_link_unlink() local 1215 struct net_device *netdev; in ice_lag_changeupper_event() local 1525 struct net_device *netdev; in ice_lag_monitor_rdma() local 1550 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in ice_lag_chk_disabled_bond() local 1591 struct net_device *netdev; in ice_lag_process_event() local 1666 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in ice_lag_event_handler() local
|
H A D | ice_lag.h | 26 struct net_device *netdev; member 32 struct net_device *netdev; /* this PF's netdev */ member
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | main.c | 30 nfp_abm_setup_tc(struct nfp_app *app, struct net_device *netdev, in nfp_abm_setup_tc() 80 struct net_device *netdev; in nfp_abm_spawn_repr() local 151 struct net_device *netdev; in nfp_abm_kill_repr() local
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_dev.c | 166 int enic_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in enic_vlan_rx_add_vid() 179 int enic_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in enic_vlan_rx_kill_vid()
|
H A D | enic_api.c | 14 int enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf, in enic_api_devcmd_proxy_by_index()
|
/openbmc/u-boot/drivers/net/ |
H A D | dm9000x.c | 97 struct eth_device netdev; member 403 static int dm9000_send(struct eth_device *netdev, void *packet, int length) in dm9000_send() 444 static void dm9000_halt(struct eth_device *netdev) in dm9000_halt() 458 static int dm9000_rx(struct eth_device *netdev) in dm9000_rx()
|
/openbmc/linux/drivers/net/can/c_can/ |
H A D | c_can_ethtool.c | 14 static void c_can_get_ringparam(struct net_device *netdev, in c_can_get_ringparam()
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb.c | 148 struct net_device *netdev; member 776 struct net_device *netdev = dev->netdev; in pcan_usb_encode_msg() local 839 static int pcan_usb_get_berr_counter(const struct net_device *netdev, in pcan_usb_get_berr_counter() 956 static int pcan_usb_set_phys_id(struct net_device *netdev, in pcan_usb_set_phys_id() 987 static int pcan_usb_get_eeprom_len(struct net_device *netdev) in pcan_usb_get_eeprom_len()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | dp.c | 252 netdev_tx_t nfp_nfd3_tx(struct sk_buff *skb, struct net_device *netdev) in nfp_nfd3_tx() 706 nfp_nfd3_set_hash(struct net_device *netdev, struct nfp_meta_parsed *meta, in nfp_nfd3_set_hash() 727 nfp_nfd3_set_hash_desc(struct net_device *netdev, struct nfp_meta_parsed *meta, in nfp_nfd3_set_hash_desc() 740 nfp_nfd3_parse_meta(struct net_device *netdev, struct nfp_meta_parsed *meta, in nfp_nfd3_parse_meta() 927 struct net_device *netdev; in nfp_nfd3_rx() local
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ktls.h | 21 static inline void fun_ktls_init(struct net_device *netdev) in fun_ktls_init()
|
/openbmc/linux/drivers/net/usb/ |
H A D | r8152.c | 872 struct net_device *netdev; member 1629 static int read_mii_word(struct net_device *netdev, int phy_id, int reg) in read_mii_word() 1646 void write_mii_word(struct net_device *netdev, int phy_id, int reg, int val) in write_mii_word() 1666 static int __rtl8152_set_mac_address(struct net_device *netdev, void *p, in __rtl8152_set_mac_address() 1698 static int rtl8152_set_mac_address(struct net_device *netdev, void *p) in rtl8152_set_mac_address() 1841 struct net_device *netdev; in read_bulk_callback() local 1910 struct net_device *netdev; in write_bulk_callback() local 2042 struct net_device *netdev = tp->netdev; in alloc_rx_agg() local 2114 struct net_device *netdev = tp->netdev; in alloc_all_mem() local 2531 struct net_device *netdev = tp->netdev; in rx_bottom() local [all …]
|
H A D | cdc_mbim.c | 72 static int cdc_mbim_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in cdc_mbim_rx_add_vid() 86 static int cdc_mbim_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in cdc_mbim_rx_kill_vid() 313 struct net_device *netdev; in do_neigh_solicit() local
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | init.c | 330 void mwifiex_wake_up_net_dev_queue(struct net_device *netdev, in mwifiex_wake_up_net_dev_queue() 341 void mwifiex_stop_net_dev_queue(struct net_device *netdev, in mwifiex_stop_net_dev_queue()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | vnic.h | 64 struct net_device *netdev; member 83 struct net_device *netdev; member
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | lag_conf.c | 158 struct net_device *netdev, in nfp_fl_lag_get_group_info() 208 struct net_device *netdev, in nfp_flower_lag_get_info_from_netdev() 623 nfp_fl_lag_changels_event(struct nfp_fl_lag *lag, struct net_device *netdev, in nfp_fl_lag_changels_event() 667 struct net_device *netdev, in nfp_flower_lag_netdev_event()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 649 netdev_tx_t qlcnic_xmit_frame(struct sk_buff *skb, struct net_device *netdev) in qlcnic_xmit_frame() 792 struct net_device *netdev = adapter->netdev; in qlcnic_advert_link_change() local 894 struct net_device *netdev = adapter->netdev; in qlcnic_process_cmd_ring() local 1038 struct net_device *netdev = adapter->netdev; in qlcnic_handle_linkevent() local 1198 struct net_device *netdev = adapter->netdev; in qlcnic_process_rcv() local 1265 struct net_device *netdev = adapter->netdev; in qlcnic_process_lro() local 1575 struct net_device *netdev) in qlcnic_82xx_napi_add() 1720 struct net_device *netdev = adapter->netdev; in qlcnic_83xx_process_rcv() local 1786 struct net_device *netdev = adapter->netdev; in qlcnic_83xx_process_lro() local 2101 struct net_device *netdev) in qlcnic_83xx_napi_add()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | dsa_loop.h | 14 const char *netdev; member
|
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.c | 1603 struct net_device *netdev; in ena_setup_io_intr() local 2222 static int ena_open(struct net_device *netdev) in ena_open() 2257 static int ena_close(struct net_device *netdev) in ena_close() 2762 static void ena_get_stats64(struct net_device *netdev, in ena_get_stats64() 2932 struct net_device *netdev = adapter->netdev; in ena_device_validate_params() local 3174 struct net_device *netdev = adapter->netdev; in ena_destroy_device() local 3530 struct net_device *netdev = adapter->netdev; in ena_update_hints() local 3566 struct net_device *netdev) in ena_update_host_info() 3644 struct net_device *netdev) in ena_set_dev_offloads() 3687 struct net_device *netdev = adapter->netdev; in ena_set_conf_feat_params() local [all …]
|