Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_base.c804 ring->q_handle = ice_eswitch_calc_txq_handle(ring); in ice_vsi_cfg_txq()
806 if (ring->q_handle == ICE_INVAL_Q_INDEX) in ice_vsi_cfg_txq()
809 ring->q_handle = ice_calc_txq_handle(vsi, ring, tc); in ice_vsi_cfg_txq()
814 ring->q_handle, 1, qg_buf, buf_len, in ice_vsi_cfg_txq()
818 ring->q_handle, 1, qg_buf, buf_len, in ice_vsi_cfg_txq()
965 txq_meta->tc, 1, &txq_meta->q_handle, in ice_vsi_stop_tx_ring()
1010 txq_meta->q_handle = ring->q_handle; in ice_fill_txq_meta()
Dice_sched.h105 u16 q_handle, enum ice_rl_type rl_type, u32 bw);
108 u16 q_handle, enum ice_rl_type rl_type);
Dice_common.h178 u16 *q_handle, u16 *q_ids, u32 *q_teids,
185 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
192 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
Dice_common.c4493 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() argument
4501 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx()
4506 return &q_ctx[q_handle]; in ice_get_lan_q_ctx()
4523 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq() argument
4546 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq()
4549 q_handle); in ice_ena_vsi_txq()
4599 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq()
4674 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq()
4676 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq()
4688 q_ctx->q_handle = ICE_INVAL_Q_HANDLE; in ice_dis_vsi_txq()
Dice_txrx.h323 u16 q_handle; /* Queue handle per TC */ member
Dice_sched.c3734 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_sched_set_q_bw_lmt() argument
3743 q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle); in ice_sched_set_q_bw_lmt()
3797 u16 q_handle, enum ice_rl_type rl_type, u32 bw) in ice_cfg_q_bw_lmt() argument
3799 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_lmt()
3815 u16 q_handle, enum ice_rl_type rl_type) in ice_cfg_q_bw_dflt_lmt() argument
3817 return ice_sched_set_q_bw_lmt(pi, vsi_handle, tc, q_handle, rl_type, in ice_cfg_q_bw_dflt_lmt()
Dice.h212 u16 q_handle; /* Relative index of Tx queue within TC */ member
Dice_type.h597 u16 q_handle; member
Dice_main.c5681 u16 q_handle; in ice_set_tx_maxrate() local
5692 q_handle = vsi->tx_rings[queue_index]->q_handle; in ice_set_tx_maxrate()
5698 q_handle, ICE_MAX_BW); in ice_set_tx_maxrate()
5701 q_handle, ICE_MAX_BW, maxrate * 1000); in ice_set_tx_maxrate()
/linux-6.1.9/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c241 uintptr_t q_handle; in clean_nq() local
266 q_handle = le32_to_cpu(nqcne->cq_handle_low); in clean_nq()
267 q_handle |= (u64)le32_to_cpu(nqcne->cq_handle_high) in clean_nq()
269 if ((unsigned long)cq == q_handle) { in clean_nq()
309 uintptr_t q_handle; in bnxt_qplib_service_nq() local
333 q_handle = le32_to_cpu(nqcne->cq_handle_low); in bnxt_qplib_service_nq()
334 q_handle |= (u64)le32_to_cpu(nqcne->cq_handle_high) in bnxt_qplib_service_nq()
336 cq = (struct bnxt_qplib_cq *)(unsigned long)q_handle; in bnxt_qplib_service_nq()
358 q_handle = le32_to_cpu(nqsrqe->srq_handle_low); in bnxt_qplib_service_nq()
359 q_handle |= (u64)le32_to_cpu(nqsrqe->srq_handle_high) in bnxt_qplib_service_nq()
[all …]