Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c8597 ch->ch_vsi = vsi; in ice_add_channel()
8754 return ch->ch_vsi ? true : false; in ice_setup_channel()
8808 if (ch->ch_vsi && (ch->max_tx_rate || ch->min_tx_rate)) { in ice_create_q_channel()
8811 ret = ice_set_bw_limit(ch->ch_vsi, ch->max_tx_rate, in ice_create_q_channel()
8815 ch->max_tx_rate, ch->ch_vsi->vsi_num); in ice_create_q_channel()
8818 ch->max_tx_rate, ch->ch_vsi->vsi_num); in ice_create_q_channel()
8905 struct ice_vsi *ch_vsi; in ice_remove_q_channels() local
8908 ch_vsi = ch->ch_vsi; in ice_remove_q_channels()
8909 if (!ch_vsi) { in ice_remove_q_channels()
8934 ice_fdir_rem_adq_chnl(&pf->hw, ch->ch_vsi->idx); in ice_remove_q_channels()
[all …]
H A Dice_tc_lib.c2040 struct ice_vsi *ch_vsi = NULL; in ice_tc_forward_to_queue() local
2056 ch_vsi = ice_locate_vsi_using_queue(vsi, fltr->action.fwd.q.queue); in ice_tc_forward_to_queue()
2057 if (!ch_vsi) in ice_tc_forward_to_queue()
2059 fltr->dest_vsi = ch_vsi; in ice_tc_forward_to_queue()
H A Dice_base.c1083 vsi_idx = ch->ch_vsi->idx; in ice_vsi_cfg_txq()
1381 txq_meta->vsi_idx = ch->ch_vsi->idx; in ice_fill_txq_meta()
H A Dice.h231 struct ice_vsi *ch_vsi; member