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

/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c1524 pQbuffer = &acb->rqbuffer[acb->rqbuf_lastindex];
1526 acb->rqbuf_lastindex++;
1528 acb->rqbuf_lastindex %= ARCMSR_MAX_QBUFFER;
1554 pQbuffer = &acb->rqbuffer[acb->rqbuf_lastindex];
1556 acb->rqbuf_lastindex++;
1558 acb->rqbuf_lastindex %= ARCMSR_MAX_QBUFFER;
1578 my_empty_len = (acb->rqbuf_lastindex - acb->rqbuf_firstindex - 1) &
2552 while((acb->rqbuf_firstindex != acb->rqbuf_lastindex)
2625 acb->rqbuf_lastindex = 0;
2660 acb->rqbuf_lastindex
[all...]
H A Darcmsr.h1379 u_int32_t rqbuf_lastindex; /* last of read buffer */ member in struct:AdapterControlBlock

Completed in 178 milliseconds