Searched refs:nextq (Results 1 – 2 of 2) sorted by relevance
65 #define nextq(i) (((i) + 1) % KBDQ_BUFSIZE) macro396 if (nextq(q->tail) != q->head) { in addq()398 q->tail = nextq(q->tail); in addq()417 q->head = nextq(q->head); in removeq()
1014 int i, nextq; in nicvf_config_rss() local1018 nextq = 0; in nicvf_config_rss()1023 mbx.rss_cfg.tbl_offset = nextq; in nicvf_config_rss()1030 mbx.rss_cfg.ind_tbl[i] = rss->ind_tbl[nextq++]; in nicvf_config_rss()