Searched refs:ice_get_lan_q_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ ! |
| H A D | ice_common.h | 277 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
|
| H A D | ice_lag.c | 525 q_ctx = ice_get_lan_q_ctx(hw, vsi_num, tc, i); in ice_lag_qbuf_recfg() 948 q_ctx = ice_get_lan_q_ctx(hw, vsi_num, 0, qnum); in ice_lag_aa_qbuf_recfg() 1099 q_ctx = ice_get_lan_q_ctx(pri_hw, vsi_num, 0, i); in ice_lag_aa_move_vf_qs()
|
| H A D | ice_common.c | 4919 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() function 4972 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq() 5089 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 | 3929 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt()
|