Searched refs:wqbuf_lastindex (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)
1651 while((acb->wqbuf_firstindex != acb->wqbuf_lastindex)
1678 if(acb->wqbuf_firstindex != acb->wqbuf_lastindex) {
1681 if(acb->wqbuf_firstindex == acb->wqbuf_lastindex) {
2577 u_int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
2583 wqbuf_lastindex = acb->wqbuf_lastindex;
2585 if(wqbuf_lastindex != wqbuf_firstindex) {
2589 my_empty_len = (wqbuf_firstindex - wqbuf_lastindex - 1) &
2594 pQbuffer = &acb->wqbuffer[acb->wqbuf_lastindex];
2801 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
[all...]
H A Darcmsr.h1383 u_int32_t wqbuf_lastindex; /* last of write buffer */ member in struct:AdapterControlBlock

Completed in 104 milliseconds