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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.h71 uint32_t wq_tail; member in struct:dapls_tavor_workq_hdr_s
H A Ddapl_arbel_hw.c1064 tail = qp->qp_sq_wqhdr->wq_tail;
1152 qp->qp_sq_wqhdr->wq_tail = next_tail;
1197 tail = qp->qp_rq_wqhdr->wq_tail;
1271 qp->qp_rq_wqhdr->wq_tail = next_tail;
H A Ddapl_tavor_hw.c1324 tail = qp->qp_sq_wqhdr->wq_tail;
1412 qp->qp_sq_wqhdr->wq_tail = next_tail;
1452 tail = qp->qp_rq_wqhdr->wq_tail;
1533 qp->qp_rq_wqhdr->wq_tail = next_tail;
H A Ddapl_hermon_hw.c1102 tail = qp->qp_sq_wqhdr->wq_tail;
1183 qp->qp_sq_wqhdr->wq_tail = next_tail;
1254 tail = qp->qp_rq_wqhdr->wq_tail;
1326 qp->qp_rq_wqhdr->wq_tail = next_tail;
H A Ddapl_tavor_wr.c760 swq->wq_tail = 0;
821 rwq->wq_tail = 0;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h144 uint32_t wq_tail; member in struct:hermon_workq_hdr_s
151 hermon_workq_hdr_s::wq_tail
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_wr.h249 uint32_t wq_tail; member in struct:tavor_workq_hdr_s
263 tavor_workq_hdr_s::wq_tail
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c113 tail = wq->wq_tail;
368 wq->wq_tail = tail;
467 tail = wq->wq_tail;
711 wq->wq_tail = tail;
849 tail = wq->wq_tail;
1063 wq->wq_tail = tail;
1169 tail = wq->wq_tail;
1199 wq->wq_tail = tail;
1258 if (indx == wq->wq_tail) {
2241 swq->wq_tail
[all...]
H A Dhermon_srq.c403 srq->srq_wq_wqhdr->wq_tail = last;
H A Dhermon_cq.c1725 desc = HERMON_SRQ_WQE_ADDR(srq, wq->wq_tail);
1727 wq->wq_tail = indx;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c151 tail = qp->qp_sq_wqhdr->wq_tail;
365 qp->qp_sq_wqhdr->wq_tail = tail;
455 tail = qp->qp_rq_wqhdr->wq_tail;
622 qp->qp_rq_wqhdr->wq_tail = tail;
2368 swq->wq_tail = 0;
2491 rwq->wq_tail = 0;

Completed in 73 milliseconds