Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c572 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_alloc_lan_q_ctx()
628 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_alloc_rdma_q_ctx()
1530 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_get_free_qparent()
1855 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_sched_update_vsi_child_nodes()
1923 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_sched_cfg_vsi()
2045 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_rm_vsi_cfg()
3070 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_save_vsi_bw()
3937 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle); in ice_sched_get_node_by_id_type()
H A Dice_switch.h347 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
H A Dice_lag.c443 ctx = ice_get_vsi_ctx(&lag->pf->hw, vsi_num); in ice_lag_move_vf_node_tc()
812 ctx = ice_get_vsi_ctx(hw, vsi_num); in ice_lag_reclaim_vf_tc()
1843 ctx = ice_get_vsi_ctx(hw, vsi_num); in ice_lag_move_vf_nodes_tc_sync()
H A Dice_switch.c1604 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) in ice_get_vsi_ctx() function
1630 struct ice_vsi_ctx *vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_clear_vsi_q_ctx()
1654 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_clear_vsi_ctx()
1697 tmp_vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_add_vsi()
1772 cached_ctx = ice_get_vsi_ctx(hw, vsi_handle); in ice_cfg_rdma_fltr()
H A Dice_common.c4594 vsi = ice_get_vsi_ctx(hw, vsi_handle); in ice_get_lan_q_ctx()