Home
last modified time | relevance | path

Searched refs:wq_wrid (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h142 ibt_wrid_t *wq_wrid; member
149 hermon_workq_hdr_s::wq_wrid
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c363 wq->wq_wrid[tail] = wr->wr_id; in hermon_post_send_ud()
706 wq->wq_wrid[tail] = wr->wr_id; in hermon_post_send_rc()
1022 wq->wq_wrid[tail] = curr_wr->wr_id; in hermon_post_send()
1190 wq->wq_wrid[tail] = wr[wrindx].wr_id; in hermon_post_recv()
1264 wq->wq_wrid[indx] = wr[wrindx].wr_id; in hermon_post_srq()
2388 wrid = wq->wq_wrid[indx]; in hermon_wrid_get_entry()
2476 wqhdr->wq_wrid = kmem_zalloc(bufsz * sizeof (uint64_t), KM_NOSLEEP); in hermon_wrid_wqhdr_create()
2477 if (wqhdr->wq_wrid == NULL) { in hermon_wrid_wqhdr_create()
2490 kmem_free(wqhdr->wq_wrid, wqhdr->wq_size * sizeof (uint64_t)); in hermon_wrid_wqhdr_destroy()
H A Dhermon_srq.c831 wre_old = srq->srq_wq_wqhdr->wq_wrid; in hermon_srq_modify()
836 srq->srq_wq_wqhdr->wq_wrid = wre_new; in hermon_srq_modify()