Searched refs:CQ (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/Documentation/infiniband/ |
D | core_locking.txt | 74 completion event handlers for the same CQ are not called 75 simultaneously. The driver must guarantee that only one CQ event 76 handler for a given CQ is running at a time. In other words, the 82 consumer CQ event callback: 86 /* ... */ consumer CQ event callback: 88 return from CQ event handler
|
D | ipoib.txt | 67 If the underlying IB device supports CQ event moderation, one can
|
/Linux-v4.19/drivers/ata/ |
D | sata_fsl.c | 111 CQ = 0, enumerator 403 if (unlikely((ioread32(hcr_base + CQ)) & (1 << tag))) { in sata_fsl_tag() 566 ioread32(CQ + hcr_base), in sata_fsl_qc_issue() 573 iowrite32(1 << tag, CQ + hcr_base); in sata_fsl_qc_issue() 576 tag, ioread32(CQ + hcr_base), ioread32(CA + hcr_base)); in sata_fsl_qc_issue() 656 ioread32(CQ + hcr_base), in sata_fsl_freeze() 984 ioread32(CQ + hcr_base), in sata_fsl_softreset() 990 iowrite32(1, CQ + hcr_base); in sata_fsl_softreset() 992 temp = ata_wait_register(ap, CQ + hcr_base, 0x1, 0x1, 1, 5000); in sata_fsl_softreset() 997 ioread32(CQ + hcr_base), in sata_fsl_softreset() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_vnic.h | 46 DEFINE_USNIC_VNIC_RES(CQ, RES_TYPE_CQ, "CQ") \
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | rdma.txt | 28 specific resources such as AH, CQ, QP, MR etc. Due to which other applications
|
/Linux-v4.19/Documentation/networking/ |
D | ena.txt | 119 SQ correspondingly). Each SQ has a completion queue (CQ) associated 250 function delivered in the Rx CQ descriptor is set in the received
|