Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_sched.h83 u16 q_handle, enum ice_rl_type rl_type, u32 bw);
86 u16 q_handle, enum ice_rl_type rl_type);
Dice_common.h151 u16 *q_handle, u16 *q_ids, u32 *q_teids,
158 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
165 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
Dice_base.c667 ring->q_handle = ice_calc_q_handle(vsi, ring, tc); in ice_vsi_cfg_txq()
669 status = ice_ena_vsi_txq(vsi->port_info, vsi->idx, tc, ring->q_handle, in ice_vsi_cfg_txq()
828 txq_meta->tc, 1, &txq_meta->q_handle, in ice_vsi_stop_tx_ring()
872 txq_meta->q_handle = ring->q_handle; in ice_fill_txq_meta()
Dice_common.c3833 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() argument
3841 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx()
3846 return &q_ctx[q_handle]; in ice_get_lan_q_ctx()
3863 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq() argument
3886 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq()
3889 q_handle); in ice_ena_vsi_txq()
3939 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq()
4014 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq()
4016 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq()
4028 q_ctx->q_handle = ICE_INVAL_Q_HANDLE; in ice_dis_vsi_txq()
Dice_txrx.h276 u16 q_handle; /* Queue handle per TC */ member
Dice_sched.c2736 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_sched_set_q_bw_lmt() argument
2745 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt()
2799 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_cfg_q_bw_lmt() argument
2801 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_lmt()
2817 u16 q_handle, enum ice_rl_type rl_type) in ice_cfg_q_bw_dflt_lmt() argument
2819 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_dflt_lmt()
Dice.h148 u16 q_handle; /* Relative index of Tx queue within TC */ member
Dice_type.h442 u16 q_handle; member
Dice_main.c5010 u16 q_handle; in ice_set_tx_maxrate() local
5020 q_handle = vsi->tx_rings[queue_index]->q_handle; in ice_set_tx_maxrate()
5026 q_handle, ICE_MAX_BW); in ice_set_tx_maxrate()
5029 q_handle, ICE_MAX_BW, maxrate * 1000); in ice_set_tx_maxrate()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c240 uintptr_t q_handle; in clean_nq() local
265 q_handle = le32_to_cpu(nqcne->cq_handle_low); in clean_nq()
266 q_handle |= (u64)le32_to_cpu(nqcne->cq_handle_high) in clean_nq()
268 if ((unsigned long)cq == q_handle) { in clean_nq()
308 uintptr_t q_handle; in bnxt_qplib_service_nq() local
332 q_handle = le32_to_cpu(nqcne->cq_handle_low); in bnxt_qplib_service_nq()
333 q_handle |= (u64)le32_to_cpu(nqcne->cq_handle_high) in bnxt_qplib_service_nq()
335 cq = (struct bnxt_qplib_cq *)(unsigned long)q_handle; in bnxt_qplib_service_nq()
357 q_handle = le32_to_cpu(nqsrqe->srq_handle_low); in bnxt_qplib_service_nq()
358 q_handle |= (u64)le32_to_cpu(nqsrqe->srq_handle_high) in bnxt_qplib_service_nq()
[all …]