Searched refs:wqbuf_lastindex (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)
1544 while((acb->wqbuf_firstindex != acb->wqbuf_lastindex)
1571 if(acb->wqbuf_firstindex != acb->wqbuf_lastindex) {
1574 if(acb->wqbuf_firstindex == acb->wqbuf_lastindex) {
2267 u_int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
2273 wqbuf_lastindex = acb->wqbuf_lastindex;
2275 if(wqbuf_lastindex != wqbuf_firstindex) {
2279 my_empty_len = (wqbuf_firstindex - wqbuf_lastindex - 1) &
2284 pQbuffer = &acb->wqbuffer[acb->wqbuf_lastindex];
2490 int32_t my_empty_len, user_len, wqbuf_firstindex, wqbuf_lastindex; local
[all...]
H A Darcmsr.h1162 u_int32_t wqbuf_lastindex; /* last of write buffer */ member in struct:AdapterControlBlock

Completed in 144 milliseconds