Home
last modified time | relevance | path

Searched refs:q_handle (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_main.c441 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 Dal_hal_udma.h373 struct al_udma_q **q_handle);
/freebsd/sys/dev/ice/
H A Dice_common.h283 u16 *q_handle, u16 *q_ids, u32 *q_teids,
290 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
298 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
H A Dice_sched.h209 u16 q_handle, enum ice_rl_type rl_type, u32 bw);
212 u16 q_handle, enum ice_rl_type rl_type);
H A Dice_iflib.h155 u16 q_handle; member
H A Dice_common.c5055 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() argument
5063 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx()
5068 return &q_ctx[q_handle]; in ice_get_lan_q_ctx()
5085 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq() argument
5108 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq()
5111 q_handle); in ice_ena_vsi_txq()
5161 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq()
5236 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq()
5238 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq()
5250 q_ctx->q_handle = ICE_INVAL_Q_HANDLE; in ice_dis_vsi_txq()
H A Dice_sched.c4603 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_sched_set_q_bw_lmt() argument
4612 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt()
4666 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_cfg_q_bw_lmt() argument
4668 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_lmt()
4684 u16 q_handle, enum ice_rl_type rl_type) in ice_cfg_q_bw_dflt_lmt() argument
4686 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_dflt_lmt()
H A Dice_type.h848 u16 q_handle; member
H A Dif_ice_iflib.c1080 txq->me = txq->q_handle = i; in ice_if_tx_queues_alloc()
3928 txq->me = txq->q_handle = i; in ice_subif_if_tx_queues_alloc()
H A Dice_lib.c1637 txq->q_handle, 1, qg, qg_size, NULL); in ice_cfg_vsi_for_tx()
1641 i, txq->tc, txq->q_handle, in ice_cfg_vsi_for_tx()
6914 q_handles[buf_idx] = txq->q_handle; in ice_vsi_disable_tx()
8655 vsi->tx_queues[j].q_handle = k; in ice_vsi_setup_q_map()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c260 u64 q_handle; in clean_nq() local
286 q_handle = le32_to_cpu(nqcne->cq_handle_low); in clean_nq()
287 q_handle |= (u64)le32_to_cpu(nqcne->cq_handle_high) << 32; in clean_nq()
288 if (q_handle == (u64)cq) { in clean_nq()
343 u64 q_handle; in bnxt_qplib_service_nq() local
365 q_handle = le32_to_cpu(nqcne->cq_handle_low); in bnxt_qplib_service_nq()
366 q_handle |= (u64)le32_to_cpu(nqcne->cq_handle_high) << 32; in bnxt_qplib_service_nq()
367 cq = (struct bnxt_qplib_cq *)q_handle; in bnxt_qplib_service_nq()
392 q_handle = le32_to_cpu(nqsrqe->srq_handle_low); in bnxt_qplib_service_nq()
394 srq = (struct bnxt_qplib_srq *)q_handle; in bnxt_qplib_service_nq()
[all …]