Searched refs:ice_get_vsi_ctx (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_sched.c | 567 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_alloc_lan_q_ctx() 611 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_alloc_rdma_q_ctx() 1494 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_get_free_qparent() 1817 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_sched_update_vsi_child_nodes() 1885 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_sched_cfg_vsi() 2007 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_rm_vsi_cfg() 3030 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_save_vsi_bw() 3846 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_get_node_by_id_type()
|
D | ice_switch.h | 332 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
|
D | ice_switch.c | 1613 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) in ice_get_vsi_ctx() function 1642 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_clear_vsi_q_ctx() 1668 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_clear_vsi_ctx() 1711 tmp_vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_add_vsi() 1785 ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_cfg_rdma_fltr()
|
D | ice_common.c | 4498 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_get_lan_q_ctx()
|