Searched refs:cq_sync (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h199 * ddi_dma_sync() ("cq_sync"). It also has a reference count and the number(s)
218 uint_t cq_sync; member in struct:tavor_sw_cq_s
253 tavor_sw_cq_s::cq_sync
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c78 uint_t dma_xfer_mode, cq_sync, cq_is_umap; local
256 cq_sync = TAVOR_CQ_IS_SYNC_REQ(state, cq->cq_cqinfo);
259 if (cq_sync) {
321 cq->cq_sync = cq_sync;
558 uint_t dma_xfer_mode, cq_sync, log_cq_size, maxprot; local
659 cq_sync = TAVOR_CQ_IS_SYNC_REQ(state, new_cqinfo);
662 if (cq_sync) {
775 if (cq_sync) {
792 cq->cq_sync
[all...]

Completed in 100 milliseconds