Searched refs:request_in (Results 1 - 3 of 3) 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_iocb.c23 if (ha->request_in < cnt)
24 ha->req_q_count = cnt - ha->request_in;
27 (ha->request_in - cnt);
40 if (ha->request_in == (REQUEST_QUEUE_DEPTH - 1)) {
41 ha->request_in = 0;
44 ha->request_in++;
55 * - returns the current request_in pointer (if queue not full)
56 * - advances the request_in pointer
130 cont_entry->hdr.systemDefined = (uint8_t) cpu_to_le16(ha->request_in);
208 dbval = dbval | (0 << 8) | (ha->request_in << 1
[all...]
H A Dql4_def.h526 uint16_t request_in; /* Current indexes. */ member in struct:scsi_qla_host
H A Dql4_init.c122 ha->request_in = 0;
123 ha->request_ptr = &ha->request_ring[ha->request_in];

Completed in 66 milliseconds