Home
last modified time | relevance | path

Searched refs:ch_vsi (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c8603 ch->ch_vsi = vsi; in ice_add_channel()
8911 struct ice_vsi *ch_vsi; in ice_remove_q_channels() local
8914 ch_vsi = ch->ch_vsi; in ice_remove_q_channels()
8915 if (!ch_vsi) { in ice_remove_q_channels()
8943 ice_rm_vsi_lan_cfg(ch->ch_vsi->port_info, ch->ch_vsi->idx); in ice_remove_q_channels()
8946 ice_vsi_delete(ch->ch_vsi); in ice_remove_q_channels()
9039 struct ice_vsi *ch_vsi; in ice_rebuild_channels() local
9041 ch_vsi = ch->ch_vsi; in ice_rebuild_channels()
9042 if (!ch_vsi) in ice_rebuild_channels()
9057 ch_vsi->vsi_num); in ice_rebuild_channels()
[all …]
H A Dice_base.c926 status = ice_ena_vsi_txq(vsi->port_info, ch->ch_vsi->idx, 0, in ice_vsi_cfg_txq()
1199 txq_meta->vsi_idx = ch->ch_vsi->idx; in ice_fill_txq_meta()
H A Dice_tc_lib.c1849 struct ice_vsi *ch_vsi = NULL; in ice_tc_forward_to_queue() local
1865 ch_vsi = ice_locate_vsi_using_queue(vsi, fltr->action.fwd.q.queue); in ice_tc_forward_to_queue()
1866 if (!ch_vsi) in ice_tc_forward_to_queue()
1868 fltr->dest_vsi = ch_vsi; in ice_tc_forward_to_queue()
H A Dice.h226 struct ice_vsi *ch_vsi; member
H A Dice_ethtool_fdir.c1802 if (!ch->ch_vsi) in ice_update_ring_dest_vsi()
1813 *dest_vsi = ch->ch_vsi->idx; in ice_update_ring_dest_vsi()