Searched refs:wqbuf_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.c114 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
125 wqbuf_firstindex = acb->wqbuf_firstindex;
126 if (wqbuf_lastindex != wqbuf_firstindex) {
130 my_empty_len = (wqbuf_firstindex-wqbuf_lastindex - 1)
178 acb->wqbuf_firstindex = 0;
H A Darcmsr_hba.c651 while ((acb->wqbuf_firstindex != acb->wqbuf_lastindex)
653 writeb(acb->wqbuffer[acb->wqbuf_firstindex], iop_data);
654 acb->wqbuf_firstindex++;
655 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
723 if (acb->wqbuf_firstindex != acb->wqbuf_lastindex) {
730 while ((acb->wqbuf_firstindex != acb->wqbuf_lastindex)
732 writeb(acb->wqbuffer[acb->wqbuf_firstindex], iop_data);
733 acb->wqbuf_firstindex++;
734 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
742 if (acb->wqbuf_firstindex
924 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
[all...]
H A Darcmsr.h328 int32_t wqbuf_firstindex; member in struct:AdapterControlBlock

Completed in 49 milliseconds