Searched refs:netdev (Results 176 - 200 of 963) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c31 static int ice_q_stats_len(struct net_device *netdev) argument
33 struct ice_netdev_priv *np = netdev_priv(netdev);
94 * The PF_STATs are appended to the netdev stats only when ethtool -S
95 * is queried on the base PF netdev.
431 __ice_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo, argument
456 ice_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) argument
458 struct ice_netdev_priv *np = netdev_priv(netdev);
460 __ice_get_drvinfo(netdev, drvinfo, np->vsi);
464 static int ice_get_regs_len(struct net_device __always_unused *netdev) argument
470 ice_get_regs(struct net_device *netdev, struc argument
484 ice_get_msglevel(struct net_device *netdev) argument
498 ice_set_msglevel(struct net_device *netdev, u32 data) argument
513 ice_get_eeprom_len(struct net_device *netdev) argument
522 ice_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *bytes) argument
597 ice_link_test(struct net_device *netdev) argument
624 ice_eeprom_test(struct net_device *netdev) argument
681 ice_reg_test(struct net_device *netdev) argument
939 ice_loopback_test(struct net_device *netdev) argument
1030 ice_intr_test(struct net_device *netdev) argument
1058 ice_self_test(struct net_device *netdev, struct ethtool_test *eth_test, u64 *data) argument
1132 __ice_get_strings(struct net_device *netdev, u32 stringset, u8 *data, struct ice_vsi *vsi) argument
1183 ice_get_strings(struct net_device *netdev, u32 stringset, u8 *data) argument
1191 ice_set_phys_id(struct net_device *netdev, enum ethtool_phys_id_state state) argument
1218 ice_set_fec_cfg(struct net_device *netdev, enum ice_fec_mode req_fec) argument
1263 ice_set_fecparam(struct net_device *netdev, struct ethtool_fecparam *fecparam) argument
1298 ice_get_fecparam(struct net_device *netdev, struct ethtool_fecparam *fecparam) argument
1360 ice_nway_reset(struct net_device *netdev) argument
1385 ice_get_priv_flags(struct net_device *netdev) argument
1409 ice_set_priv_flags(struct net_device *netdev, u32 flags) argument
1563 ice_get_sset_count(struct net_device *netdev, int sset) argument
1596 __ice_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats __always_unused *stats, u64 *data, struct ice_vsi *vsi) argument
1667 ice_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats __always_unused *stats, u64 *data) argument
1775 ice_phy_type_to_ethtool(struct net_device *netdev, struct ethtool_link_ksettings *ks) argument
1871 ice_get_settings_link_up(struct ethtool_link_ksettings *ks, struct net_device *netdev) argument
1960 ice_get_settings_link_down(struct ethtool_link_ksettings *ks, struct net_device *netdev) argument
1981 ice_get_link_ksettings(struct net_device *netdev, struct ethtool_link_ksettings *ks) argument
2179 ice_setup_autoneg(struct ice_port_info *p, struct ethtool_link_ksettings *ks, struct ice_aqc_set_phy_cfg_data *config, u8 autoneg_enabled, u8 *autoneg_changed, struct net_device *netdev) argument
2270 ice_set_link_ksettings(struct net_device *netdev, const struct ethtool_link_ksettings *ks) argument
2767 ice_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) argument
2794 ice_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, u32 __always_unused *rule_locs) argument
2833 ice_get_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring, struct kernel_ethtool_ringparam *kernel_ring, struct netlink_ext_ack *extack) argument
2858 ice_set_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring, struct kernel_ethtool_ringparam *kernel_ring, struct netlink_ext_ack *extack) argument
3105 ice_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
3151 ice_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
3255 ice_get_rxfh_key_size(struct net_device __always_unused *netdev) argument
3266 ice_get_rxfh_indir_size(struct net_device *netdev) argument
3281 ice_get_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh) argument
3358 ice_set_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh, struct netlink_ext_ack *extack) argument
3680 ice_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) argument
3703 ice_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) argument
3807 __ice_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, int q_num) argument
3822 ice_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) argument
3831 ice_get_per_q_coalesce(struct net_device *netdev, u32 q_num, struct ethtool_coalesce *ec) argument
3979 ice_print_if_odd_usecs(struct net_device *netdev, u16 itr_setting, u32 use_adaptive_coalesce, u32 coalesce_usecs, const char *c_type_str) argument
4002 __ice_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, int q_num) argument
4047 ice_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) argument
4056 ice_set_per_q_coalesce(struct net_device *netdev, u32 q_num, struct ethtool_coalesce *ec) argument
4063 ice_repr_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) argument
4075 ice_repr_get_strings(struct net_device *netdev, u32 stringset, u8 *data) argument
4088 ice_repr_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats __always_unused *stats, u64 *data) argument
4100 ice_repr_get_sset_count(struct net_device *netdev, int sset) argument
4128 ice_get_module_info(struct net_device *netdev, struct ethtool_modinfo *modinfo) argument
4202 ice_get_module_eeprom(struct net_device *netdev, struct ethtool_eeprom *ee, u8 *data) argument
4360 ice_set_ethtool_safe_mode_ops(struct net_device *netdev) argument
4377 ice_set_ethtool_repr_ops(struct net_device *netdev) argument
4388 ice_set_ethtool_ops(struct net_device *netdev) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app_nic.c19 nn->port = nfp_port_alloc(app, NFP_PORT_PHYS_PORT, nn->dp.netdev);
41 nfp_net_get_mac_addr(app->pf, nn->dp.netdev, nn->port);
H A Dnfp_net_xsk.h32 int nfp_net_xsk_setup_pool(struct net_device *netdev, struct xsk_buff_pool *pool,
39 int nfp_net_xsk_wakeup(struct net_device *netdev, u32 queue_id, u32 flags);
H A Dnfp_port.h53 * @netdev: backpointer to associated netdev
74 struct net_device *netdev; member in struct:nfp_port
109 int nfp_port_setup_tc(struct net_device *netdev, enum tc_setup_type type,
118 nfp_port_set_features(struct net_device *netdev, netdev_features_t features);
120 struct nfp_port *nfp_port_from_netdev(struct net_device *netdev);
121 int nfp_port_get_port_parent_id(struct net_device *netdev,
127 nfp_port_get_phys_port_name(struct net_device *netdev, char *name, size_t len);
128 int nfp_port_configure(struct net_device *netdev, bool configed);
132 struct net_device *netdev);
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dcsum.c21 netdev_warn(priv->netdev,
29 netdev_warn(priv->netdev,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Ddcbnl.h42 void mlx5e_dcbnl_build_netdev(struct net_device *netdev);
47 static inline void mlx5e_dcbnl_build_netdev(struct net_device *netdev) {} argument
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c39 if (!is_valid_ether_addr(enic->netdev->dev_addr))
43 err = vnic_dev_add_addr(enic->vdev, enic->netdev->dev_addr);
53 if (!is_valid_ether_addr(enic->netdev->dev_addr))
57 err = vnic_dev_del_addr(enic->vdev, enic->netdev->dev_addr);
166 int enic_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
168 struct enic *enic = netdev_priv(netdev);
179 int enic_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
181 struct enic *enic = netdev_priv(netdev);
H A Denic_api.c14 int enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf, argument
18 struct enic *enic = netdev_priv(netdev);
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.h32 struct net_device *netdev; member in struct:hinic_rxq
47 struct net_device *netdev);
/linux-master/drivers/net/ethernet/netronome/nfp/crypto/
H A Dcrypto.h24 int nfp_net_tls_rx_resync_req(struct net_device *netdev,
34 nfp_net_tls_rx_resync_req(struct net_device *netdev, argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h113 struct net_device *netdev; member in struct:mlx5e_rep_priv
244 int mlx5e_rep_bond_enslave(struct mlx5_eswitch *esw, struct net_device *netdev,
247 const struct net_device *netdev,
261 bool mlx5e_eswitch_vf_rep(const struct net_device *netdev);
262 bool mlx5e_eswitch_uplink_rep(const struct net_device *netdev);
263 static inline bool mlx5e_eswitch_rep(const struct net_device *netdev) argument
265 return mlx5e_eswitch_vf_rep(netdev) ||
266 mlx5e_eswitch_uplink_rep(netdev);
H A Den_ethtool.c245 typedef int (*mlx5e_pflag_handler)(struct net_device *netdev, bool enable);
365 netdev_info(priv->netdev, "%s: rx_jumbo_pending not supported\n",
370 netdev_info(priv->netdev, "%s: rx_mini_pending not supported\n",
376 netdev_info(priv->netdev, "%s: rx_pending (%d) < min (%d)\n",
383 netdev_info(priv->netdev, "%s: tx_pending (%d) < min (%d)\n",
453 netdev_info(priv->netdev, "%s: combined_count=0 not supported\n",
468 netdev_err(priv->netdev, "%s: Requested number of channels (%d) exceeds the maximum allowed by the XOR8 RSS hfunc (%d)\n",
478 if (netif_is_rxfh_configured(priv->netdev)) {
484 netdev_err(priv->netdev,
497 netdev_err(priv->netdev, "
582 mlx5e_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coal, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) argument
802 mlx5e_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *coal, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) argument
1077 get_speed_duplex(struct net_device *netdev, u32 eth_proto_oper, bool force_legacy, u16 data_rate_oper, struct ethtool_link_ksettings *link_ksettings) argument
1273 mlx5e_get_link_ksettings(struct net_device *netdev, struct ethtool_link_ksettings *link_ksettings) argument
1281 mlx5e_speed_validate(struct net_device *netdev, bool ext, const unsigned long link_modes, u8 autoneg) argument
1419 mlx5e_set_link_ksettings(struct net_device *netdev, const struct ethtool_link_ksettings *link_ksettings) argument
1432 mlx5e_get_rxfh_key_size(struct net_device *netdev) argument
1444 mlx5e_get_rxfh_indir_size(struct net_device *netdev) argument
1451 mlx5e_get_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh) argument
1516 mlx5e_get_pfc_prevention_tout(struct net_device *netdev, u16 *pfc_prevention_tout) argument
1529 mlx5e_set_pfc_prevention_tout(struct net_device *netdev, u16 pfc_preven) argument
1599 mlx5e_get_pause_stats(struct net_device *netdev, struct ethtool_pause_stats *pause_stats) argument
1621 mlx5e_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pauseparam) argument
1652 mlx5e_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pauseparam) argument
1776 mlx5e_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) argument
1797 mlx5e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) argument
1815 mlx5e_get_fec_stats(struct net_device *netdev, struct ethtool_fec_stats *fec_stats) argument
1823 mlx5e_get_fecparam(struct net_device *netdev, struct ethtool_fecparam *fecparam) argument
1849 mlx5e_set_fecparam(struct net_device *netdev, struct ethtool_fecparam *fecparam) argument
1904 mlx5e_get_module_info(struct net_device *netdev, struct ethtool_modinfo *modinfo) argument
1946 mlx5e_get_module_eeprom(struct net_device *netdev, struct ethtool_eeprom *ee, u8 *data) argument
1982 mlx5e_get_module_eeprom_by_page(struct net_device *netdev, const struct ethtool_module_eeprom *page_data, struct netlink_ext_ack *extack) argument
2059 set_pflag_cqe_based_moder(struct net_device *netdev, bool enable, bool is_rx_cq) argument
2097 set_pflag_tx_cqe_based_moder(struct net_device *netdev, bool enable) argument
2102 set_pflag_rx_cqe_based_moder(struct net_device *netdev, bool enable) argument
2150 set_pflag_rx_cqe_compress(struct net_device *netdev, bool enable) argument
2171 set_pflag_rx_striding_rq(struct net_device *netdev, bool enable) argument
2207 set_pflag_rx_no_csum_complete(struct net_device *netdev, bool enable) argument
2229 set_pflag_tx_mpwqe_common(struct net_device *netdev, u32 flag, bool enable) argument
2245 set_pflag_xdp_tx_mpwqe(struct net_device *netdev, bool enable) argument
2250 set_pflag_skb_tx_mpwqe(struct net_device *netdev, bool enable) argument
2255 set_pflag_tx_port_ts(struct net_device *netdev, bool enable) argument
2313 mlx5e_handle_pflag(struct net_device *netdev, u32 wanted_flags, enum mlx5e_priv_flag flag) argument
2336 mlx5e_set_priv_flags(struct net_device *netdev, u32 pflags) argument
2358 mlx5e_get_priv_flags(struct net_device *netdev) argument
2560 mlx5e_get_eth_phy_stats(struct net_device *netdev, struct ethtool_eth_phy_stats *phy_stats) argument
2568 mlx5e_get_eth_mac_stats(struct net_device *netdev, struct ethtool_eth_mac_stats *mac_stats) argument
2576 mlx5e_get_eth_ctrl_stats(struct net_device *netdev, struct ethtool_eth_ctrl_stats *ctrl_stats) argument
2584 mlx5e_get_rmon_stats(struct net_device *netdev, struct ethtool_rmon_stats *rmon_stats, const struct ethtool_rmon_hist_range **ranges) argument
2593 mlx5e_get_ts_stats(struct net_device *netdev, struct ethtool_ts_stats *ts_stats) argument
[all...]
H A Den_main.c110 if (up == netif_carrier_ok(priv->netdev))
111 netif_carrier_event(priv->netdev);
113 netdev_info(priv->netdev, "Link up\n");
114 netif_carrier_on(priv->netdev);
116 netdev_info(priv->netdev, "Link down\n");
117 netif_carrier_off(priv->netdev);
717 rq->netdev = c->netdev;
734 return __xdp_rxq_info_reg(&rq->xdp_rxq, rq->netdev, rq->ix, c->napi.napi_id,
908 pp_params.netdev
2065 mlx5e_alloc_cq_common(struct mlx5_core_dev *mdev, struct net_device *netdev, struct workqueue_struct *workqueue, struct mlx5e_cq_param *param, struct mlx5e_cq *cq) argument
2635 struct net_device *netdev = priv->netdev; local
2921 struct net_device *netdev = priv->netdev; local
2944 struct net_device *netdev = priv->netdev; local
2956 mlx5e_netdev_set_tcs(struct net_device *netdev, u16 nch, u8 ntc, struct netdev_tc_txq *tc_to_txq) argument
3029 struct net_device *netdev = priv->netdev; local
3066 struct net_device *netdev = priv->netdev; local
3218 struct net_device *netdev = priv->netdev; local
3326 mlx5e_open_locked(struct net_device *netdev) argument
3360 mlx5e_open(struct net_device *netdev) argument
3374 mlx5e_close_locked(struct net_device *netdev) argument
3394 mlx5e_close(struct net_device *netdev) argument
3635 struct net_device *netdev = priv->netdev; local
3920 mlx5e_set_mac(struct net_device *netdev, void *addr) argument
3947 set_feature_lro(struct net_device *netdev, bool enable) argument
3984 set_feature_hw_gro(struct net_device *netdev, bool enable) argument
4012 set_feature_cvlan_filter(struct net_device *netdev, bool enable) argument
4026 set_feature_hw_tc(struct net_device *netdev, bool enable) argument
4051 set_feature_rx_all(struct net_device *netdev, bool enable) argument
4133 set_feature_rx_fcs(struct net_device *netdev, bool enable) argument
4151 set_feature_rx_vlan(struct net_device *netdev, bool enable) argument
4198 set_feature_arfs(struct net_device *netdev, bool enable) argument
4212 mlx5e_handle_feature(struct net_device *netdev, netdev_features_t *features, netdev_features_t feature, mlx5e_feature_handler feature_handler) argument
4235 mlx5e_set_xdp_feature(struct net_device *netdev) argument
4254 mlx5e_set_features(struct net_device *netdev, netdev_features_t features) argument
4286 mlx5e_fix_uplink_rep_features(struct net_device *netdev, netdev_features_t features) argument
4312 mlx5e_fix_features(struct net_device *netdev, netdev_features_t features) argument
4393 mlx5e_xsk_validate_mtu(struct net_device *netdev, struct mlx5e_channels *chs, struct mlx5e_params *new_params, struct mlx5_core_dev *mdev) argument
4435 mlx5e_params_validate_xdp(struct net_device *netdev, struct mlx5_core_dev *mdev, struct mlx5e_params *params) argument
4467 mlx5e_change_mtu(struct net_device *netdev, int new_mtu, mlx5e_fp_preactivate preactivate) argument
4528 mlx5e_change_nic_mtu(struct net_device *netdev, int new_mtu) argument
4897 mlx5e_features_check(struct sk_buff *skb, struct net_device *netdev, netdev_features_t features) argument
4917 struct net_device *netdev = priv->netdev; local
4960 mlx5e_xdp_allowed(struct net_device *netdev, struct mlx5_core_dev *mdev, struct mlx5e_params *params) argument
4984 mlx5e_xdp_set(struct net_device *netdev, struct bpf_prog *prog) argument
5219 mlx5e_set_netdev_dev_addr(struct net_device *netdev) argument
5235 mlx5e_vxlan_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) argument
5243 mlx5e_vxlan_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) argument
5279 mlx5e_build_nic_netdev(struct net_device *netdev) argument
5464 mlx5e_nic_init(struct mlx5_core_dev *mdev, struct net_device *netdev) argument
5631 struct net_device *netdev = priv->netdev; local
5744 mlx5e_calc_max_nch(struct mlx5_core_dev *mdev, struct net_device *netdev, const struct mlx5e_profile *profile) argument
5786 mlx5e_priv_init(struct mlx5e_priv *priv, const struct mlx5e_profile *profile, struct net_device *netdev, struct mlx5_core_dev *mdev) argument
5901 struct net_device *netdev; local
5932 mlx5e_update_features(struct net_device *netdev) argument
5942 mlx5e_reset_channels(struct net_device *netdev) argument
6051 mlx5e_netdev_init_profile(struct net_device *netdev, struct mlx5_core_dev *mdev, const struct mlx5e_profile *new_profile, void *new_ppriv) argument
6077 mlx5e_netdev_attach_profile(struct net_device *netdev, struct mlx5_core_dev *mdev, const struct mlx5e_profile *new_profile, void *new_ppriv) argument
6102 struct net_device *netdev = priv->netdev; local
6141 struct net_device *netdev = priv->netdev; local
6152 struct net_device *netdev = priv->netdev; local
6200 struct net_device *netdev = priv->netdev; local
6240 struct net_device *netdev; local
[all...]
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A DMakefile4 wilc1000-objs := cfg80211.o netdev.o mon.o \
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.h22 void (*handler)(struct net_device *netdev, bool enable);
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dhw_stats_l3.sh84 local netdev=$1; shift
87 local ifindex=$($IP -j link show dev $netdev | jq '.[].ifindex')
146 local netdev=$1; shift
149 $IP -j stats show dev "$netdev" group offload subgroup hw_stats_info |
155 local netdev=$1; shift
158 [[ $(netdev_hwstats_used $netdev $type) == "true" ]]
163 local netdev=$1; shift
166 [[ $(netdev_hwstats_used $netdev $type) == "false" ]]
171 local netdev=$1; shift
174 $IP -j stats show dev "$netdev" grou
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c36 u8 up = dcb_getapp(adapter->netdev, &app);
119 static u8 ixgbe_dcbnl_get_state(struct net_device *netdev) argument
121 struct ixgbe_adapter *adapter = netdev_priv(netdev);
126 static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) argument
128 struct ixgbe_adapter *adapter = netdev_priv(netdev);
138 return !!ixgbe_setup_tc(netdev,
142 static void ixgbe_dcbnl_get_perm_hw_addr(struct net_device *netdev, argument
145 struct ixgbe_adapter *adapter = netdev_priv(netdev);
150 for (i = 0; i < netdev->addr_len; i++)
157 for (j = 0; j < netdev
165 ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) argument
183 ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, u8 bw_pct) argument
191 ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) argument
209 ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, u8 bw_pct) argument
217 ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) argument
229 ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, u8 *bw_pct) argument
237 ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) argument
249 ixgbe_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, u8 *bw_pct) argument
257 ixgbe_dcbnl_set_pfc_cfg(struct net_device *netdev, int priority, u8 setting) argument
268 ixgbe_dcbnl_get_pfc_cfg(struct net_device *netdev, int priority, u8 *setting) argument
295 ixgbe_dcbnl_set_all(struct net_device *netdev) argument
383 ixgbe_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) argument
420 ixgbe_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) argument
442 ixgbe_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) argument
447 ixgbe_dcbnl_getpfcstate(struct net_device *netdev) argument
454 ixgbe_dcbnl_setpfcstate(struct net_device *netdev, u8 state) argument
471 ixgbe_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) argument
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_rx.c7 #include "netdev.h"
70 int hfi1_ipoib_rxq_init(struct net_device *netdev) argument
72 struct hfi1_ipoib_dev_priv *ipoib_priv = hfi1_ipoib_priv(netdev);
85 void hfi1_ipoib_rxq_deinit(struct net_device *netdev) argument
87 struct hfi1_ipoib_dev_priv *ipoib_priv = hfi1_ipoib_priv(netdev);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A DMakefile15 param.o ethtool.o netdev.o ptp.o
/linux-master/net/dsa/
H A Dtag_8021q.h13 struct sk_buff *dsa_8021q_xmit(struct sk_buff *skb, struct net_device *netdev,
/linux-master/drivers/net/dsa/
H A Ddsa_loop_bdinfo.c19 .netdev = "eth0",
/linux-master/drivers/net/ethernet/micrel/
H A Dks8851_common.c111 netif_dbg(ks, hw, ks->netdev, "setting power mode %d\n", pwrmode);
196 struct net_device *dev = ks->netdev;
210 netdev_err(ks->netdev, "invalid mac address read %pM\n",
227 netdev_dbg(ks->netdev,
253 netif_dbg(ks, rx_status, ks->netdev,
270 netif_dbg(ks, rx_status, ks->netdev,
286 skb = netdev_alloc_skb_ip_align(ks->netdev, rxalign);
302 skb->protocol = eth_type_trans(skb, ks->netdev);
305 ks->netdev->stats.rx_packets++;
306 ks->netdev
1034 struct net_device *netdev = ks->netdev; local
1048 struct net_device *netdev = ks->netdev; local
1096 ks8851_probe_common(struct net_device *netdev, struct device *dev, int msg_en) argument
[all...]
/linux-master/net/wireless/
H A Dtrace.h44 memcpy(__entry->name, netdev->name, IFNAMSIZ); \
45 (__entry->ifindex) = (netdev->ifindex); \
47 #define NETDEV_PR_FMT "netdev:%s(%d)"
425 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev,
427 TP_ARGS(wiphy, netdev, type),
443 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, int link_id,
445 TP_ARGS(wiphy, netdev, link_id, key_index, pairwise, mac_addr),
470 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, int link_id,
472 TP_ARGS(wiphy, netdev, link_id, key_index, pairwise, mac_addr)
476 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, in
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_dmfs.c9 netdev_dbg(fs->netdev, "ct_fs_dmfs debug: " fmt "\n", ##args)
33 struct mlx5e_priv *priv = netdev_priv(fs->netdev);
64 mlx5_tc_rule_delete(netdev_priv(fs->netdev), dmfs_rule->rule, dmfs_rule->attr);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.h16 int mlxsw_env_get_module_info(struct net_device *netdev,
20 int mlxsw_env_get_module_eeprom(struct net_device *netdev,
31 int mlxsw_env_reset_module(struct net_device *netdev,

Completed in 586 milliseconds

1234567891011>>