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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h63 dapls_hw_cqe_t cq_addr; member in struct:dapls_ib_cq_handle
H A Ddapl_tavor_ibtf_util.c171 cq_handle->cq_addr = (tavor_hw_cqe_t *)(void *) mmap64(
176 if (cq_handle->cq_addr == MAP_FAILED ||
290 dapls_hw_cqe_t cq_addr; local
305 if ((cqlen < cq_handle->cq_size) && (cq_handle->cq_addr)) {
313 if ((cq_handle->cq_addr) &&
314 (munmap((char *)cq_handle->cq_addr,
318 cq_handle->cq_addr, cq_handle->cq_map_len, errno);
321 /* cq_addr is unmapped and no longer valid */
322 cq_handle->cq_addr = NULL;
363 cq_addr
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h527 caddr_t cq_addr; /* address to copy data to/from */ member in struct:copyreq
535 caddr_t cq_addr; /* address to copy data to/from */ member in struct:copyreq

Completed in 65 milliseconds