Searched refs:dvm_track (Results 1 – 2 of 2) sorted by relevance
459 hermon_devmap_track_t *dvm_track; in hermon_devmap_umem_map() local491 dvm_track = (hermon_devmap_track_t *)kmem_zalloc( in hermon_devmap_umem_map()493 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*dvm_track)) in hermon_devmap_umem_map()494 dvm_track->hdt_offset = off; in hermon_devmap_umem_map()495 dvm_track->hdt_state = state; in hermon_devmap_umem_map()496 dvm_track->hdt_refcnt = 1; in hermon_devmap_umem_map()497 mutex_init(&dvm_track->hdt_lock, NULL, MUTEX_DRIVER, in hermon_devmap_umem_map()521 dvm_track->hdt_size = cq->cq_cqinfo.qa_size; in hermon_devmap_umem_map()526 dvm_track->hdt_size = in hermon_devmap_umem_map()547 dvm_track->hdt_size = qp->qp_wqinfo.qa_size; in hermon_devmap_umem_map()[all …]
418 tavor_devmap_track_t *dvm_track; in tavor_devmap_umem_map() local455 dvm_track = (tavor_devmap_track_t *)kmem_zalloc( in tavor_devmap_umem_map()457 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*dvm_track)) in tavor_devmap_umem_map()458 dvm_track->tdt_offset = off; in tavor_devmap_umem_map()459 dvm_track->tdt_state = state; in tavor_devmap_umem_map()460 dvm_track->tdt_refcnt = 1; in tavor_devmap_umem_map()461 mutex_init(&dvm_track->tdt_lock, NULL, MUTEX_DRIVER, in tavor_devmap_umem_map()485 dvm_track->tdt_size = cq->cq_cqinfo.qa_size; in tavor_devmap_umem_map()505 dvm_track->tdt_size = qp->qp_wqinfo.qa_size; in tavor_devmap_umem_map()525 dvm_track->tdt_size = srq->srq_wqinfo.qa_size; in tavor_devmap_umem_map()[all …]