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

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c263 uint32_t tail, next_tail; local
285 next_tail = (tail + 1) & qsize_msk;
292 wl->wl_freel_tail = next_tail;
H A Ddapl_arbel_hw.c1044 uint32_t head, tail, next_tail, qsize_msk; local
1081 next_tail = (tail + 1) & qsize_msk;
1082 if (next_tail == head) {
1152 qp->qp_sq_wqhdr->wq_tail = next_tail;
1182 uint32_t head, tail, next_tail, qsize_msk; local
1221 next_tail = (tail + 1) & qsize_msk;
1222 if (next_tail == head) {
1271 qp->qp_rq_wqhdr->wq_tail = next_tail;
H A Ddapl_hermon_hw.c1082 uint32_t head, tail, next_tail, qsize_msk; local
1119 next_tail = (tail + 1) & qsize_msk;
1120 if (next_tail == head) {
1161 dapli_hermon_wqe_headroom(qp, next_tail);
1183 qp->qp_sq_wqhdr->wq_tail = next_tail;
1239 uint32_t head, tail, next_tail, qsize_msk; local
1278 next_tail = (tail + 1) & qsize_msk;
1279 if (next_tail == head) {
1326 qp->qp_rq_wqhdr->wq_tail = next_tail;
H A Ddapl_tavor_hw.c1304 uint32_t head, tail, next_tail, qsize_msk; local
1341 next_tail = (tail + 1) & qsize_msk;
1342 if (next_tail == head) {
1412 qp->qp_sq_wqhdr->wq_tail = next_tail;
1437 uint32_t head, tail, next_tail, qsize_msk; local
1476 next_tail = (tail + 1) & qsize_msk;
1477 if (next_tail == head) {
1533 qp->qp_rq_wqhdr->wq_tail = next_tail;

Completed in 26 milliseconds