Searched refs:next_tail (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
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_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;
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_wr.c263 uint32_t tail, next_tail; local
285 next_tail = (tail + 1) & qsize_msk;
292 wl->wl_freel_tail = next_tail;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c85 uint32_t head, tail, next_tail, qsize_msk; local
129 next_tail = (tail + 1) & qsize_msk;
365 tail = next_tail;
433 uint32_t head, tail, next_tail, qsize_msk; local
486 next_tail = (tail + 1) & qsize_msk;
708 tail = next_tail;
788 uint32_t head, tail, next_tail, qsize_msk; local
917 next_tail = (tail + 1) & qsize_msk;
1039 tail = next_tail;
1117 uint32_t head, tail, next_tail, qsize_ms local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c105 uint32_t head, tail, next_tail, qsize_msk; local
211 next_tail = (tail + 1) & qsize_msk;
212 if (next_tail == head) {
282 tail = next_tail;
402 uint32_t head, tail, next_tail, qsize_msk; local
514 next_tail = (tail + 1) & qsize_msk;
515 if (next_tail == head) {
574 tail = next_tail;

Completed in 118 milliseconds