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

/drivers/scsi/arcmsr/
H A Darcmsr_attr.c79 while ((acb->rqbuf_firstindex != acb->rqbuf_lastindex)
81 pQbuffer = &acb->rqbuffer[acb->rqbuf_firstindex];
83 acb->rqbuf_firstindex++;
84 acb->rqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
180 acb->rqbuf_firstindex = 0;
H A Darcmsr_hba.c1380 int32_t my_empty_len, iop_len, rqbuf_firstindex, rqbuf_lastindex; local
1382 rqbuf_firstindex = acb->rqbuf_firstindex;
1386 my_empty_len = (rqbuf_firstindex - rqbuf_lastindex - 1) & (ARCMSR_MAX_QBUFFER - 1);
1764 while ((acb->rqbuf_firstindex != acb->rqbuf_lastindex)
1766 pQbuffer = &acb->rqbuffer[acb->rqbuf_firstindex];
1768 acb->rqbuf_firstindex++;
1769 acb->rqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
1877 acb->rqbuf_firstindex = 0;
1924 acb->rqbuf_firstindex
[all...]
H A Darcmsr.h564 int32_t rqbuf_firstindex; member in struct:AdapterControlBlock

Completed in 242 milliseconds