Searched refs:response_ring (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_def.h522 struct queue_entry *response_ring; member in struct:scsi_qla_host
H A Dql4_isr.c359 ha->response_ptr = ha->response_ring;
H A Dql4_os.c560 ha->response_ring = NULL;
626 ha->response_ring = (struct queue_entry *) (ha->queues + align +
H A Dql4_init.c129 ha->response_ptr = &ha->response_ring[ha->response_out];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqla1280.c1914 * ha->response_ring = response ring virtual address
1949 ha->response_ring_ptr = ha->response_ring;
3620 ha->response_ring_ptr = ha->response_ring;
4299 ha->response_ring = pci_alloc_consistent(ha->pdev,
4302 if (!ha->response_ring) {
4385 ha->response_ring, ha->response_dma);
4422 ha->response_ring, ha->response_dma);
H A Dqla1280.h1051 struct response *response_ring; /* Base virtual address */ member in struct:scsi_qla_host

Completed in 88 milliseconds