Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c85 uint32_t head, tail, next_tail, qsize_msk; in hermon_post_send_ud() local
109 qsize_msk = wq->wq_mask; in hermon_post_send_ud()
129 next_tail = (tail + 1) & qsize_msk; in hermon_post_send_ud()
130 if (((tail + hdrmwqes) & qsize_msk) == head) { 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()
433 uint32_t head, tail, next_tail, qsize_msk; in hermon_post_send_rc() local
463 qsize_msk = wq->wq_mask; in hermon_post_send_rc()
486 next_tail = (tail + 1) & qsize_msk; in hermon_post_send_rc()
487 if (((tail + hdrmwqes) & qsize_msk) == head) { in hermon_post_send_rc()
[all …]
/titanic_41/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_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_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_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()
/titanic_41/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
150 qsize_msk = qp->qp_sq_wqhdr->wq_size - 1; in tavor_post_send()
211 next_tail = (tail + 1) & qsize_msk; in tavor_post_send()
340 sync_from = (sync_from - 1) & qsize_msk; in tavor_post_send()
402 uint32_t head, tail, next_tail, qsize_msk; in tavor_post_recv() local
454 qsize_msk = qp->qp_rq_wqhdr->wq_size - 1; in tavor_post_recv()
514 next_tail = (tail + 1) & qsize_msk; in tavor_post_recv()
615 sync_from = (sync_from - 1) & qsize_msk; in tavor_post_recv()