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

/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c1609 while((acb->wqbuf_firstindex != acb->wqbuf_lastindex)
1611 pQbuffer = &acb->wqbuffer[acb->wqbuf_firstindex];
1613 acb->wqbuf_firstindex++;
1614 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
1651 while((acb->wqbuf_firstindex != acb->wqbuf_lastindex)
1653 pQbuffer = &acb->wqbuffer[acb->wqbuf_firstindex];
1655 acb->wqbuf_firstindex++;
1656 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER;
1678 if(acb->wqbuf_firstindex != acb->wqbuf_lastindex) {
1681 if(acb->wqbuf_firstindex
2577 u_int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
2801 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
[all...]
H A Darcmsr.h1382 u_int32_t wqbuf_firstindex; /* first of write buffer */ member in struct:AdapterControlBlock

Completed in 121 milliseconds