Home
last modified time | relevance | path

Searched refs:wq_tail (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h144 uint32_t wq_tail; member
151 hermon_workq_hdr_s::wq_tail
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c113 tail = wq->wq_tail; in hermon_post_send_ud()
368 wq->wq_tail = tail; in hermon_post_send_ud()
467 tail = wq->wq_tail; in hermon_post_send_rc()
711 wq->wq_tail = tail; in hermon_post_send_rc()
849 tail = wq->wq_tail; in hermon_post_send()
1063 wq->wq_tail = tail; in hermon_post_send()
1169 tail = wq->wq_tail; in hermon_post_recv()
1199 wq->wq_tail = tail; in hermon_post_recv()
1258 if (indx == wq->wq_tail) { in hermon_post_srq()
2241 swq->wq_tail = 0; in hermon_wrid_from_reset_handling()
[all …]
H A Dhermon_cq.c1725 desc = HERMON_SRQ_WQE_ADDR(srq, wq->wq_tail); in hermon_cq_entries_flush()
1727 wq->wq_tail = indx; in hermon_cq_entries_flush()
H A Dhermon_srq.c403 srq->srq_wq_wqhdr->wq_tail = last; in hermon_srq_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_wr.h249 uint32_t wq_tail; member
263 tavor_workq_hdr_s::wq_tail
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.h71 uint32_t wq_tail; member
H A Ddapl_arbel_hw.c1064 tail = qp->qp_sq_wqhdr->wq_tail; in dapli_arbel_post_send()
1152 qp->qp_sq_wqhdr->wq_tail = next_tail; in dapli_arbel_post_send()
1197 tail = qp->qp_rq_wqhdr->wq_tail; in dapli_arbel_post_recv()
1271 qp->qp_rq_wqhdr->wq_tail = next_tail; in dapli_arbel_post_recv()
H A Ddapl_hermon_hw.c1102 tail = qp->qp_sq_wqhdr->wq_tail; in dapli_hermon_post_send()
1183 qp->qp_sq_wqhdr->wq_tail = next_tail; in dapli_hermon_post_send()
1254 tail = qp->qp_rq_wqhdr->wq_tail; in dapli_hermon_post_recv()
1326 qp->qp_rq_wqhdr->wq_tail = next_tail; in dapli_hermon_post_recv()
H A Ddapl_tavor_hw.c1324 tail = qp->qp_sq_wqhdr->wq_tail; in dapli_tavor_post_send()
1412 qp->qp_sq_wqhdr->wq_tail = next_tail; in dapli_tavor_post_send()
1452 tail = qp->qp_rq_wqhdr->wq_tail; in dapli_tavor_post_recv()
1533 qp->qp_rq_wqhdr->wq_tail = next_tail; in dapli_tavor_post_recv()
H A Ddapl_tavor_wr.c760 swq->wq_tail = 0; in dapls_tavor_wrid_init()
821 rwq->wq_tail = 0; in dapls_tavor_wrid_init()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c143 tail = qp->qp_sq_wqhdr->wq_tail; in tavor_post_send()
353 qp->qp_sq_wqhdr->wq_tail = tail; in tavor_post_send()
431 tail = qp->qp_rq_wqhdr->wq_tail; in tavor_post_recv()
594 qp->qp_rq_wqhdr->wq_tail = tail; in tavor_post_recv()
2209 swq->wq_tail = 0; in tavor_wrid_from_reset_handling()
2326 rwq->wq_tail = 0; in tavor_wrid_from_reset_handling()