Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_sched.c560 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_alloc_lan_q_ctx()
616 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_alloc_rdma_q_ctx()
1514 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_get_free_qparent()
1845 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_sched_update_vsi_child_nodes()
1913 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_sched_cfg_vsi()
2035 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_rm_vsi_cfg()
3052 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_save_vsi_bw()
3917 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_get_node_by_id_type()
Dice_switch.h334 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
Dice_lag.c531 ctx = ice_get_vsi_ctx(&lag->pf->hw, vsi_num); in ice_lag_move_vf_node_tc()
889 ctx = ice_get_vsi_ctx(hw, vsi_num); in ice_lag_reclaim_vf_tc()
1912 ctx = ice_get_vsi_ctx(hw, vsi_num); in ice_lag_move_vf_nodes_tc_sync()
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()
Dice_common.c4742 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_get_lan_q_ctx()