Searched refs:CQ (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/Documentation/infiniband/ |
D | core_locking.txt | 76 completion event handlers for the same CQ are not called 77 simultaneously. The driver must guarantee that only one CQ event 78 handler for a given CQ is running at a time. In other words, the 84 consumer CQ event callback: 88 /* ... */ consumer CQ event callback: 90 return from CQ event handler
|
D | ipoib.txt | 64 If the underlying IB device supports CQ event moderation, one can
|
/linux-2.6.39/drivers/ata/ |
D | sata_fsl.c | 89 CQ = 0, enumerator 283 if (unlikely((ioread32(hcr_base + CQ)) & (1 << tag))) { in sata_fsl_tag() 447 ioread32(CQ + hcr_base), in sata_fsl_qc_issue() 454 iowrite32(1 << tag, CQ + hcr_base); in sata_fsl_qc_issue() 457 tag, ioread32(CQ + hcr_base), ioread32(CA + hcr_base)); in sata_fsl_qc_issue() 537 ioread32(CQ + hcr_base), in sata_fsl_freeze() 883 ioread32(CQ + hcr_base), in sata_fsl_softreset() 889 iowrite32(1, CQ + hcr_base); in sata_fsl_softreset() 891 temp = ata_wait_register(ap, CQ + hcr_base, 0x1, 0x1, 1, 5000); in sata_fsl_softreset() 896 ioread32(CQ + hcr_base), in sata_fsl_softreset() [all …]
|