Searched defs:wqbuf_lastindex (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/arcmsr/
H A Darcmsr_attr.c118 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
128 wqbuf_lastindex = acb->wqbuf_lastindex;
130 if (wqbuf_lastindex != wqbuf_firstindex) {
134 my_empty_len = (wqbuf_firstindex-wqbuf_lastindex - 1)
139 &acb->wqbuffer[acb->wqbuf_lastindex];
141 acb->wqbuf_lastindex++;
142 acb->wqbuf_lastindex %= ARCMSR_MAX_QBUFFER;
183 acb->wqbuf_lastindex = 0;
H A Darcmsr_hba.c1411 if (acb->wqbuf_firstindex != acb->wqbuf_lastindex) {
1421 while ((acb->wqbuf_firstindex != acb->wqbuf_lastindex) && \
1435 if (acb->wqbuf_firstindex == acb->wqbuf_lastindex) {
1701 int32_t wqbuf_firstindex, wqbuf_lastindex; local
1711 wqbuf_lastindex = acb->wqbuf_lastindex;
1712 while ((wqbuf_firstindex != wqbuf_lastindex) && (allxfer_len < 124)) {
1806 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
1824 wqbuf_lastindex = acb->wqbuf_lastindex;
[all...]
H A Darcmsr.h572 int32_t wqbuf_lastindex; member in struct:AdapterControlBlock

Completed in 14 milliseconds