Home
last modified time | relevance | path

Searched refs:CQ (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/Documentation/infiniband/
Dcore_locking.rst79 completion event handlers for the same CQ are not called
80 simultaneously. The driver must guarantee that only one CQ event
81 handler for a given CQ is running at a time. In other words, the
87 consumer CQ event callback:
91 /* ... */ consumer CQ event callback:
93 return from CQ event handler
Dipoib.rst73 If the underlying IB device supports CQ event moderation, one can
/Linux-v5.4/drivers/ata/
Dsata_fsl.c106 CQ = 0, enumerator
398 if (unlikely((ioread32(hcr_base + CQ)) & (1 << tag))) { in sata_fsl_tag()
561 ioread32(CQ + hcr_base), in sata_fsl_qc_issue()
568 iowrite32(1 << tag, CQ + hcr_base); in sata_fsl_qc_issue()
571 tag, ioread32(CQ + hcr_base), ioread32(CA + hcr_base)); in sata_fsl_qc_issue()
651 ioread32(CQ + hcr_base), in sata_fsl_freeze()
979 ioread32(CQ + hcr_base), in sata_fsl_softreset()
985 iowrite32(1, CQ + hcr_base); in sata_fsl_softreset()
987 temp = ata_wait_register(ap, CQ + hcr_base, 0x1, 0x1, 1, 5000); in sata_fsl_softreset()
992 ioread32(CQ + hcr_base), in sata_fsl_softreset()
[all …]
/Linux-v5.4/drivers/infiniband/hw/usnic/
Dusnic_vnic.h46 DEFINE_USNIC_VNIC_RES(CQ, RES_TYPE_CQ, "CQ") \
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h261 #define GLTCLAN_CQ_CNTX(i, CQ) (GLTCLAN_CQ_CNTX0(CQ) + ((i) * 0x0800)) argument
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Drdma.rst29 specific resources such as AH, CQ, QP, MR etc. Due to which other applications
/Linux-v5.4/Documentation/networking/device_drivers/amazon/
Dena.txt119 SQ correspondingly). Each SQ has a completion queue (CQ) associated
253 function delivered in the Rx CQ descriptor is set in the received
/Linux-v5.4/lib/
DKconfig560 Implements an algorithm for dynamically changing CQ moderation values