Home
last modified time | relevance | path

Searched refs:ice_get_vsi_ctx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c581 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_alloc_lan_q_ctx()
637 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_alloc_rdma_q_ctx()
1537 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_get_free_qparent()
1918 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_sched_update_vsi_child_nodes()
1996 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_sched_cfg_vsi()
2170 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_rm_vsi_cfg()
3167 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_save_vsi_bw()
4032 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_get_node_by_id_type()
H A Dice_lag.c644 ctx = ice_get_vsi_ctx(&lag->pf->hw, vsi_num); in ice_lag_move_vf_node_tc()
1046 pv_ctx = ice_get_vsi_ctx(pri_hw, vsi_num); in ice_lag_aa_move_vf_qs()
1053 sv_ctx = ice_get_vsi_ctx(sec_hw, sec_vsi_num); in ice_lag_aa_move_vf_qs()
1242 ctx = ice_get_vsi_ctx(hw, vsi_num); in ice_lag_reclaim_vf_tc()
2463 ctx = ice_get_vsi_ctx(hw, vsi_num); in ice_lag_move_vf_nodes_tc_sync()
H A Dice_switch.h334 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
H A Dice_switch.c1678 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) in ice_get_vsi_ctx() function
1704 struct ice_vsi_ctx *vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_clear_vsi_q_ctx()
1728 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_clear_vsi_ctx()
1771 tmp_vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_add_vsi()
1846 cached_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_cfg_rdma_fltr()
H A Dice_common.c4924 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_get_lan_q_ctx()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.c426 vsi_ctx = ice_get_vsi_ctx(pi->hw, vf->lan_vsi_idx); in ice_vc_get_qos_caps()