Searched refs:rqbuf_firstindex (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arcmsr/
H A Darcmsr_attr.c77 while ((acb->rqbuf_firstindex != acb->rqbuf_lastindex)
79 pQbuffer = &acb->rqbuffer[acb->rqbuf_firstindex];
81 acb->rqbuf_firstindex++;
82 acb->rqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
176 acb->rqbuf_firstindex = 0;
H A Darcmsr_hba.c701 int32_t my_empty_len, iop_len, rqbuf_firstindex, rqbuf_lastindex; local
704 rqbuf_firstindex = acb->rqbuf_firstindex;
706 my_empty_len = (rqbuf_firstindex - rqbuf_lastindex - 1)
887 while ((acb->rqbuf_firstindex != acb->rqbuf_lastindex)
889 pQbuffer = &acb->rqbuffer[acb->rqbuf_firstindex];
891 acb->rqbuf_firstindex++;
892 acb->rqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
990 acb->rqbuf_firstindex = 0;
1027 acb->rqbuf_firstindex
[all...]
H A Darcmsr.h322 int32_t rqbuf_firstindex; member in struct:AdapterControlBlock

Completed in 46 milliseconds