Searched refs:ice_get_lan_q_ctx (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 165 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
|
H A D | ice_common.c | 3826 * ice_get_lan_q_ctx - get the LAN queue context for the given VSI and TC 3833 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() function 3886 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq() 4008 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handles[i]); in ice_dis_vsi_txq()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 197 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
|
H A D | ice_common.c | 4582 * ice_get_lan_q_ctx - get the LAN queue context for the given VSI and TC 4589 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() function 4642 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq() 4764 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handles[i]); in ice_dis_vsi_txq()
|
H A D | ice_lag.c | 325 q_ctx = ice_get_lan_q_ctx(hw, vsi_num, tc, i); in ice_lag_qbuf_recfg()
|
H A D | ice_sched.c | 3836 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt()
|
Completed in 23 milliseconds