Searched refs:enq (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/scsi/ |
D | ips.c | 1172 if ((capacity > 0x400000) && ((ha->enq->ucMiscFlag & 0x8) == 0)) { in DEF_SCSI_QCMD() 1210 if (ha->enq->ucLogDriveCount <= 2) in ips_slave_configure() 2099 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info() 2102 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2103 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2104 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() 2105 ha->enq->CodeBlkVersion[6]); in ips_host_info() 2109 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2110 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2111 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() [all …]
|
D | ips.h | 1054 IPS_ENQ *enq; /* Adapter Enquiry data */ member
|
/linux-2.6.39/drivers/usb/host/ |
D | xhci-ring.c | 265 union xhci_trb *enq = ring->enqueue; in room_on_ring() local 272 while (last_trb(xhci, ring, enq_seg, enq)) { in room_on_ring() 274 enq = enq_seg->trbs; in room_on_ring() 278 if (enq == ring->dequeue) { in room_on_ring() 297 if (enq == ring->dequeue) in room_on_ring() 299 enq++; in room_on_ring() 300 while (last_trb(xhci, ring, enq_seg, enq)) { in room_on_ring() 302 enq = enq_seg->trbs; in room_on_ring()
|
/linux-2.6.39/Documentation/filesystems/caching/ |
D | fscache.txt | 284 enq=N Number of times async ops queued for processing
|