Searched refs:ch_tail (Results 1 – 4 of 4) sorted by relevance
178 for (ch->ch_tail = 1; ch->ch_tail < ch->ch_num_swqe -1; ch->ch_tail++) { in srpt_ch_alloc()179 ch->ch_swqe[ch->ch_tail].sw_next = ch->ch_tail + 1; in srpt_ch_alloc()181 ch->ch_swqe[ch->ch_tail].sw_next = 0; in srpt_ch_alloc()1413 if (ch->ch_head == ch->ch_tail) { in srpt_ch_alloc_swqe_wrid()1433 ch->ch_swqe[ch->ch_tail].sw_next = id; in srpt_ch_free_swqe_wrid()1434 ch->ch_tail = (uint32_t)id; in srpt_ch_free_swqe_wrid()
197 uint32_t ch_tail; member
88 hashp->ch_tail = cp; \99 cp->cprev = hashp->ch_tail; \100 if (hashp->ch_tail == NULL) \104 hashp->ch_tail = cp; \112 hashp->ch_tail = cp->cprev; \205 (cl->cl_callouts.ch_head == cl->cl_callouts.ch_tail)) { \458 ct->ct_queue.ch_tail = NULL; in callout_queue_process()
217 void *ch_tail; member