Home
last modified time | relevance | path

Searched refs:q_handle (Results 1 – 12 of 12) 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_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.h157 u16 q_handle; member
H A Dice_common.c5356 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() argument
5364 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx()
5369 return &q_ctx[q_handle]; in ice_get_lan_q_ctx()
5386 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq() argument
5409 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq()
5412 q_handle); in ice_ena_vsi_txq()
5462 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq()
5537 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq()
5539 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq()
5551 q_ctx->q_handle = ICE_INVAL_Q_HANDLE; in ice_dis_vsi_txq()
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.c1111 txq->me = txq->q_handle = i; in ice_if_tx_queues_alloc()
4140 txq->me = txq->q_handle = i; in ice_subif_if_tx_queues_alloc()
H A Dice_iov.c1029 txq->q_handle = vqpi->txq.queue_id; in ice_vc_cfg_vsi_qs_msg()
H A Dice_lib.c1692 txq->q_handle, 1, qg, qg_size, NULL); in ice_cfg_vsi_for_tx()
1696 i, txq->tc, txq->q_handle, in ice_cfg_vsi_for_tx()
7089 q_handles[buf_idx] = txq->q_handle; in ice_vsi_disable_tx()
8828 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()
393 q_handle = le32_to_cpu(nqsrqe->srq_handle_low); in bnxt_qplib_service_nq()
394 q_handle |= (u64)le32_to_cpu(nqsrqe->srq_handle_high) << 32; in bnxt_qplib_service_nq()
[all …]