Home
last modified time | relevance | path

Searched refs:i40e_vsi (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e.h449 struct i40e_vsi *parent_vsi;
558 struct i40e_vsi **vsi;
810 struct i40e_vsi { struct
935 struct i40e_vsi *vsi; argument
942 struct i40e_vsi *vsi;
1083 struct i40e_vsi *vsi = np->vsi; in i40e_netdev_to_pf()
1156 int i40e_up(struct i40e_vsi *vsi);
1171 static inline struct i40e_vsi *
1174 struct i40e_vsi *vsi; in i40e_find_vsi_by_type()
1363 static inline struct i40e_vsi *
[all …]
H A Di40e_xsk.h18 struct i40e_vsi;
22 int i40e_queue_pair_disable(struct i40e_vsi *vsi, int queue_pair);
23 int i40e_queue_pair_enable(struct i40e_vsi *vsi, int queue_pair);
24 int i40e_xsk_pool_setup(struct i40e_vsi *vsi, struct xsk_buff_pool *pool,
29 bool i40e_clean_xdp_tx_irq(struct i40e_vsi *vsi, struct i40e_ring *tx_ring);
31 int i40e_realloc_rx_bi_zc(struct i40e_vsi *vsi, bool zc);
H A Di40e_main.c313 struct i40e_vsi *vsi; in i40e_find_vsi_from_id()
2866 struct i40e_vsi *vsi; in i40e_sync_filters_subtask()
4507 struct i40e_vsi *vsi; in i40e_fdir_clean_ring()
5159 struct i40e_vsi *vsi; in i40e_clear_interrupt_scheme()
5269 struct i40e_vsi *vsi; in i40e_pf_quiesce_all_vsi()
5282 struct i40e_vsi *vsi; in i40e_pf_unquiesce_all_vsi()
5347 struct i40e_vsi *vsi; in i40e_pf_wait_queues_disabled()
6795 struct i40e_vsi *vsi; in i40e_dcb_reconfigure()
9295 struct i40e_vsi *vsi; in i40e_do_reset()
9906 struct i40e_vsi *vsi; in i40e_veb_link_event()
[all …]
H A Di40e_txrx_common.h67 struct i40e_vsi *vsi, in i40e_arm_wb()
107 bool i40e_xsk_any_rx_ring_enabled(struct i40e_vsi *vsi);
H A Di40e_virtchnl_pf.c635 struct i40e_vsi *vsi; in i40e_config_vsi_tx_queue()
1372 struct i40e_vsi *vsi; in i40e_config_vf_promiscuous_mode()
2116 struct i40e_vsi *vsi; in i40e_vc_get_vf_resources_msg()
2336 struct i40e_vsi *vsi; in i40e_vc_config_queues_msg()
2713 struct i40e_vsi *vsi; in i40e_check_enough_queue()
2819 struct i40e_vsi *vsi; in i40e_vc_get_stats_msg()
3521 struct i40e_vsi *vsi; in i40e_vc_enable_vlan_stripping()
3547 struct i40e_vsi *vsi; in i40e_vc_disable_vlan_stripping()
4348 struct i40e_vsi *vsi; in i40e_validate_vf()
4503 struct i40e_vsi *vsi; in i40e_ndo_set_vf_port_vlan()
[all …]
H A Di40e_xsk.c60 int i40e_realloc_rx_bi_zc(struct i40e_vsi *vsi, bool zc) in i40e_realloc_rx_bi_zc()
82 static int i40e_xsk_pool_enable(struct i40e_vsi *vsi, in i40e_xsk_pool_enable()
138 static int i40e_xsk_pool_disable(struct i40e_vsi *vsi, u16 qid) in i40e_xsk_pool_disable()
183 int i40e_xsk_pool_setup(struct i40e_vsi *vsi, struct xsk_buff_pool *pool, in i40e_xsk_pool_setup()
630 bool i40e_clean_xdp_tx_irq(struct i40e_vsi *vsi, struct i40e_ring *tx_ring) in i40e_clean_xdp_tx_irq()
694 struct i40e_vsi *vsi = np->vsi; in i40e_xsk_wakeup()
779 bool i40e_xsk_any_rx_ring_enabled(struct i40e_vsi *vsi) in i40e_xsk_any_rx_ring_enabled()
H A Di40e_ethtool.c1230 struct i40e_vsi *vsi = np->vsi; in i40e_set_link_ksettings()
1697 struct i40e_vsi *vsi = np->vsi; in i40e_set_pauseparam()
2002 struct i40e_vsi *vsi = np->vsi; in i40e_get_drvinfo()
2066 struct i40e_vsi *vsi = np->vsi; in i40e_set_ringparam()
2293 struct i40e_vsi *vsi = np->vsi; in i40e_get_stats_count()
2324 struct i40e_vsi *vsi = np->vsi; in i40e_get_sset_count()
2406 struct i40e_vsi *vsi = np->vsi; in i40e_get_ethtool_stats()
2481 struct i40e_vsi *vsi = np->vsi; in i40e_get_stat_strings()
2518 struct i40e_vsi *vsi = np->vsi; in i40e_get_priv_flag_strings()
2780 struct i40e_vsi *vsi = np->vsi; in i40e_set_wol()
[all …]
H A Di40e_client.c45 int i40e_client_get_params(struct i40e_vsi *vsi, struct i40e_params *params) in i40e_client_get_params()
82 i40e_notify_client_of_vf_msg(struct i40e_vsi *vsi, u32 vf_id, u8 *msg, u16 len) in i40e_notify_client_of_vf_msg()
110 struct i40e_vsi *vsi = i40e_pf_get_main_vsi(pf); in i40e_notify_client_of_l2_param_changes()
336 struct i40e_vsi *vsi = i40e_pf_get_main_vsi(pf); in i40e_client_add_instance()
402 struct i40e_vsi *vsi = i40e_pf_get_main_vsi(pf); in i40e_client_subtask()
668 struct i40e_vsi *vsi = i40e_pf_get_main_vsi(ldev->pf); in i40e_client_update_vsi_ctxt()
H A Di40e_ddp.c292 struct i40e_vsi *vsi = np->vsi; in i40e_ddp_load()
410 struct i40e_vsi *vsi = i40e_pf_get_main_vsi(pf); in i40e_ddp_restore()
438 struct i40e_vsi *vsi = np->vsi; in i40e_ddp_flash()
H A Di40e_txrx.c88 struct i40e_vsi *vsi; in i40e_program_fdir_filter()
381 static int i40e_add_del_fdir_udp(struct i40e_vsi *vsi, in i40e_add_del_fdir_udp()
429 static int i40e_add_del_fdir_tcp(struct i40e_vsi *vsi, in i40e_add_del_fdir_tcp()
532 static int i40e_add_del_fdir_ip(struct i40e_vsi *vsi, in i40e_add_del_fdir_ip()
587 int i40e_add_del_fdir(struct i40e_vsi *vsi, in i40e_add_del_fdir()
872 struct i40e_vsi *vsi = i40e_pf_get_main_vsi(pf); in i40e_detect_recover_hung()
926 static bool i40e_clean_tx_irq(struct i40e_vsi *vsi, in i40e_clean_tx_irq()
2749 struct i40e_vsi *vsi = q_vector->vsi; in i40e_napi_poll()
3745 struct i40e_vsi *vsi = np->vsi; in i40e_lan_select_queue()
3981 struct i40e_vsi *vsi = np->vsi; in i40e_lan_xmit_frame()
[all …]
H A Di40e_txrx.h392 struct i40e_vsi *vsi; /* Backreference to associated VSI */
471 void i40e_force_wb(struct i40e_vsi *vsi, struct i40e_q_vector *q_vector);
H A Di40e_debugfs.c25 static struct i40e_vsi *i40e_dbg_find_vsi(struct i40e_pf *pf, int seid) in i40e_dbg_find_vsi()
56 struct i40e_vsi *main_vsi; in i40e_dbg_command_read()
104 struct i40e_vsi *vsi; in i40e_dbg_dump_vsi_seid()
532 struct i40e_vsi *vsi; in i40e_dbg_dump_desc()
640 struct i40e_vsi *vsi; in i40e_dbg_dump_vsi_no_seid()
715 struct i40e_vsi *vsi; in i40e_dbg_dump_vf()
760 struct i40e_vsi *vsi; in i40e_dbg_command_write()
1387 struct i40e_vsi *main_vsi = i40e_pf_get_main_vsi(pf); in i40e_dbg_command_write()
1646 struct i40e_vsi *main_vsi; in i40e_dbg_netdev_ops_read()
1689 struct i40e_vsi *vsi; in i40e_dbg_netdev_ops_write()
H A Di40e_dcb_nl.c875 void i40e_dcbnl_set_all(struct i40e_vsi *vsi) in i40e_dcbnl_set_all()
925 static int i40e_dcbnl_vsi_del_app(struct i40e_vsi *vsi, in i40e_dcbnl_vsi_del_app()
950 struct i40e_vsi *vsi; in i40e_dcbnl_del_app()
1018 void i40e_dcbnl_setup(struct i40e_vsi *vsi) in i40e_dcbnl_setup()
H A Di40e_ptp.c1475 struct i40e_vsi *vsi = i40e_pf_get_main_vsi(pf); in i40e_ptp_init()
1540 struct i40e_vsi *main_vsi = i40e_pf_get_main_vsi(pf); in i40e_ptp_stop()