Searched refs:wqbuf_firstindex (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/arcmsr/
H A Darcmsr.c1502 while((acb->wqbuf_firstindex != acb->wqbuf_lastindex)
1504 pQbuffer = &acb->wqbuffer[acb->wqbuf_firstindex];
1506 acb->wqbuf_firstindex++;
1507 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
1544 while((acb->wqbuf_firstindex != acb->wqbuf_lastindex)
1546 pQbuffer = &acb->wqbuffer[acb->wqbuf_firstindex];
1548 acb->wqbuf_firstindex++;
1549 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
1571 if(acb->wqbuf_firstindex != acb->wqbuf_lastindex) {
1574 if(acb->wqbuf_firstindex
2267 u_int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
2490 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
[all...]
H A Darcmsr.h1161 u_int32_t wqbuf_firstindex; /* first of write buffer */ member in struct:AdapterControlBlock

Completed in 125 milliseconds