Home
last modified time | relevance | path

Searched defs:netdev (Results 351 - 375 of 1182) sorted by relevance

1...<<11121314151617181920>>...48

/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c332 static int aq_ndev_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in aq_ndev_ioctl() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h80 struct net_device *netdev; member
H A Dhinic_rx.c102 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; rxq_recv() local
580 hinic_init_rxq(struct hinic_rxq *rxq, struct hinic_rq *rq, struct net_device *netdev) hinic_init_rxq() argument
625 struct net_device *netdev = rxq->netdev; hinic_clean_rxq() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_client.h86 struct net_device *netdev; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c14 static void ice_dcbnl_devreset(struct net_device *netdev) in ice_dcbnl_devreset() argument
32 static int ice_dcbnl_getets(struct net_device *netdev, struc argument
62 ice_dcbnl_setets(struct net_device *netdev, struct ieee_ets *ets) ice_dcbnl_setets() argument
147 ice_dcbnl_getdcbx(struct net_device *netdev) ice_dcbnl_getdcbx() argument
159 ice_dcbnl_setdcbx(struct net_device *netdev, u8 mode) ice_dcbnl_setdcbx() argument
205 ice_dcbnl_get_perm_hw_addr(struct net_device *netdev, u8 *perm_addr) ice_dcbnl_get_perm_hw_addr() argument
238 ice_dcbnl_getpfc(struct net_device *netdev, struct ieee_pfc *pfc) ice_dcbnl_getpfc() argument
264 ice_dcbnl_setpfc(struct net_device *netdev, struct ieee_pfc *pfc) ice_dcbnl_setpfc() argument
306 ice_dcbnl_get_pfc_cfg(struct net_device *netdev, int prio, u8 *setting) ice_dcbnl_get_pfc_cfg() argument
329 ice_dcbnl_set_pfc_cfg(struct net_device *netdev, int prio, u8 set) ice_dcbnl_set_pfc_cfg() argument
362 ice_dcbnl_getpfcstate(struct net_device *netdev) ice_dcbnl_getpfcstate() argument
378 ice_dcbnl_getstate(struct net_device *netdev) ice_dcbnl_getstate() argument
394 ice_dcbnl_setstate(struct net_device *netdev, u8 state) ice_dcbnl_setstate() argument
433 ice_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_tx() argument
463 ice_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 __always_unused prio_type, u8 __always_unused bwg_id, u8 __always_unused bw_pct, u8 up_map) ice_dcbnl_set_pg_tc_cfg_tx() argument
502 ice_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) ice_dcbnl_get_pg_bwg_cfg_tx() argument
526 ice_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) ice_dcbnl_set_pg_bwg_cfg_tx() argument
558 ice_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_rx() argument
588 ice_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int __always_unused prio, u8 __always_unused prio_type, u8 __always_unused pgid, u8 __always_unused bw_pct, u8 __always_unused up_map) ice_dcbnl_set_pg_tc_cfg_rx() argument
607 ice_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, u8 *bw_pct) ice_dcbnl_get_pg_bwg_cfg_rx() argument
628 ice_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, u8 __always_unused bw_pct) ice_dcbnl_set_pg_bwg_cfg_rx() argument
642 ice_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) ice_dcbnl_get_cap() argument
690 ice_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) ice_dcbnl_getapp() argument
733 ice_dcbnl_setapp(struct net_device *netdev, struct dcb_app *app) ice_dcbnl_setapp() argument
867 ice_dcbnl_delapp(struct net_device *netdev, struct dcb_app *app) ice_dcbnl_delapp() argument
975 ice_dcbnl_cee_set_all(struct net_device *netdev) ice_dcbnl_cee_set_all() argument
1040 struct net_device *netdev = vsi->netdev; ice_dcbnl_set_all() local
1137 struct net_device *netdev = vsi->netdev; ice_dcbnl_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c106 static int i40e_dcbnl_ieee_setets(struct net_device *netdev, in i40e_dcbnl_ieee_setets() argument
154 static int i40e_dcbnl_ieee_setpfc(struct net_device *netdev, in i40e_dcbnl_ieee_setpfc() argument
193 i40e_dcbnl_ieee_setapp(struct net_device *netdev, struct dcb_app *app) i40e_dcbnl_ieee_setapp() argument
245 i40e_dcbnl_ieee_delapp(struct net_device *netdev, struct dcb_app *app) i40e_dcbnl_ieee_delapp() argument
308 i40e_dcbnl_getstate(struct net_device *netdev) i40e_dcbnl_getstate() argument
324 i40e_dcbnl_setstate(struct net_device *netdev, u8 state) i40e_dcbnl_setstate() argument
366 i40e_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 prio_type, u8 bwg_id, u8 bw_pct, u8 up_map) i40e_dcbnl_set_pg_tc_cfg_tx() argument
402 i40e_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) i40e_dcbnl_set_pg_bwg_cfg_tx() argument
432 i40e_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int __always_unused prio, u8 __always_unused prio_type, u8 __always_unused pgid, u8 __always_unused bw_pct, u8 __always_unused up_map) i40e_dcbnl_set_pg_tc_cfg_rx() argument
453 i40e_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, u8 bw_pct) i40e_dcbnl_set_pg_bwg_cfg_rx() argument
472 i40e_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) i40e_dcbnl_get_pg_tc_cfg_tx() argument
500 i40e_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) i40e_dcbnl_get_pg_bwg_cfg_tx() argument
530 i40e_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) i40e_dcbnl_get_pg_tc_cfg_rx() argument
556 i40e_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) i40e_dcbnl_get_pg_bwg_cfg_rx() argument
575 i40e_dcbnl_set_pfc_cfg(struct net_device *netdev, int prio, u8 setting) i40e_dcbnl_set_pfc_cfg() argument
605 i40e_dcbnl_get_pfc_cfg(struct net_device *netdev, int prio, u8 *setting) i40e_dcbnl_get_pfc_cfg() argument
629 i40e_dcbnl_cee_set_all(struct net_device *netdev) i40e_dcbnl_cee_set_all() argument
652 i40e_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) i40e_dcbnl_get_cap() argument
692 i40e_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) i40e_dcbnl_getnumtcs() argument
711 i40e_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) i40e_dcbnl_setnumtcs() argument
722 i40e_dcbnl_getpfcstate(struct net_device *netdev) i40e_dcbnl_getpfcstate() argument
741 i40e_dcbnl_setpfcstate(struct net_device *netdev, u8 state) i40e_dcbnl_setpfcstate() argument
756 i40e_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) i40e_dcbnl_getapp() argument
778 i40e_dcbnl_setdcbx(struct net_device *netdev, u8 mode) i40e_dcbnl_setdcbx() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_main.c47 nfp_net_get_mac_addr(struct nfp_pf *pf, struct net_device *netdev, in nfp_net_get_mac_addr() argument
548 struct net_device *netdev = port->netdev; in nfp_net_notify_port_speed() local
H A Dnfp_net_repr.c27 nfp_repr_inc_tx_stats(struct net_device *netdev, unsigned int len, in nfp_repr_inc_tx_stats() argument
46 void nfp_repr_inc_rx_stats(struct net_device *netdev, unsigned int len) in nfp_repr_inc_rx_stats() argument
90 nfp_repr_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) in nfp_repr_get_stats64() argument
124 nfp_repr_get_host_stats64(const struct net_device *netdev, in nfp_repr_get_host_stats64() argument
167 static int nfp_repr_change_mtu(struct net_device *netdev, int new_mtu) in nfp_repr_change_mtu() argument
185 nfp_repr_xmit(struct sk_buff *skb, struct net_device *netdev) nfp_repr_xmit() argument
202 nfp_repr_stop(struct net_device *netdev) nfp_repr_stop() argument
215 nfp_repr_open(struct net_device *netdev) nfp_repr_open() argument
236 nfp_repr_fix_features(struct net_device *netdev, netdev_features_t features) nfp_repr_fix_features() argument
281 nfp_repr_transfer_features(struct net_device *netdev, struct net_device *lower) nfp_repr_transfer_features() argument
315 nfp_repr_init(struct nfp_app *app, struct net_device *netdev, u32 cmsg_port_id, struct nfp_port *port, struct net_device *pf_netdev) nfp_repr_init() argument
419 nfp_repr_free(struct net_device *netdev) nfp_repr_free() argument
427 struct net_device *netdev; nfp_repr_alloc_mqs() local
461 struct net_device *netdev; nfp_reprs_clean_and_free() local
476 struct net_device *netdev; nfp_reprs_clean_and_free_by_type() local
514 struct net_device *netdev; nfp_reprs_resync_phys_ports() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c13 static u8 qede_dcbnl_getstate(struct net_device *netdev) in qede_dcbnl_getstate() argument
20 static u8 qede_dcbnl_setstate(struct net_device *netdev, u8 state) in qede_dcbnl_setstate() argument
27 static void qede_dcbnl_getpermhwaddr(struct net_device *netdev, in qede_dcbnl_getpermhwaddr() argument
33 static void qede_dcbnl_getpgtccfgtx(struct net_device *netdev, int prio, in qede_dcbnl_getpgtccfgtx() argument
43 static void qede_dcbnl_getpgbwgcfgtx(struct net_device *netdev, in qede_dcbnl_getpgbwgcfgtx() argument
51 qede_dcbnl_getpgtccfgrx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qede_dcbnl_getpgtccfgrx() argument
61 qede_dcbnl_getpgbwgcfgrx(struct net_device *netdev, int pgid, u8 *bw_pct) qede_dcbnl_getpgbwgcfgrx() argument
69 qede_dcbnl_getpfccfg(struct net_device *netdev, int prio, u8 *setting) qede_dcbnl_getpfccfg() argument
77 qede_dcbnl_setpfccfg(struct net_device *netdev, int prio, u8 setting) qede_dcbnl_setpfccfg() argument
85 qede_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) qede_dcbnl_getcap() argument
92 qede_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) qede_dcbnl_getnumtcs() argument
99 qede_dcbnl_getpfcstate(struct net_device *netdev) qede_dcbnl_getpfcstate() argument
106 qede_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) qede_dcbnl_getapp() argument
113 qede_dcbnl_getdcbx(struct net_device *netdev) qede_dcbnl_getdcbx() argument
120 qede_dcbnl_setpgtccfgtx(struct net_device *netdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qede_dcbnl_setpgtccfgtx() argument
129 qede_dcbnl_setpgtccfgrx(struct net_device *netdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qede_dcbnl_setpgtccfgrx() argument
138 qede_dcbnl_setpgbwgcfgtx(struct net_device *netdev, int pgid, u8 bw_pct) qede_dcbnl_setpgbwgcfgtx() argument
146 qede_dcbnl_setpgbwgcfgrx(struct net_device *netdev, int pgid, u8 bw_pct) qede_dcbnl_setpgbwgcfgrx() argument
154 qede_dcbnl_setall(struct net_device *netdev) qede_dcbnl_setall() argument
161 qede_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) qede_dcbnl_setnumtcs() argument
168 qede_dcbnl_setpfcstate(struct net_device *netdev, u8 state) qede_dcbnl_setpfcstate() argument
175 qede_dcbnl_setapp(struct net_device *netdev, u8 idtype, u16 idval, u8 up) qede_dcbnl_setapp() argument
183 qede_dcbnl_setdcbx(struct net_device *netdev, u8 state) qede_dcbnl_setdcbx() argument
190 qede_dcbnl_getfeatcfg(struct net_device *netdev, int featid, u8 *flags) qede_dcbnl_getfeatcfg() argument
198 qede_dcbnl_setfeatcfg(struct net_device *netdev, int featid, u8 flags) qede_dcbnl_setfeatcfg() argument
205 qede_dcbnl_peer_getappinfo(struct net_device *netdev, struct dcb_peer_app_info *info, u16 *count) qede_dcbnl_peer_getappinfo() argument
214 qede_dcbnl_peer_getapptable(struct net_device *netdev, struct dcb_app *app) qede_dcbnl_peer_getapptable() argument
222 qede_dcbnl_cee_peer_getpfc(struct net_device *netdev, struct cee_pfc *pfc) qede_dcbnl_cee_peer_getpfc() argument
230 qede_dcbnl_cee_peer_getpg(struct net_device *netdev, struct cee_pg *pg) qede_dcbnl_cee_peer_getpg() argument
238 qede_dcbnl_ieee_getpfc(struct net_device *netdev, struct ieee_pfc *pfc) qede_dcbnl_ieee_getpfc() argument
246 qede_dcbnl_ieee_setpfc(struct net_device *netdev, struct ieee_pfc *pfc) qede_dcbnl_ieee_setpfc() argument
254 qede_dcbnl_ieee_getets(struct net_device *netdev, struct ieee_ets *ets) qede_dcbnl_ieee_getets() argument
262 qede_dcbnl_ieee_setets(struct net_device *netdev, struct ieee_ets *ets) qede_dcbnl_ieee_setets() argument
270 qede_dcbnl_ieee_getapp(struct net_device *netdev, struct dcb_app *app) qede_dcbnl_ieee_getapp() argument
278 qede_dcbnl_ieee_setapp(struct net_device *netdev, struct dcb_app *app) qede_dcbnl_ieee_setapp() argument
291 qede_dcbnl_ieee_peer_getpfc(struct net_device *netdev, struct ieee_pfc *pfc) qede_dcbnl_ieee_peer_getpfc() argument
299 qede_dcbnl_ieee_peer_getets(struct net_device *netdev, struct ieee_ets *ets) qede_dcbnl_ieee_peer_getets() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H A Demac.c174 static int emac_set_features(struct net_device *netdev, in emac_set_features() argument
117 emac_start_xmit(struct sk_buff *skb, struct net_device *netdev) emac_start_xmit() argument
198 emac_rx_mode_set(struct net_device *netdev) emac_rx_mode_set() argument
212 emac_change_mtu(struct net_device *netdev, int new_mtu) emac_change_mtu() argument
228 emac_open(struct net_device *netdev) emac_open() argument
267 emac_close(struct net_device *netdev) emac_close() argument
285 emac_tx_timeout(struct net_device *netdev, unsigned int txqueue) emac_tx_timeout() argument
334 emac_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *net_stats) emac_get_stats64() argument
546 struct net_device *netdev = adpt->netdev; emac_probe_resources() local
594 struct net_device *netdev; emac_probe() local
723 struct net_device *netdev = dev_get_drvdata(&pdev->dev); emac_remove() local
751 struct net_device *netdev = dev_get_drvdata(&pdev->dev); emac_shutdown() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c745 struct net_device *netdev = adapter->netdev; in netxen_alloc_hw_resources() local
/kernel/linux/linux-6.6/include/linux/net/intel/
H A Di40e_client.h76 struct net_device *netdev; member
/kernel/linux/linux-6.6/include/net/
H A Dxsk_buff_pool.h40 struct net_device *netdev; member
50 struct net_device *netdev; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c44 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put() argument
133 static int ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, in ixgbe_fcoe_ddp_setup() argument
344 ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_get() argument
365 ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_target() argument
835 ixgbe_fcoe_enable(struct net_device *netdev) ixgbe_fcoe_enable() argument
882 ixgbe_fcoe_disable(struct net_device *netdev) ixgbe_fcoe_disable() argument
927 ixgbe_fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) ixgbe_fcoe_get_wwn() argument
967 ixgbe_fcoe_get_hbainfo(struct net_device *netdev, struct netdev_fcoe_hbainfo *info) ixgbe_fcoe_get_hbainfo() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c51 static int igbvf_get_link_ksettings(struct net_device *netdev, in igbvf_get_link_ksettings() argument
88 static int igbvf_set_link_ksettings(struct net_device *netdev, in igbvf_set_link_ksettings() argument
94 static void igbvf_get_pauseparam(struct net_device *netdev, in igbvf_get_pauseparam() argument
99 static int igbvf_set_pauseparam(struct net_device *netdev, in igbvf_set_pauseparam() argument
105 static u32 igbvf_get_msglevel(struct net_device *netdev) in igbvf_get_msglevel() argument
112 static void igbvf_set_msglevel(struct net_device *netdev, u32 data) in igbvf_set_msglevel() argument
119 static int igbvf_get_regs_len(struct net_device *netdev) in igbvf_get_regs_len() argument
125 igbvf_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *p) igbvf_get_regs() argument
150 igbvf_get_eeprom_len(struct net_device *netdev) igbvf_get_eeprom_len() argument
155 igbvf_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *bytes) igbvf_get_eeprom() argument
161 igbvf_set_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *bytes) igbvf_set_eeprom() argument
167 igbvf_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) igbvf_get_drvinfo() argument
177 igbvf_get_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring, struct kernel_ethtool_ringparam *kernel_ring, struct netlink_ext_ack *extack) igbvf_get_ringparam() argument
192 igbvf_set_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring, struct kernel_ethtool_ringparam *kernel_ring, struct netlink_ext_ack *extack) igbvf_set_ringparam() argument
290 igbvf_diag_test(struct net_device *netdev, struct ethtool_test *eth_test, u64 *data) igbvf_diag_test() argument
307 igbvf_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) igbvf_get_wol() argument
314 igbvf_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) igbvf_set_wol() argument
320 igbvf_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) igbvf_get_coalesce() argument
335 igbvf_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) igbvf_set_coalesce() argument
372 igbvf_nway_reset(struct net_device *netdev) igbvf_nway_reset() argument
381 igbvf_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats *stats, u64 *data) igbvf_get_ethtool_stats() argument
412 igbvf_get_strings(struct net_device *netdev, u32 stringset, u8 *data) igbvf_get_strings() argument
460 igbvf_set_ethtool_ops(struct net_device *netdev) igbvf_set_ethtool_ops() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c92 static int enic_get_ksettings(struct net_device *netdev, in enic_get_ksettings() argument
119 static void enic_get_drvinfo(struct net_device *netdev, in enic_get_drvinfo() argument
141 static void enic_get_strings(struct net_device *netdev, u32 stringset, in enic_get_strings() argument
164 static void enic_get_ringparam(struct net_device *netdev, in enic_get_ringparam() argument
178 static int enic_set_ringparam(struct net_device *netdev, in enic_set_ringparam() argument
243 enic_get_sset_count(struct net_device *netdev, int sset) enic_get_sset_count() argument
253 enic_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats *stats, u64 *data) enic_get_ethtool_stats() argument
277 enic_get_msglevel(struct net_device *netdev) enic_get_msglevel() argument
283 enic_set_msglevel(struct net_device *netdev, u32 value) enic_set_msglevel() argument
289 enic_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecmd, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) enic_get_coalesce() argument
336 enic_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecmd, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) enic_set_coalesce() argument
566 enic_get_rxfh_key_size(struct net_device *netdev) enic_get_rxfh_key_size() argument
571 enic_get_rxfh(struct net_device *netdev, u32 *indir, u8 *hkey, u8 *hfunc) enic_get_rxfh() argument
585 enic_set_rxfh(struct net_device *netdev, const u32 *indir, const u8 *hkey, const u8 hfunc) enic_set_rxfh() argument
600 enic_get_ts_info(struct net_device *netdev, struct ethtool_ts_info *info) enic_get_ts_info() argument
636 enic_set_ethtool_ops(struct net_device *netdev) enic_set_ethtool_ops() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c130 struct net_device *netdev; in chtls_inline_feature() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c40 struct net_device *netdev = vinfo->netdev; in hfi1_vnic_update_stats() local
181 hfi1_vnic_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) hfi1_vnic_get_stats64() argument
214 hfi1_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev) hfi1_netdev_start_xmit() argument
278 hfi1_vnic_select_queue(struct net_device *netdev, struct sk_buff *skb, struct net_device *sb_dev) hfi1_vnic_select_queue() argument
407 struct net_device *netdev = vinfo->netdev; hfi1_vnic_up() local
445 hfi1_netdev_open(struct net_device *netdev) hfi1_netdev_open() argument
456 hfi1_netdev_close(struct net_device *netdev) hfi1_netdev_close() argument
511 hfi1_vnic_set_vesw_id(struct net_device *netdev, int id) hfi1_vnic_set_vesw_id() argument
544 hfi1_vnic_free_rn(struct net_device *netdev) hfi1_vnic_free_rn() argument
562 struct net_device *netdev; hfi1_vnic_alloc_rn() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c363 static int otx2vf_open(struct net_device *netdev) in otx2vf_open() argument
383 static int otx2vf_stop(struct net_device *netdev) in otx2vf_stop() argument
388 static netdev_tx_t otx2vf_xmit(struct sk_buff *skb, struct net_device *netdev) in otx2vf_xmit() argument
413 otx2vf_set_rx_mode(struct net_device *netdev) otx2vf_set_rx_mode() argument
423 struct net_device *netdev = vf->netdev; otx2vf_do_set_rx_mode() local
449 otx2vf_change_mtu(struct net_device *netdev, int new_mtu) otx2vf_change_mtu() argument
482 otx2vf_set_features(struct net_device *netdev, netdev_features_t features) otx2vf_set_features() argument
539 struct net_device *netdev; otx2vf_probe() local
745 struct net_device *netdev = pci_get_drvdata(pdev); otx2vf_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c24 struct net_device *netdev; member
705 mlx5e_htb_init(struct mlx5e_htb *htb, struct tc_htb_qopt_offload *htb_qopt, struct net_device *netdev, struct mlx5_core_dev *mdev, struct mlx5e_selq *selq, struct mlx5e_priv *priv) mlx5e_htb_init() argument
H A Dport_buffer.c488 struct net_device *netdev = priv->netdev; in mlx5e_port_manual_buffer_config() local
[all...]
H A Dtc_tun.c770 mlx5e_tc_tun_device_to_offload(struct mlx5e_priv *priv, struct net_device *netdev) mlx5e_tc_tun_device_to_offload() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c26 struct net_device *netdev; member
302 mlx5e_rep_indr_block_priv_lookup(struct mlx5e_rep_priv *rpriv, struct net_device *netdev, enum flow_block_binder_type binder_type) mlx5e_rep_indr_block_priv_lookup() argument
319 mlx5e_rep_indr_offload(struct net_device *netdev, struct flow_cls_offload *flower, struct mlx5e_rep_indr_block_priv *indr_priv, unsigned long flags) mlx5e_rep_indr_offload() argument
430 mlx5e_rep_check_indr_block_supported(struct mlx5e_rep_priv *rpriv, struct net_device *netdev, struct flow_block_offload *f) mlx5e_rep_check_indr_block_supported() argument
470 mlx5e_rep_indr_setup_block(struct net_device *netdev, struct Qdisc *sch, struct mlx5e_rep_priv *rpriv, struct flow_block_offload *f, flow_setup_cb_t *setup_cb, void *data, void (*cleanup)(struct flow_block_cb *block_cb)) mlx5e_rep_indr_setup_block() argument
648 mlx5e_rep_indr_setup_cb(struct net_device *netdev, struct Qdisc *sch, void *cb_priv, enum tc_setup_type type, void *type_data, void *data, void (*cleanup)(struct flow_block_cb *block_cb)) mlx5e_rep_indr_setup_cb() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dcdc_mbim.c72 static int cdc_mbim_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in cdc_mbim_rx_add_vid() argument
86 static int cdc_mbim_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in cdc_mbim_rx_kill_vid() argument
313 struct net_device *netdev; in do_neigh_solicit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/
H A Diwl-mei.h504 iwl_mei_set_netdev(struct net_device *netdev) iwl_mei_set_netdev() argument
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...48