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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.h350 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
H A Dice_sched.c562 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
618 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
1516 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
1847 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
1915 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
2037 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
3054 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
3919 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
H A Dice_lag.c531 ctx = ice_get_vsi_ctx(&lag->pf->hw, vsi_num);
889 ctx = ice_get_vsi_ctx(hw, vsi_num);
1912 ctx = ice_get_vsi_ctx(hw, vsi_num);
H A Dice_switch.c1672 * ice_get_vsi_ctx - return the VSI context entry for a given VSI handle
1678 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) function
1704 struct ice_vsi_ctx *vsi = ice_get_vsi_ctx(hw, vsi_handle);
1728 vsi = ice_get_vsi_ctx(hw, vsi_handle);
1771 tmp_vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
1846 cached_ctx = ice_get_vsi_ctx(hw, vsi_handle);
H A Dice_common.c4576 vsi = ice_get_vsi_ctx(hw, vsi_handle);

Completed in 249 milliseconds