Searched refs:IBMF_MEM_PER_WQE (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_wqe.c89 IBMF_MEM_PER_WQE, kmflags == KM_SLEEP ? VM_SLEEP : VM_NOSLEEP);
120 (void *)(uintptr_t)send_wqe->send_sg_mem, IBMF_MEM_PER_WQE);
135 bzero(send_wqe->send_mem, IBMF_MEM_PER_WQE);
171 (void *)(uintptr_t)send_wqe->send_sg_mem, IBMF_MEM_PER_WQE);
201 IBMF_MEM_PER_WQE, kmflags == KM_SLEEP ? VM_SLEEP : VM_NOSLEEP);
232 (void *)(uintptr_t)recv_wqe->recv_sg_mem, IBMF_MEM_PER_WQE);
247 bzero(recv_wqe->recv_mem, IBMF_MEM_PER_WQE);
284 (void *)(uintptr_t)recv_wqe->recv_sg_mem, IBMF_MEM_PER_WQE);
313 qp_ctx->isq_wqe_ib_vmem, IBMF_MEM_PER_WQE,
346 (void *)(uintptr_t)send_wqe->send_sg_mem, IBMF_MEM_PER_WQE);
[all...]
H A Dibmf_recv.c1556 send_wqep->send_mem = (void *)kmem_zalloc(IBMF_MEM_PER_WQE, KM_SLEEP);
1559 mem_attr.mr_len = IBMF_MEM_PER_WQE;
1567 kmem_free(send_wqep->send_mem, IBMF_MEM_PER_WQE);
1621 kmem_free(send_wqep->send_mem, IBMF_MEM_PER_WQE);
1667 kmem_free(send_wqep->send_mem, IBMF_MEM_PER_WQE);
H A Dibmf_send.c299 kmem_free(send_wqep->send_mem, IBMF_MEM_PER_WQE);
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h52 #define IBMF_MEM_PER_WQE (IBMF_MAD_SIZE + sizeof (ib_grh_t)) macro

Completed in 87 milliseconds