Searched refs:ice_get_vsi_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_sched.c | 560 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()
|
D | ice_switch.h | 334 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
|
D | ice_lag.c | 531 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()
|
D | ice_switch.c | 1678 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()
|
D | ice_common.c | 4742 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_get_lan_q_ctx()
|