Home
last modified time | relevance | path

Searched refs:qsize_msk (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c109 qsize_msk = wq->wq_mask; in hermon_post_send_ud()
129 next_tail = (tail + 1) & qsize_msk; in hermon_post_send_ud()
379 (tail + hdrmwqes) & qsize_msk); in hermon_post_send_ud()
407 (tail + hdrmwqes) & qsize_msk); in hermon_post_send_ud()
463 qsize_msk = wq->wq_mask; in hermon_post_send_rc()
486 next_tail = (tail + 1) & qsize_msk; in hermon_post_send_rc()
722 (tail + hdrmwqes) & qsize_msk); in hermon_post_send_rc()
752 (tail + hdrmwqes) & qsize_msk); in hermon_post_send_rc()
848 qsize_msk = wq->wq_mask; in hermon_post_send()
1168 qsize_msk = wq->wq_mask; in hermon_post_recv()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c1044 uint32_t head, tail, next_tail, qsize_msk; in dapli_arbel_post_send() local
1063 qsize_msk = qp->qp_sq_wqhdr->wq_size - 1; in dapli_arbel_post_send()
1081 next_tail = (tail + 1) & qsize_msk; in dapli_arbel_post_send()
1182 uint32_t head, tail, next_tail, qsize_msk; in dapli_arbel_post_recv() local
1196 qsize_msk = qp->qp_rq_wqhdr->wq_size - 1; in dapli_arbel_post_recv()
1221 next_tail = (tail + 1) & qsize_msk; in dapli_arbel_post_recv()
1293 uint32_t head, next_head, qsize_msk; in dapli_arbel_post_srq() local
1319 qsize_msk = srq->srq_wridlist->wl_size - 1; in dapli_arbel_post_srq()
1322 next_head = (head + 1) & qsize_msk; in dapli_arbel_post_srq()
H A Ddapl_tavor_hw.c1304 uint32_t head, tail, next_tail, qsize_msk; in dapli_tavor_post_send() local
1323 qsize_msk = qp->qp_sq_wqhdr->wq_size - 1; in dapli_tavor_post_send()
1341 next_tail = (tail + 1) & qsize_msk; in dapli_tavor_post_send()
1437 uint32_t head, tail, next_tail, qsize_msk; in dapli_tavor_post_recv() local
1451 qsize_msk = qp->qp_rq_wqhdr->wq_size - 1; in dapli_tavor_post_recv()
1476 next_tail = (tail + 1) & qsize_msk; in dapli_tavor_post_recv()
1555 uint32_t head, next_head, qsize_msk; in dapli_tavor_post_srq() local
1581 qsize_msk = srq->srq_wridlist->wl_size - 1; in dapli_tavor_post_srq()
1584 next_head = (head + 1) & qsize_msk; in dapli_tavor_post_srq()
H A Ddapl_hermon_hw.c1082 uint32_t head, tail, next_tail, qsize_msk; in dapli_hermon_post_send() local
1101 qsize_msk = qp->qp_sq_wqhdr->wq_size - 1; in dapli_hermon_post_send()
1119 next_tail = (tail + 1) & qsize_msk; in dapli_hermon_post_send()
1239 uint32_t head, tail, next_tail, qsize_msk; in dapli_hermon_post_recv() local
1253 qsize_msk = qp->qp_rq_wqhdr->wq_size - 1; in dapli_hermon_post_recv()
1278 next_tail = (tail + 1) & qsize_msk; in dapli_hermon_post_recv()
1348 uint32_t head, next_head, qsize_msk; in dapli_hermon_post_srq() local
1374 qsize_msk = srq->srq_wridlist->wl_size - 1; in dapli_hermon_post_srq()
1377 next_head = (head + 1) & qsize_msk; in dapli_hermon_post_srq()
H A Ddapl_tavor_wr.c262 uint32_t qsize_msk; in dapli_tavor_wrid_find_match_srq() local
282 qsize_msk = wl->wl_size - 1; in dapli_tavor_wrid_find_match_srq()
285 next_tail = (tail + 1) & qsize_msk; in dapli_tavor_wrid_find_match_srq()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c105 uint32_t head, tail, next_tail, qsize_msk; in tavor_post_send() local
142 qsize_msk = qp->qp_sq_wqhdr->wq_size - 1; in tavor_post_send()
201 next_tail = (tail + 1) & qsize_msk; in tavor_post_send()
328 sync_from = (sync_from - 1) & qsize_msk; in tavor_post_send()
389 uint32_t head, tail, next_tail, qsize_msk; in tavor_post_recv() local
430 qsize_msk = qp->qp_rq_wqhdr->wq_size - 1; in tavor_post_recv()
488 next_tail = (tail + 1) & qsize_msk; in tavor_post_recv()
587 sync_from = (sync_from - 1) & qsize_msk; in tavor_post_recv()