/openbmc/linux/drivers/net/usb/ |
H A D | asix_common.c | 418 void asix_adjust_link(struct net_device *netdev) in asix_adjust_link() 497 static int __asix_mdio_read(struct net_device *netdev, int phy_id, int loc, in __asix_mdio_read() 527 int asix_mdio_read(struct net_device *netdev, int phy_id, int loc) in asix_mdio_read() 532 static int __asix_mdio_write(struct net_device *netdev, int phy_id, int loc, in __asix_mdio_write() 560 void asix_mdio_write(struct net_device *netdev, int phy_id, int loc, int val) in asix_mdio_write() 580 int asix_mdio_read_nopm(struct net_device *netdev, int phy_id, int loc) in asix_mdio_read_nopm() 586 asix_mdio_write_nopm(struct net_device *netdev, int phy_id, int loc, int val) in asix_mdio_write_nopm()
|
H A D | r8153_ecm.c | 71 static int r8153_ecm_mdio_read(struct net_device *netdev, int phy_id, int reg) in r8153_ecm_mdio_read() 86 static void r8153_ecm_mdio_write(struct net_device *netdev, int phy_id, int reg, int val) in r8153_ecm_mdio_write()
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_main.c | 138 struct net_device *netdev; in usnic_ib_handle_usdev_event() local 227 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in usnic_ib_netdevice_event() local 289 struct net_device *netdev = ifa->ifa_dev->dev; in usnic_ib_inetaddr_event() local 373 struct net_device *netdev; in usnic_ib_device_add() local
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 1082 struct vmxnet3_adapter *adapter, struct net_device *netdev) in vmxnet3_tq_xmit() 1362 vmxnet3_xmit_frame(struct sk_buff *skb, struct net_device *netdev) in vmxnet3_xmit_frame() 2395 vmxnet3_netpoll(struct net_device *netdev) in vmxnet3_netpoll() 2597 vmxnet3_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in vmxnet3_vlan_rx_add_vid() 2619 vmxnet3_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in vmxnet3_vlan_rx_kill_vid() 2641 vmxnet3_copy_mc(struct net_device *netdev) in vmxnet3_copy_mc() 2664 vmxnet3_set_mc(struct net_device *netdev) in vmxnet3_set_mc() 3148 vmxnet3_set_mac_addr(struct net_device *netdev, void *p) in vmxnet3_set_mac_addr() 3351 vmxnet3_open(struct net_device *netdev) in vmxnet3_open() 3408 vmxnet3_close(struct net_device *netdev) in vmxnet3_close() [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_rx.c | 70 int hfi1_ipoib_rxq_init(struct net_device *netdev) in hfi1_ipoib_rxq_init() 85 void hfi1_ipoib_rxq_deinit(struct net_device *netdev) in hfi1_ipoib_rxq_deinit()
|
/openbmc/linux/net/core/ |
H A D | net-sysfs.c | 84 struct net_device *netdev = to_net_dev(dev); in netdev_store() local 181 struct net_device *netdev = to_net_dev(dev); in carrier_store() local 195 struct net_device *netdev = to_net_dev(dev); in carrier_show() local 207 struct net_device *netdev = to_net_dev(dev); in speed_show() local 233 struct net_device *netdev = to_net_dev(dev); in duplex_show() local 273 struct net_device *netdev = to_net_dev(dev); in testing_show() local 285 struct net_device *netdev = to_net_dev(dev); in dormant_show() local 307 const struct net_device *netdev = to_net_dev(dev); in operstate_show() local 325 struct net_device *netdev = to_net_dev(dev); in carrier_changes_show() local 337 struct net_device *netdev = to_net_dev(dev); in carrier_up_count_show() local [all …]
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_rx.c | 102 struct net_device *netdev = rxq->netdev; in rx_csum() local 317 struct net_device *netdev = nic_dev->netdev; in hinic_copy_lp_data() local 357 struct net_device *netdev = rxq->netdev; in rxq_recv() local 581 struct net_device *netdev) in hinic_init_rxq() 625 struct net_device *netdev = rxq->netdev; in hinic_clean_rxq() local
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_pp.c | 56 struct net_device *netdev = enic->netdev; in enic_set_port_profile() local 183 struct net_device *netdev = enic->netdev; in enic_pp_disassociate() local 244 struct net_device *netdev = enic->netdev; in enic_pp_associate() local
|
/openbmc/linux/include/linux/platform_data/ |
H A D | dsa.h | 22 struct device *netdev[DSA_MAX_PORTS]; member 56 struct device *netdev; member
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.h | 247 nfp_app_repr_init(struct nfp_app *app, struct net_device *netdev) in nfp_app_repr_init() 255 nfp_app_repr_preclean(struct nfp_app *app, struct net_device *netdev) in nfp_app_repr_preclean() 262 nfp_app_repr_clean(struct nfp_app *app, struct net_device *netdev) in nfp_app_repr_clean() 269 nfp_app_check_mtu(struct nfp_app *app, struct net_device *netdev, int new_mtu) in nfp_app_check_mtu() 277 nfp_app_repr_change_mtu(struct nfp_app *app, struct net_device *netdev, in nfp_app_repr_change_mtu() 321 struct net_device *netdev, in nfp_app_setup_tc()
|
H A D | nfp_net_xsk.c | 110 int nfp_net_xsk_setup_pool(struct net_device *netdev, in nfp_net_xsk_setup_pool() 162 int nfp_net_xsk_wakeup(struct net_device *netdev, u32 queue_id, u32 flags) in nfp_net_xsk_wakeup()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | tc.c | 26 struct net_device *netdev; member 303 struct net_device *netdev, in mlx5e_rep_indr_block_priv_lookup() 319 mlx5e_rep_indr_offload(struct net_device *netdev, in mlx5e_rep_indr_offload() 431 struct net_device *netdev, in mlx5e_rep_check_indr_block_supported() 470 mlx5e_rep_indr_setup_block(struct net_device *netdev, struct Qdisc *sch, in mlx5e_rep_indr_setup_block() 648 int mlx5e_rep_indr_setup_cb(struct net_device *netdev, struct Qdisc *sch, void *cb_priv, in mlx5e_rep_indr_setup_cb()
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 206 struct net_device *netdev = bnad->netdev; in bnad_tx_complete() local 874 struct net_device *netdev = bnad->netdev; in bnad_set_netdev_perm_addr() local 1845 bnad_netdev_mc_list_get(struct net_device *netdev, u8 *mc_list) in bnad_netdev_mc_list_get() 2102 struct net_device *netdev = bnad->netdev; in bnad_reinit_rx() local 2712 bnad_open(struct net_device *netdev) in bnad_open() 2769 bnad_stop(struct net_device *netdev) in bnad_stop() 2911 bnad_start_xmit(struct sk_buff *skb, struct net_device *netdev) in bnad_start_xmit() 3097 bnad_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) in bnad_get_stats64() 3113 struct net_device *netdev = bnad->netdev; in bnad_set_rx_ucast_fltr() local 3155 struct net_device *netdev = bnad->netdev; in bnad_set_rx_mcast_fltr() local [all …]
|
/openbmc/linux/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 2106 static int bdx_get_link_ksettings(struct net_device *netdev, in bdx_get_link_ksettings() 2132 bdx_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in bdx_get_drvinfo() 2148 static int bdx_get_coalesce(struct net_device *netdev, in bdx_get_coalesce() 2179 static int bdx_set_coalesce(struct net_device *netdev, in bdx_set_coalesce() 2244 bdx_get_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring, in bdx_get_ringparam() 2265 bdx_set_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring, in bdx_set_ringparam() 2312 static void bdx_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in bdx_get_strings() 2325 static int bdx_get_sset_count(struct net_device *netdev, int stringset) in bdx_get_sset_count() 2345 static void bdx_get_ethtool_stats(struct net_device *netdev, in bdx_get_ethtool_stats() 2364 static void bdx_set_ethtool_ops(struct net_device *netdev) in bdx_set_ethtool_ops()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.c | 165 static int nfp_bpf_setup_tc(struct nfp_app *app, struct net_device *netdev, in nfp_bpf_setup_tc() 182 nfp_bpf_check_mtu(struct nfp_app *app, struct net_device *netdev, int new_mtu) in nfp_bpf_check_mtu() 423 static int nfp_bpf_ndo_init(struct nfp_app *app, struct net_device *netdev) in nfp_bpf_ndo_init() 430 static void nfp_bpf_ndo_uninit(struct nfp_app *app, struct net_device *netdev) in nfp_bpf_ndo_uninit()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.c | 270 struct net_device *netdev; in mlx5e_ipsec_init_macs() local 688 struct net_device *netdev = x->xso.real_dev; in mlx5e_xfrm_add_state() local 847 struct net_device *netdev; in mlx5e_ipsec_netevent_event() local 1096 struct net_device *netdev = x->xdo.real_dev; in mlx5e_xfrm_add_policy() local 1170 struct net_device *netdev = priv->netdev; in mlx5e_ipsec_build_netdev() local
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_txrx.c | 29 struct net_device *netdev; in ionic_txq_poke_doorbell() local 94 struct net_device *netdev = q->lif->netdev; in ionic_rx_page_alloc() local 135 struct net_device *netdev = q->lif->netdev; in ionic_rx_page_free() local 179 struct net_device *netdev = q->lif->netdev; in ionic_rx_frags() local 240 struct net_device *netdev = q->lif->netdev; in ionic_rx_copybreak() local 282 struct net_device *netdev = q->lif->netdev; in ionic_rx_clean() local 416 struct net_device *netdev = q->lif->netdev; in ionic_rx_fill() local 1289 struct net_device *netdev) in ionic_start_hwstamp_xmit() 1324 netdev_tx_t ionic_start_xmit(struct sk_buff *skb, struct net_device *netdev) in ionic_start_xmit()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.c | 819 static int wx_write_uc_addr_list(struct net_device *netdev, int pool) in wx_write_uc_addr_list() 918 static void wx_update_mc_addr_list(struct wx *wx, struct net_device *netdev) in wx_update_mc_addr_list() 963 static int wx_write_mc_addr_list(struct net_device *netdev) in wx_write_mc_addr_list() 982 int wx_set_mac(struct net_device *netdev, void *p) in wx_set_mac() 1131 void wx_set_rx_mode(struct net_device *netdev) in wx_set_rx_mode() 1218 struct net_device *netdev = wx->netdev; in wx_set_rx_buffer_len() local 1238 int wx_change_mtu(struct net_device *netdev, int new_mtu) in wx_change_mtu() 1886 int wx_vlan_rx_add_vid(struct net_device *netdev, in wx_vlan_rx_add_vid() 1899 int wx_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in wx_vlan_rx_kill_vid()
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 793 static int bnx2fc_net_config(struct fc_lport *lport, struct net_device *netdev) in bnx2fc_net_config() 1123 struct net_device *netdev = interface->netdev; in bnx2fc_vport_create() local 1230 struct net_device *netdev = interface->netdev; in bnx2fc_interface_setup() local 1305 struct net_device *netdev; in bnx2fc_interface_release() local 1431 struct net_device *netdev, in bnx2fc_interface_create() 1657 static int bnx2fc_destroy(struct net_device *netdev) in bnx2fc_destroy() 2092 static int bnx2fc_disable(struct net_device *netdev) in bnx2fc_disable() 2220 static int bnx2fc_enable(struct net_device *netdev) in bnx2fc_enable() 2288 static int _bnx2fc_create(struct net_device *netdev, in _bnx2fc_create() 2441 static int bnx2fc_create(struct net_device *netdev, enum fip_mode fip_mode) in bnx2fc_create() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_sriov.c | 1117 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena) in ice_set_vf_spoofchk() 1178 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) in ice_get_vf_cfg() 1225 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac() 1286 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted) in ice_set_vf_trust() 1333 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state) in ice_set_vf_link_state() 1436 ice_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in ice_set_vf_bw() 1505 int ice_get_vf_stats(struct net_device *netdev, int vf_id, in ice_get_vf_stats() 1587 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, in ice_set_vf_port_vlan()
|
/openbmc/linux/net/dsa/ |
H A D | tag_ocelot_8021q.c | 64 struct net_device *netdev) in ocelot_xmit() 80 struct net_device *netdev) in ocelot_rcv()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 211 struct net_device *netdev; in nfp_tunnel_keep_alive() local 253 struct net_device *netdev; in nfp_tunnel_keep_alive_v6() local 466 nfp_tun_write_neigh(struct net_device *netdev, struct nfp_app *app, in nfp_tun_write_neigh() 753 struct net_device *netdev; in nfp_tunnel_request_route_v4() local 801 struct net_device *netdev; in nfp_tunnel_request_route_v6() local 1056 struct net_device *netdev, bool mod) in nfp_tunnel_offloaded_macs_inc_ref_and_link() 1078 nfp_tunnel_add_shared_mac(struct nfp_app *app, struct net_device *netdev, in nfp_tunnel_add_shared_mac() 1164 nfp_tunnel_del_shared_mac(struct nfp_app *app, struct net_device *netdev, in nfp_tunnel_del_shared_mac() 1250 nfp_tunnel_offload_mac(struct nfp_app *app, struct net_device *netdev, in nfp_tunnel_offload_mac() 1358 struct net_device *netdev, in nfp_tunnel_mac_event_handler()
|
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 737 static int netxen_set_intr_coalesce(struct net_device *netdev, in netxen_set_intr_coalesce() 783 static int netxen_get_intr_coalesce(struct net_device *netdev, in netxen_get_intr_coalesce() 807 netxen_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in netxen_get_dump_flag() 829 netxen_set_dump(struct net_device *netdev, struct ethtool_dump *val) in netxen_set_dump() 884 netxen_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in netxen_get_dump_data()
|
/openbmc/linux/drivers/net/can/sja1000/ |
H A D | peak_pcmcia.c | 130 struct net_device *netdev; member 378 struct net_device *netdev; in pcan_led_timer() local 435 struct net_device *netdev; in pcan_isr() local 472 struct net_device *netdev; in pcan_free_channels() local 531 struct net_device *netdev; in pcan_add_channels() local
|
/openbmc/linux/drivers/net/caif/ |
H A D | caif_virtio.c | 438 static int cfv_netdev_open(struct net_device *netdev) in cfv_netdev_open() argument 454 static int cfv_netdev_close(struct net_device *netdev) in cfv_netdev_close() argument 522 static netdev_tx_t cfv_netdev_tx(struct sk_buff *skb, struct net_device *netdev) in cfv_netdev_tx() argument 613 cfv_netdev_setup(struct net_device * netdev) cfv_netdev_setup() argument 653 struct net_device *netdev; cfv_probe() local [all...] |