/openbmc/linux/drivers/net/fjes/ |
H A D | fjes_main.c | 169 struct net_device *netdev = adapter->netdev; in fjes_setup_resources() local 390 struct net_device *netdev = adapter->netdev; in fjes_request_irq() local 429 struct net_device *netdev = adapter->netdev; in fjes_free_resources() local 484 static int fjes_open(struct net_device *netdev) in fjes_open() 525 static int fjes_close(struct net_device *netdev) in fjes_close() 591 fjes_xmit_frame(struct sk_buff *skb, struct net_device *netdev) in fjes_xmit_frame() 764 fjes_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) in fjes_get_stats64() 771 static int fjes_change_mtu(struct net_device *netdev, int new_mtu) in fjes_change_mtu() 840 static void fjes_tx_retry(struct net_device *netdev, unsigned int txqueue) in fjes_tx_retry() 847 static int fjes_vlan_rx_add_vid(struct net_device *netdev, in fjes_vlan_rx_add_vid() [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 577 static void lan743x_ethtool_get_drvinfo(struct net_device *netdev, in lan743x_ethtool_get_drvinfo() 587 static u32 lan743x_ethtool_get_msglevel(struct net_device *netdev) in lan743x_ethtool_get_msglevel() 594 static void lan743x_ethtool_set_msglevel(struct net_device *netdev, in lan743x_ethtool_set_msglevel() 602 static int lan743x_ethtool_get_eeprom_len(struct net_device *netdev) in lan743x_ethtool_get_eeprom_len() 612 static int lan743x_ethtool_get_eeprom(struct net_device *netdev, in lan743x_ethtool_get_eeprom() 637 static int lan743x_ethtool_set_eeprom(struct net_device *netdev, in lan743x_ethtool_set_eeprom() 801 static void lan743x_ethtool_get_strings(struct net_device *netdev, in lan743x_ethtool_get_strings() 832 static void lan743x_ethtool_get_ethtool_stats(struct net_device *netdev, in lan743x_ethtool_get_ethtool_stats() 863 static u32 lan743x_ethtool_get_priv_flags(struct net_device *netdev) in lan743x_ethtool_get_priv_flags() 870 static int lan743x_ethtool_set_priv_flags(struct net_device *netdev, u32 flags) in lan743x_ethtool_set_priv_flags() [all …]
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_core.c | 175 static void es58x_set_skb_timestamp(struct net_device *netdev, in es58x_set_skb_timestamp() 259 static bool es58x_is_can_state_active(struct net_device *netdev) in es58x_is_can_state_active() 294 static void es58x_can_free_echo_skb_tail(struct net_device *netdev) in es58x_can_free_echo_skb_tail() 320 static int es58x_can_get_echo_skb_recovery(struct net_device *netdev, in es58x_can_get_echo_skb_recovery() 382 int es58x_can_get_echo_skb(struct net_device *netdev, u32 rcv_packet_idx, in es58x_can_get_echo_skb() 471 static void es58x_can_reset_echo_fifo(struct net_device *netdev) in es58x_can_reset_echo_fifo() 492 static void es58x_flush_pending_tx_msg(struct net_device *netdev) in es58x_flush_pending_tx_msg() 533 int es58x_tx_ack_msg(struct net_device *netdev, u16 tx_free_entries, in es58x_tx_ack_msg() 569 int es58x_rx_can_msg(struct net_device *netdev, u64 timestamp, const u8 *data, in es58x_rx_can_msg() 658 int es58x_rx_err_msg(struct net_device *netdev, enum es58x_err error, in es58x_rx_err_msg() [all …]
|
/openbmc/linux/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 231 static u32 gelic_wl_get_link(struct net_device *netdev) in gelic_wl_get_link() 295 static int gelic_wl_get_range(struct net_device *netdev, in gelic_wl_get_range() 365 static int gelic_wl_set_scan(struct net_device *netdev, in gelic_wl_set_scan() 562 static char *gelic_wl_translate_scan(struct net_device *netdev, in gelic_wl_translate_scan() 694 static int gelic_wl_get_scan(struct net_device *netdev, in gelic_wl_get_scan() 769 static int gelic_wl_set_auth(struct net_device *netdev, in gelic_wl_set_auth() 894 static int gelic_wl_get_auth(struct net_device *netdev, in gelic_wl_get_auth() 947 static int gelic_wl_set_essid(struct net_device *netdev, in gelic_wl_set_essid() 978 static int gelic_wl_get_essid(struct net_device *netdev, in gelic_wl_get_essid() 1004 static int gelic_wl_set_encode(struct net_device *netdev, in gelic_wl_set_encode() [all …]
|
H A D | spider_net.c | 116 spider_net_write_phy(struct net_device *netdev, int mii_id, in spider_net_write_phy() 140 spider_net_read_phy(struct net_device *netdev, int mii_id, int reg) in spider_net_read_phy() 235 struct net_device *netdev = card->netdev; in spider_net_set_promisc() local 561 spider_net_get_multicast_hash(struct net_device *netdev, __u8 *addr) in spider_net_get_multicast_hash() 592 spider_net_set_multi(struct net_device *netdev) in spider_net_set_multi() 884 spider_net_xmit(struct sk_buff *skb, struct net_device *netdev) in spider_net_xmit() 933 spider_net_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in spider_net_do_ioctl() 955 struct net_device *netdev = card->netdev; in spider_net_pass_skb_up() local 1291 spider_net_set_mac(struct net_device *netdev, void *p) in spider_net_set_mac() 1333 spider_net_link_reset(struct net_device *netdev) in spider_net_link_reset() [all …]
|
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 201 static int hwtstamp_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in hwtstamp_ioctl() 581 struct net_device *netdev = adapter->netdev; in pch_gbe_init_phy() local 629 static int pch_gbe_mdio_read(struct net_device *netdev, int addr, int reg) in pch_gbe_mdio_read() 645 static void pch_gbe_mdio_write(struct net_device *netdev, in pch_gbe_mdio_write() 684 struct net_device *netdev = adapter->netdev; in pch_gbe_reset() local 710 struct net_device *netdev = adapter->netdev; in pch_gbe_free_irq() local 986 struct net_device *netdev = adapter->netdev; in pch_gbe_set_mode() local 1019 struct net_device *netdev = adapter->netdev; in pch_gbe_watchdog() local 1179 struct net_device *netdev = adapter->netdev; in pch_gbe_update_stats() local 1251 struct net_device *netdev = data; in pch_gbe_intr() local [all …]
|
/openbmc/linux/net/dcb/ |
H A D | dcbnl.c | 241 static int dcbnl_getstate(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getstate() 252 static int dcbnl_getpfccfg(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getpfccfg() 297 static int dcbnl_getperm_hwaddr(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getperm_hwaddr() 311 static int dcbnl_getcap(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getcap() 356 static int dcbnl_getnumtcs(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getnumtcs() 403 static int dcbnl_setnumtcs(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_setnumtcs() 437 static int dcbnl_getpfcstate(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getpfcstate() 447 static int dcbnl_setpfcstate(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_setpfcstate() 465 static int dcbnl_getapp(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_getapp() 535 static int dcbnl_setapp(struct net_device *netdev, struct nlmsghdr *nlh, in dcbnl_setapp() [all …]
|
/openbmc/linux/net/core/ |
H A D | netdev-genl.c | 12 netdev_nl_dev_fill(struct net_device *netdev, struct sk_buff *rsp, in netdev_nl_dev_fill() 42 netdev_genl_dev_notify(struct net_device *netdev, int cmd) in netdev_genl_dev_notify() 68 struct net_device *netdev; in netdev_nl_dev_get_doit() local 105 struct net_device *netdev; in netdev_nl_dev_get_dumpit() local 125 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in netdev_genl_netdevice_event() local
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 931 struct net_device *netdev = adapter->netdev; in atl1_sw_init() local 979 static int mdio_read(struct net_device *netdev, int phy_id, int reg_num) in mdio_read() 989 static void mdio_write(struct net_device *netdev, int phy_id, int reg_num, in mdio_write() 997 static int atl1_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atl1_mii_ioctl() 1245 struct net_device *netdev = adapter->netdev; in atl1_setup_mac_ctrl() local 1281 struct net_device *netdev = adapter->netdev; in atl1_check_link() local 1656 struct net_device *netdev = adapter->netdev; in atl1_inc_smb() local 2341 struct net_device *netdev) in atl1_xmit_frame() 2596 struct net_device *netdev = adapter->netdev; in atl1_up() local 2642 struct net_device *netdev = adapter->netdev; in atl1_down() local [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ethtool.c | 69 static void octep_get_drvinfo(struct net_device *netdev, in octep_get_drvinfo() 78 static void octep_get_strings(struct net_device *netdev, in octep_get_strings() 115 static int octep_get_sset_count(struct net_device *netdev, int sset) in octep_get_sset_count() 131 octep_get_ethtool_stats(struct net_device *netdev, in octep_get_ethtool_stats() 279 static int octep_get_link_ksettings(struct net_device *netdev, in octep_get_link_ksettings() 332 static int octep_set_link_ksettings(struct net_device *netdev, in octep_set_link_ksettings() 464 void octep_set_ethtool_ops(struct net_device *netdev) in octep_set_ethtool_ops()
|
/openbmc/qemu/hw/net/ |
H A D | xen_nic.c | 104 static void net_tx_error(struct XenNetDev *netdev, netif_tx_request_t *txp, RING_IDX end) in net_tx_error() 128 static bool net_tx_packets(struct XenNetDev *netdev) in net_tx_packets() 226 static void net_rx_response(struct XenNetDev *netdev, in net_rx_response() 258 struct XenNetDev *netdev = qemu_get_nic_opaque(nc); in net_rx_packet() local 313 XenNetDev *netdev = XEN_NET_DEVICE(xendev); in xen_netdev_realize() local 344 XenNetDev *netdev = XEN_NET_DEVICE(_xendev); in net_event() local 355 XenNetDev *netdev = XEN_NET_DEVICE(xendev); in xen_netdev_connect() local 425 XenNetDev *netdev = XEN_NET_DEVICE(xendev); in xen_netdev_disconnect() local 509 XenNetDev *netdev = XEN_NET_DEVICE(xendev); in xen_netdev_get_name() local 544 XenNetDev *netdev = XEN_NET_DEVICE(xendev); in xen_netdev_unrealize() local [all …]
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 179 static int enic_udp_tunnel_set_port(struct net_device *netdev, in enic_udp_tunnel_set_port() 206 static int enic_udp_tunnel_unset_port(struct net_device *netdev, in enic_udp_tunnel_unset_port() 405 struct net_device *netdev = enic->netdev; in enic_mtu_check() local 449 struct net_device *netdev = data; in enic_isr_legacy() local 821 struct net_device *netdev) in enic_hard_start_xmit() 876 static void enic_get_stats(struct net_device *netdev, in enic_get_stats() 905 static int enic_mc_sync(struct net_device *netdev, const u8 *mc_addr) in enic_mc_sync() 924 static int enic_mc_unsync(struct net_device *netdev, const u8 *mc_addr) in enic_mc_unsync() 934 static int enic_uc_sync(struct net_device *netdev, const u8 *uc_addr) in enic_uc_sync() 953 static int enic_uc_unsync(struct net_device *netdev, const u8 *uc_addr) in enic_uc_unsync() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 106 static int mlx5e_dcbnl_ieee_getets(struct net_device *netdev, in mlx5e_dcbnl_ieee_getets() 287 static int mlx5e_dbcnl_validate_ets(struct net_device *netdev, in mlx5e_dbcnl_validate_ets() 322 static int mlx5e_dcbnl_ieee_setets(struct net_device *netdev, in mlx5e_dcbnl_ieee_setets() 548 static int mlx5e_dcbnl_ieee_getmaxrate(struct net_device *netdev, in mlx5e_dcbnl_ieee_getmaxrate() 583 static int mlx5e_dcbnl_ieee_setmaxrate(struct net_device *netdev, in mlx5e_dcbnl_ieee_setmaxrate() 621 static u8 mlx5e_dcbnl_setall(struct net_device *netdev) in mlx5e_dcbnl_setall() 678 static u8 mlx5e_dcbnl_getstate(struct net_device *netdev) in mlx5e_dcbnl_getstate() 683 static void mlx5e_dcbnl_getpermhwaddr(struct net_device *netdev, in mlx5e_dcbnl_getpermhwaddr() 696 static void mlx5e_dcbnl_setpgtccfgtx(struct net_device *netdev, in mlx5e_dcbnl_setpgtccfgtx() 718 static void mlx5e_dcbnl_setpgbwgcfgtx(struct net_device *netdev, in mlx5e_dcbnl_setpgbwgcfgtx() [all …]
|
H A D | en_ethtool.c | 558 static int mlx5e_get_coalesce(struct net_device *netdev, in mlx5e_get_coalesce() 708 static int mlx5e_set_coalesce(struct net_device *netdev, in mlx5e_set_coalesce() 901 static void get_speed_duplex(struct net_device *netdev, in get_speed_duplex() 1097 static int mlx5e_get_link_ksettings(struct net_device *netdev, in mlx5e_get_link_ksettings() 1105 static int mlx5e_speed_validate(struct net_device *netdev, bool ext, in mlx5e_speed_validate() 1248 static int mlx5e_set_link_ksettings(struct net_device *netdev, in mlx5e_set_link_ksettings() 1261 static u32 mlx5e_get_rxfh_key_size(struct net_device *netdev) in mlx5e_get_rxfh_key_size() 1273 static u32 mlx5e_get_rxfh_indir_size(struct net_device *netdev) in mlx5e_get_rxfh_indir_size() 1321 int mlx5e_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in mlx5e_get_rxfh() 1348 static int mlx5e_get_pfc_prevention_tout(struct net_device *netdev, in mlx5e_get_pfc_prevention_tout() [all …]
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 175 struct net_device *netdev; in xgbe_alloc_pdata() local 206 struct net_device *netdev = pdata->netdev; in xgbe_free_pdata() local 264 struct net_device *netdev = pdata->netdev; in xgbe_config_netdev() local 417 struct net_device *netdev = pdata->netdev; in xgbe_deconfig_netdev() local 432 struct net_device *netdev = netdev_notifier_info_to_dev(data); in xgbe_netdev_event() local
|
H A D | xgbe-drv.c | 296 static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu) in xgbe_calc_rx_buf_size() 923 static int xgbe_vxlan_set_port(struct net_device *netdev, unsigned int table, in xgbe_vxlan_set_port() 934 static int xgbe_vxlan_unset_port(struct net_device *netdev, unsigned int table, in xgbe_vxlan_unset_port() 1006 struct net_device *netdev = pdata->netdev; in xgbe_request_irqs() local 1181 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown() 1220 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup() 1272 struct net_device *netdev = pdata->netdev; in xgbe_alloc_memory() local 1314 struct net_device *netdev = pdata->netdev; in xgbe_start() local 1380 struct net_device *netdev = pdata->netdev; in xgbe_stop() local 1832 static int xgbe_open(struct net_device *netdev) in xgbe_open() [all …]
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 189 static int xlgmac_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu) in xlgmac_calc_rx_buf_size() 458 struct net_device *netdev = pdata->netdev; in xlgmac_request_irqs() local 563 struct net_device *netdev = pdata->netdev; in xlgmac_start() local 589 struct net_device *netdev = pdata->netdev; in xlgmac_stop() local 639 static int xlgmac_open(struct net_device *netdev) in xlgmac_open() 675 static int xlgmac_close(struct net_device *netdev) in xlgmac_close() 691 static void xlgmac_tx_timeout(struct net_device *netdev, unsigned int txqueue) in xlgmac_tx_timeout() 699 static netdev_tx_t xlgmac_xmit(struct sk_buff *skb, struct net_device *netdev) in xlgmac_xmit() 766 static void xlgmac_get_stats64(struct net_device *netdev, in xlgmac_get_stats64() 791 static int xlgmac_set_mac_address(struct net_device *netdev, void *addr) in xlgmac_set_mac_address() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 770 struct net_device *netdev, in i40e_get_settings_link_up() 1064 static int i40e_get_link_ksettings(struct net_device *netdev, in i40e_get_link_ksettings() 1217 static int i40e_set_link_ksettings(struct net_device *netdev, in i40e_set_link_ksettings() 1483 static int i40e_set_fec_cfg(struct net_device *netdev, u8 fec_cfg) in i40e_set_fec_cfg() 1544 static int i40e_get_fec_param(struct net_device *netdev, in i40e_get_fec_param() 1587 static int i40e_set_fec_param(struct net_device *netdev, in i40e_set_fec_param() 1631 static int i40e_nway_reset(struct net_device *netdev) in i40e_nway_reset() 1658 static void i40e_get_pauseparam(struct net_device *netdev, in i40e_get_pauseparam() 1693 static int i40e_set_pauseparam(struct net_device *netdev, in i40e_set_pauseparam() 1787 static u32 i40e_get_msglevel(struct net_device *netdev) in i40e_get_msglevel() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 197 struct net_device *netdev = adapter->netdev; in e1000e_dump() local 553 struct net_device *netdev, struct sk_buff *skb, in e1000_receive_skb() 650 struct net_device *netdev = adapter->netdev; in e1000_alloc_rx_buffers() local 720 struct net_device *netdev = adapter->netdev; in e1000_alloc_rx_buffers_ps() local 825 struct net_device *netdev = adapter->netdev; in e1000_alloc_jumbo_rx_buffers() local 898 static inline void e1000_rx_hash(struct net_device *netdev, __le32 rss, in e1000_rx_hash() 918 struct net_device *netdev = adapter->netdev; in e1000_clean_rx_irq() local 1092 struct net_device *netdev = adapter->netdev; in e1000_print_hw_hang() local 1218 struct net_device *netdev = adapter->netdev; in e1000_clean_tx_irq() local 1316 struct net_device *netdev = adapter->netdev; in e1000_clean_rx_irq_ps() local [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_repr.c | 27 ice_repr_get_phys_port_name(struct net_device *netdev, char *buf, size_t len) in ice_repr_get_phys_port_name() 50 ice_repr_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) in ice_repr_get_stats64() 79 struct ice_repr *ice_netdev_to_repr(struct net_device *netdev) in ice_netdev_to_repr() 96 static int ice_repr_open(struct net_device *netdev) in ice_repr_open() 122 static int ice_repr_stop(struct net_device *netdev) in ice_repr_stop() 225 ice_repr_setup_tc(struct net_device *netdev, enum tc_setup_type type, in ice_repr_setup_tc() 257 bool ice_is_port_repr_netdev(const struct net_device *netdev) in ice_is_port_repr_netdev() 267 ice_repr_reg_netdev(struct net_device *netdev) in ice_repr_reg_netdev()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 211 struct net_device *netdev = port_priv->netdev; in dpaa2_switch_port_is_up() local 231 struct net_device *netdev = port_priv->netdev; in dpaa2_switch_port_set_pvid() local 287 struct net_device *netdev = port_priv->netdev; in dpaa2_switch_port_add_vlan() local 492 static void dpaa2_switch_port_get_stats(struct net_device *netdev, in dpaa2_switch_port_get_stats() 558 static bool dpaa2_switch_port_has_offload_stats(const struct net_device *netdev, in dpaa2_switch_port_has_offload_stats() 565 const struct net_device *netdev, in dpaa2_switch_port_get_offload_stats() 577 static int dpaa2_switch_port_change_mtu(struct net_device *netdev, int mtu) in dpaa2_switch_port_change_mtu() 597 static int dpaa2_switch_port_link_state_update(struct net_device *netdev) in dpaa2_switch_port_link_state_update() 683 static int dpaa2_switch_port_open(struct net_device *netdev) in dpaa2_switch_port_open() 719 static int dpaa2_switch_port_stop(struct net_device *netdev) in dpaa2_switch_port_stop() [all …]
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_ethtool.c | 124 static void vnic_get_drvinfo(struct net_device *netdev, in vnic_get_drvinfo() 133 static int vnic_get_sset_count(struct net_device *netdev, int sset) in vnic_get_sset_count() 139 static void vnic_get_ethtool_stats(struct net_device *netdev, in vnic_get_ethtool_stats() 159 static void vnic_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in vnic_get_strings() 182 void opa_vnic_set_ethtool_ops(struct net_device *netdev) in opa_vnic_set_ethtool_ops()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 296 struct net_device *netdev = adapter->netdev; in qlcnic_read_mac_addr() local 333 static int qlcnic_set_mac(struct net_device *netdev, void *p) in qlcnic_set_mac() 369 struct net_device *netdev, in qlcnic_fdb_del() 395 struct net_device *netdev, in qlcnic_fdb_add() 429 struct net_device *netdev, in qlcnic_fdb_dump() 456 static int qlcnic_get_phys_port_id(struct net_device *netdev, in qlcnic_get_phys_port_id() 1347 qlcnic_vlan_rx_add(struct net_device *netdev, __be16 proto, u16 vid) in qlcnic_vlan_rx_add() 1367 qlcnic_vlan_rx_del(struct net_device *netdev, __be16 proto, u16 vid) in qlcnic_vlan_rx_del() 1423 struct net_device *netdev = adapter->netdev; in qlcnic_set_netdev_features() local 1703 struct net_device *netdev = adapter->netdev; in qlcnic_request_irq() local [all …]
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 489 static void print_link_info(struct net_device *netdev) in print_link_info() 529 static inline int setup_link_status_change_wq(struct net_device *netdev) in setup_link_status_change_wq() 547 static inline void cleanup_link_status_change_wq(struct net_device *netdev) in cleanup_link_status_change_wq() 565 static inline void update_link_status(struct net_device *netdev, in update_link_status() 662 static inline int setup_sync_octeon_time_wq(struct net_device *netdev) in setup_sync_octeon_time_wq() 691 static inline void cleanup_sync_octeon_time_wq(struct net_device *netdev) in cleanup_sync_octeon_time_wq() 730 struct net_device *netdev; in disable_all_vf_links() local 1211 struct net_device *netdev = oct->props[ifidx].netdev; in liquidio_destroy_nic_device() local 1631 static void oct_ptp_open(struct net_device *netdev) in oct_ptp_open() 1737 static inline int setup_tx_poll_fn(struct net_device *netdev) in setup_tx_poll_fn() [all …]
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 1940 static u8 bnx2x_dcbnl_get_state(struct net_device *netdev) in bnx2x_dcbnl_get_state() 1947 static u8 bnx2x_dcbnl_set_state(struct net_device *netdev, u8 state) in bnx2x_dcbnl_set_state() 1963 static void bnx2x_dcbnl_get_perm_hw_addr(struct net_device *netdev, in bnx2x_dcbnl_get_perm_hw_addr() 1978 static void bnx2x_dcbnl_set_pg_tccfg_tx(struct net_device *netdev, int prio, in bnx2x_dcbnl_set_pg_tccfg_tx() 2005 static void bnx2x_dcbnl_set_pg_bwgcfg_tx(struct net_device *netdev, in bnx2x_dcbnl_set_pg_bwgcfg_tx() 2018 static void bnx2x_dcbnl_set_pg_tccfg_rx(struct net_device *netdev, int prio, in bnx2x_dcbnl_set_pg_tccfg_rx() 2026 static void bnx2x_dcbnl_set_pg_bwgcfg_rx(struct net_device *netdev, in bnx2x_dcbnl_set_pg_bwgcfg_rx() 2033 static void bnx2x_dcbnl_get_pg_tccfg_tx(struct net_device *netdev, int prio, in bnx2x_dcbnl_get_pg_tccfg_tx() 2060 static void bnx2x_dcbnl_get_pg_bwgcfg_tx(struct net_device *netdev, in bnx2x_dcbnl_get_pg_bwgcfg_tx() 2074 static void bnx2x_dcbnl_get_pg_tccfg_rx(struct net_device *netdev, int prio, in bnx2x_dcbnl_get_pg_tccfg_rx() [all …]
|