Searched refs:q_handle (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_common.h | 216 u16 *q_handle, u16 *q_ids, u32 *q_teids, 223 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, 231 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
|
| H A D | ice_sched.h | 133 u16 q_handle, enum ice_rl_type rl_type, u32 bw); 136 u16 q_handle, enum ice_rl_type rl_type);
|
| H A D | ice_common.c | 4883 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() argument 4891 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx() 4896 return &q_ctx[q_handle]; in ice_get_lan_q_ctx() 4913 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq() argument 4936 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq() 4939 q_handle); in ice_ena_vsi_txq() 4989 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq() 5064 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq() 5066 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq() 5078 q_ctx->q_handle = ICE_INVAL_Q_HANDLE; in ice_dis_vsi_txq()
|
| H A D | ice_sched.c | 4417 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_sched_set_q_bw_lmt() argument 4426 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt() 4480 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_cfg_q_bw_lmt() argument 4482 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_lmt() 4498 u16 q_handle, enum ice_rl_type rl_type) in ice_cfg_q_bw_dflt_lmt() argument 4500 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_dflt_lmt()
|
| H A D | ice_type.h | 991 u16 q_handle; member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_rxtx.c | 971 uint16_t q_handle = tx_queue_id; in ice_tx_queue_stop() local 990 status = ice_dis_vsi_txq(hw->port_info, vsi->idx, 0, 1, &q_handle, in ice_tx_queue_stop() 1035 uint16_t q_handle = tx_queue_id; in ice_fdir_tx_queue_stop() local 1049 status = ice_dis_vsi_txq(hw->port_info, vsi->idx, 0, 1, &q_handle, in ice_fdir_tx_queue_stop()
|