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.h294 u16 *q_handle, u16 *q_ids, u32 *q_teids,
301 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
309 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
H A Dice_iflib.h140 * @q_handle: qidx in tc; used in TXQ enable functions
154 u16 q_handle;
155 u16 q_handle; global() member
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_common.c5344 * @q_handle: software queue handle in ice_ena_vsi_rdma_qset()
5347 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_ena_vsi_rdma_qset()
5355 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_ena_vsi_rdma_qset()
5360 return &q_ctx[q_handle]; in ice_ena_vsi_rdma_qset()
5368 * @q_handle: software queue handle in ice_ena_vsi_rdma_qset()
5377 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_rdma_qset()
5400 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle);
5403 q_handle);
5453 q_ctx->q_handle = q_handle;
5040 ice_get_lan_q_ctx(struct ice_hw * hw,u16 vsi_handle,u8 tc,u16 q_handle) ice_get_lan_q_ctx() argument
5070 ice_ena_vsi_txq(struct ice_port_info * pi,u16 vsi_handle,u8 tc,u16 q_handle,u8 num_qgrps,struct ice_aqc_add_tx_qgrp * buf,u16 buf_size,struct ice_sq_cd * cd) ice_ena_vsi_txq() argument
[all...]
H A Dice_sched.c4598 * @q_handle: software queue handle
4606 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_sched_set_q_bw_lmt()
4615 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt()
4661 * @q_handle: software queue handle
4669 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_cfg_q_bw_lmt()
4671 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_lmt()
4680 * @q_handle: software queue handle
4687 u16 q_handle, enum ice_rl_type rl_type) in ice_cfg_q_bw_dflt_lmt()
4689 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_dflt_lmt()
4604 ice_sched_set_q_bw_lmt(struct ice_port_info * pi,u16 vsi_handle,u8 tc,u16 q_handle,enum ice_rl_type rl_type,u32 bw) ice_sched_set_q_bw_lmt() argument
4667 ice_cfg_q_bw_lmt(struct ice_port_info * pi,u16 vsi_handle,u8 tc,u16 q_handle,enum ice_rl_type rl_type,u32 bw) ice_cfg_q_bw_lmt() argument
4685 ice_cfg_q_bw_dflt_lmt(struct ice_port_info * pi,u16 vsi_handle,u8 tc,u16 q_handle,enum ice_rl_type rl_type) ice_cfg_q_bw_dflt_lmt() argument
H A Dice_type.h865 u16 q_handle;
844 u16 q_handle; global() member
H A Dif_ice_iflib.c1075 txq->me = txq->q_handle = i; in ice_if_tx_queues_alloc()
3993 txq->me = txq->q_handle = i; in ice_subif_if_tx_queues_alloc()
H A Dice_lib.c1674 txq->q_handle, 1, qg, qg_size, NULL); in ice_setup_rx_ctx()
1678 i, txq->tc, txq->q_handle, in ice_setup_rx_ctx()
7062 q_handles[buf_idx] = txq->q_handle;
8826 vsi->tx_queues[j].q_handle = k; in ice_set_default_local_mib_settings()
/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()
393 q_handle |= (u64)le32_to_cpu(nqsrqe->srq_handle_high) << 32; in bnxt_qplib_service_nq()
[all …]