Searched refs:wqbuf_lastindex (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/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.c1435 if (acb->wqbuf_firstindex != acb->wqbuf_lastindex) {
1445 while ((acb->wqbuf_firstindex != acb->wqbuf_lastindex) && \
1459 if (acb->wqbuf_firstindex == acb->wqbuf_lastindex) {
1726 int32_t wqbuf_firstindex, wqbuf_lastindex; local
1736 wqbuf_lastindex = acb->wqbuf_lastindex;
1737 while ((wqbuf_firstindex != wqbuf_lastindex) && (allxfer_len < 124)) {
1831 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
1849 wqbuf_lastindex = acb->wqbuf_lastindex;
[all...]
H A Darcmsr.h569 int32_t wqbuf_lastindex; member in struct:AdapterControlBlock

Completed in 112 milliseconds