Searched defs:t_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c3613 register uchar_t t_index, t_seqno; local
3650 t_index = kcqv->skc_out + hdr_count;
3660 if (i < t_index) {
3682 if (i < t_index)
3686 if (t_index > kcq->skc_last_index) {
3688 t_index &= kcq->skc_last_index;
3692 &(kcq->skc_cq[t_index ? t_index - 1 :
3709 if ((++t_index & kcq->skc_last_index) == 0) {
3710 t_index
[all...]

Completed in 51 milliseconds