Searched refs:q_handle (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_common.h | 187 u16 *q_handle, u16 *q_ids, u32 *q_teids, 194 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, 200 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 | 4094 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() argument 4102 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx() 4107 return &q_ctx[q_handle]; in ice_get_lan_q_ctx() 4124 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq() argument 4147 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq() 4150 q_handle); in ice_ena_vsi_txq() 4200 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq() 4275 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq() 4277 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq() 4289 q_ctx->q_handle = ICE_INVAL_Q_HANDLE; in ice_dis_vsi_txq()
|
| H A D | ice_sched.c | 4371 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_sched_set_q_bw_lmt() argument 4380 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt() 4434 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_cfg_q_bw_lmt() argument 4436 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_lmt() 4452 u16 q_handle, enum ice_rl_type rl_type) in ice_cfg_q_bw_dflt_lmt() argument 4454 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 | 722 u16 q_handle; member
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_udma_main.c | 441 struct al_udma_q **q_handle) in al_udma_q_handle_get() argument 445 al_assert(q_handle); in al_udma_q_handle_get() 451 *q_handle = &udma->udma_q[qid]; in al_udma_q_handle_get()
|
| H A D | al_hal_udma.h | 373 struct al_udma_q **q_handle);
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_rxtx.c | 928 uint16_t q_handle = tx_queue_id; in ice_tx_queue_stop() local 947 status = ice_dis_vsi_txq(hw->port_info, vsi->idx, 0, 1, &q_handle, in ice_tx_queue_stop() 992 uint16_t q_handle = tx_queue_id; in ice_fdir_tx_queue_stop() local 1006 status = ice_dis_vsi_txq(hw->port_info, vsi->idx, 0, 1, &q_handle, in ice_fdir_tx_queue_stop()
|