Searched refs:wqbuf_lastidx (Results 1 – 2 of 2) sorted by relevance
568 int32_t wqbuf_firstidx, wqbuf_lastidx; in arcmsr_cb_ioctl() local582 wqbuf_lastidx = acb->wqbuf_lastidx; in arcmsr_cb_ioctl()584 if (wqbuf_lastidx != wqbuf_firstidx) { in arcmsr_cb_ioctl()589 my_empty_len = (wqbuf_firstidx - wqbuf_lastidx - 1) in arcmsr_cb_ioctl()595 &acb->wqbuffer[acb->wqbuf_lastidx]; in arcmsr_cb_ioctl()598 acb->wqbuf_lastidx++; in arcmsr_cb_ioctl()600 acb->wqbuf_lastidx %= in arcmsr_cb_ioctl()660 acb->wqbuf_lastidx = 0; in arcmsr_cb_ioctl()686 acb->wqbuf_lastidx = 0; in arcmsr_cb_ioctl()4174 while ((acb->wqbuf_firstidx != acb->wqbuf_lastidx) && in arcmsr_post_ioctldata2iop()[all …]
821 int32_t wqbuf_lastidx; member