Home
last modified time | relevance | path

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

/freebsd/sys/dev/arcmsr/
H A Darcmsr.c1592 while((acb->wqbuf_firstindex != acb->wqbuf_lastindex) in arcmsr_Write_data_2iop_wqbuffer_D()
1594 pQbuffer = &acb->wqbuffer[acb->wqbuf_firstindex]; in arcmsr_Write_data_2iop_wqbuffer_D()
1596 acb->wqbuf_firstindex++; in arcmsr_Write_data_2iop_wqbuffer_D()
1597 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER; in arcmsr_Write_data_2iop_wqbuffer_D()
1634 while((acb->wqbuf_firstindex != acb->wqbuf_lastindex) in arcmsr_Write_data_2iop_wqbuffer()
1636 pQbuffer = &acb->wqbuffer[acb->wqbuf_firstindex]; in arcmsr_Write_data_2iop_wqbuffer()
1638 acb->wqbuf_firstindex++; in arcmsr_Write_data_2iop_wqbuffer()
1639 acb->wqbuf_firstindex %= ARCMSR_MAX_QBUFFER; in arcmsr_Write_data_2iop_wqbuffer()
1661 if(acb->wqbuf_firstindex != acb->wqbuf_lastindex) { in arcmsr_iop2drv_data_read_handle()
1664 if(acb->wqbuf_firstindex == acb->wqbuf_lastindex) { in arcmsr_iop2drv_data_read_handle()
[all …]
H A Darcmsr.h1392 u_int32_t wqbuf_firstindex; /* first of write buffer */ member