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.h347 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);
1519 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
1844 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
1912 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
2034 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
3051 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
3918 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
H A Dice_lag.c505 ctx = ice_get_vsi_ctx(&lag->pf->hw, vsi_num);
864 ctx = ice_get_vsi_ctx(hw, vsi_num);
1888 ctx = ice_get_vsi_ctx(hw, vsi_num);
H A Dice_switch.c1598 * ice_get_vsi_ctx - return the VSI context entry for a given VSI handle
1604 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) function
1630 struct ice_vsi_ctx *vsi = ice_get_vsi_ctx(hw, vsi_handle);
1654 vsi = ice_get_vsi_ctx(hw, vsi_handle);
1697 tmp_vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
1772 cached_ctx = ice_get_vsi_ctx(hw, vsi_handle);
H A Dice_common.c4563 vsi = ice_get_vsi_ctx(hw, vsi_handle);

Completed in 297 milliseconds