Searched refs:ice_get_lan_q_ctx (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_common.h | 165 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
|
| D | ice_common.c | 3830 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() function 3883 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq() 4005 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handles[i]); in ice_dis_vsi_txq()
|
| D | ice_sched.c | 2745 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt()
|