Searched refs:next_tail (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_hermon_hw.c | 1082 uint32_t head, tail, next_tail, qsize_msk; in dapli_hermon_post_send() local 1119 next_tail = (tail + 1) & qsize_msk; in dapli_hermon_post_send() 1120 if (next_tail == head) { in dapli_hermon_post_send() 1161 dapli_hermon_wqe_headroom(qp, next_tail); in dapli_hermon_post_send() 1183 qp->qp_sq_wqhdr->wq_tail = next_tail; in dapli_hermon_post_send() 1239 uint32_t head, tail, next_tail, qsize_msk; in dapli_hermon_post_recv() local 1278 next_tail = (tail + 1) & qsize_msk; in dapli_hermon_post_recv() 1279 if (next_tail == head) { in dapli_hermon_post_recv() 1326 qp->qp_rq_wqhdr->wq_tail = next_tail; in dapli_hermon_post_recv()
|
H A D | dapl_arbel_hw.c | 1044 uint32_t head, tail, next_tail, qsize_msk; in dapli_arbel_post_send() local 1081 next_tail = (tail + 1) & qsize_msk; in dapli_arbel_post_send() 1082 if (next_tail == head) { in dapli_arbel_post_send() 1152 qp->qp_sq_wqhdr->wq_tail = next_tail; in dapli_arbel_post_send() 1182 uint32_t head, tail, next_tail, qsize_msk; in dapli_arbel_post_recv() local 1221 next_tail = (tail + 1) & qsize_msk; in dapli_arbel_post_recv() 1222 if (next_tail == head) { in dapli_arbel_post_recv() 1271 qp->qp_rq_wqhdr->wq_tail = next_tail; in dapli_arbel_post_recv()
|
H A D | dapl_tavor_hw.c | 1304 uint32_t head, tail, next_tail, qsize_msk; in dapli_tavor_post_send() local 1341 next_tail = (tail + 1) & qsize_msk; in dapli_tavor_post_send() 1342 if (next_tail == head) { in dapli_tavor_post_send() 1412 qp->qp_sq_wqhdr->wq_tail = next_tail; in dapli_tavor_post_send() 1437 uint32_t head, tail, next_tail, qsize_msk; in dapli_tavor_post_recv() local 1476 next_tail = (tail + 1) & qsize_msk; in dapli_tavor_post_recv() 1477 if (next_tail == head) { in dapli_tavor_post_recv() 1533 qp->qp_rq_wqhdr->wq_tail = next_tail; in dapli_tavor_post_recv()
|
H A D | dapl_tavor_wr.c | 263 uint32_t tail, next_tail; in dapli_tavor_wrid_find_match_srq() local 285 next_tail = (tail + 1) & qsize_msk; in dapli_tavor_wrid_find_match_srq() 292 wl->wl_freel_tail = next_tail; in dapli_tavor_wrid_find_match_srq()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 85 uint32_t head, tail, next_tail, qsize_msk; in hermon_post_send_ud() local 129 next_tail = (tail + 1) & qsize_msk; in hermon_post_send_ud() 365 tail = next_tail; in hermon_post_send_ud() 433 uint32_t head, tail, next_tail, qsize_msk; in hermon_post_send_rc() local 486 next_tail = (tail + 1) & qsize_msk; in hermon_post_send_rc() 708 tail = next_tail; in hermon_post_send_rc() 788 uint32_t head, tail, next_tail, qsize_msk; in hermon_post_send() local 917 next_tail = (tail + 1) & qsize_msk; in hermon_post_send() 1039 tail = next_tail; in hermon_post_send() 1117 uint32_t head, tail, next_tail, qsize_msk; in hermon_post_recv() local [all …]
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 105 uint32_t head, tail, next_tail, qsize_msk; in tavor_post_send() local 211 next_tail = (tail + 1) & qsize_msk; in tavor_post_send() 212 if (next_tail == head) { in tavor_post_send() 282 tail = next_tail; in tavor_post_send() 402 uint32_t head, tail, next_tail, qsize_msk; in tavor_post_recv() local 514 next_tail = (tail + 1) & qsize_msk; in tavor_post_recv() 515 if (next_tail == head) { in tavor_post_recv() 574 tail = next_tail; in tavor_post_recv()
|