Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_common.h123 u16 *q_handle, u16 *q_ids, u32 *q_teids,
130 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
Dice_lib.h15 u16 q_handle; member
Dice_common.c3152 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) in ice_get_lan_q_ctx() argument
3160 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx()
3165 return &q_ctx[q_handle]; in ice_get_lan_q_ctx()
3182 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq() argument
3205 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle); in ice_ena_vsi_txq()
3208 q_handle); in ice_ena_vsi_txq()
3247 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq()
3311 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq()
3313 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq()
3326 q_ctx->q_handle = ICE_INVAL_Q_HANDLE; in ice_dis_vsi_txq()
Dice_txrx.h180 u16 q_handle; /* Queue handle per TC */ member
Dice_switch.h19 u16 q_handle; member
Dice_lib.c1748 ring->q_handle = tc_q_idx; in ice_vsi_cfg_txq()
1750 status = ice_ena_vsi_txq(vsi->port_info, vsi->idx, tc, ring->q_handle, in ice_vsi_cfg_txq()
2187 txq_meta->tc, 1, &txq_meta->q_handle, in ice_vsi_stop_tx_ring()
2234 txq_meta->q_handle = ring->q_handle; in ice_fill_txq_meta()
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c247 uintptr_t q_handle; in bnxt_qplib_service_nq() local
271 q_handle = le32_to_cpu(nqcne->cq_handle_low); in bnxt_qplib_service_nq()
272 q_handle |= (u64)le32_to_cpu(nqcne->cq_handle_high) in bnxt_qplib_service_nq()
274 cq = (struct bnxt_qplib_cq *)(unsigned long)q_handle; in bnxt_qplib_service_nq()
291 q_handle = le32_to_cpu(nqsrqe->srq_handle_low); in bnxt_qplib_service_nq()
292 q_handle |= (u64)le32_to_cpu(nqsrqe->srq_handle_high) in bnxt_qplib_service_nq()
294 bnxt_qplib_arm_srq((struct bnxt_qplib_srq *)q_handle, in bnxt_qplib_service_nq()
297 (struct bnxt_qplib_srq *)q_handle, in bnxt_qplib_service_nq()