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

/freebsd-current/sys/dev/ice/
H A Dice_sched.c598 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
640 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
1624 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
1983 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
2051 vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
2174 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
3268 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
3361 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
3413 vsi_ctx = ice_get_vsi_ctx(pi->hw, vsi_handle);
4888 vsi_ctx = ice_get_vsi_ctx(p
[all...]
H A Dice_switch.h477 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
H A Dice_switch.c501 * ice_get_vsi_ctx - return the VSI context entry for a given VSI handle
507 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) function
536 vsi = ice_get_vsi_ctx(hw, vsi_handle);
562 vsi = ice_get_vsi_ctx(hw, vsi_handle);
605 tmp_vsi_ctx = ice_get_vsi_ctx(hw, vsi_handle);
681 cached_ctx = ice_get_vsi_ctx(hw, vsi_handle);
H A Dice_common.c5060 vsi = ice_get_vsi_ctx(hw, vsi_handle);

Completed in 115 milliseconds