Searched defs:send_wqep (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_send.c42 ibmf_msg_impl_t *msgimplp, ibmf_send_wqe_t *send_wqep);
50 ibmf_qp_handle_t ibmf_qp_handle, ibmf_send_wqe_t *send_wqep)
57 _NOTE(ASSUMING_PROTECTED(*send_wqep))
58 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*send_wqep))
65 ibmf_qp_handle, tnf_opaque, send_wqep, send_wqep);
84 ibmf_i_init_send_wqe(clientp, msgimplp, sgl, send_wqep,
87 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(*send_wqep))
94 status = ibt_post_send(send_wqep->send_qp_handle, &send_wqep
49 ibmf_i_issue_pkt(ibmf_client_t *clientp, ibmf_msg_impl_t *msgimplp, ibmf_qp_handle_t ibmf_qp_handle, ibmf_send_wqe_t *send_wqep) argument
143 ibmf_send_wqe_t *send_wqep; local
259 ibmf_send_wqe_t *send_wqep; local
399 ibmf_send_wqe_t *send_wqep; local
684 ibmf_i_do_send_compl(ibmf_handle_t ibmf_handle, ibmf_msg_impl_t *msgimplp, ibmf_send_wqe_t *send_wqep) argument
[all...]
H A Dibmf_wqe.c1254 ibmf_send_wqe_t *send_wqep; local
1277 send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
1278 if (send_wqep == NULL) {
1298 send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
1299 if (send_wqep == NULL) {
1332 send_wqep->send_msg = msgimplp;
1333 *swqepp = send_wqep;
H A Dibmf_recv.c1457 ibmf_send_wqe_t *send_wqep; local
1548 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*send_wqep))
1554 send_wqep = (ibmf_send_wqe_t *)kmem_zalloc(sizeof (ibmf_send_wqe_t),
1556 send_wqep->send_mem = (void *)kmem_zalloc(IBMF_MEM_PER_WQE, KM_SLEEP);
1558 mem_attr.mr_vaddr = (ib_vaddr_t)(uintptr_t)send_wqep->send_mem;
1567 kmem_free(send_wqep->send_mem, IBMF_MEM_PER_WQE);
1568 kmem_free(send_wqep, sizeof (ibmf_send_wqe_t));
1581 send_wqep->send_sg_lkey = mem_desc.md_lkey;
1582 send_wqep->send_mem_hdl = mem_hdl;
1584 swrp = &send_wqep
[all...]

Completed in 64 milliseconds