Searched refs:wqbuf_firstindex (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
129 wqbuf_firstindex = acb->wqbuf_firstindex;
130 if (wqbuf_lastindex != wqbuf_firstindex) {
134 my_empty_len = (wqbuf_firstindex-wqbuf_lastindex - 1)
182 acb->wqbuf_firstindex = 0;
H A Darcmsr_hba.c1435 if (acb->wqbuf_firstindex != acb->wqbuf_lastindex) {
1445 while ((acb->wqbuf_firstindex != acb->wqbuf_lastindex) && \
1447 pQbuffer = &acb->wqbuffer[acb->wqbuf_firstindex];
1449 acb->wqbuf_firstindex++;
1450 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
1459 if (acb->wqbuf_firstindex == acb->wqbuf_lastindex) {
1726 int32_t wqbuf_firstindex, wqbuf_lastindex; local
1735 wqbuf_firstindex = acb->wqbuf_firstindex;
1737 while ((wqbuf_firstindex !
1831 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
[all...]
H A Darcmsr.h567 int32_t wqbuf_firstindex; member in struct:AdapterControlBlock

Completed in 162 milliseconds