Searched refs:gpadl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/include/
H A Dvmbus.h184 bus_addr_t paddr, int size, uint32_t *gpadl);
186 uint32_t gpadl);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c553 uint32_t gpadl, status; local
584 gpadl = vmbus_gpadl_alloc(sc);
613 req->chm_gpadl = gpadl;
645 subreq->chm_gpadl = gpadl;
666 *gpadl0 = gpadl;
698 vmbus_chan_gpadl_disconnect(struct vmbus_channel *chan, uint32_t gpadl) argument
705 KASSERT(gpadl != 0, ("GPADL is zero"));
718 req->chm_gpadl = gpadl;
H A Dvmbus.c362 uint32_t gpadl; local
365 gpadl = atomic_fetchadd_int(&sc->vmbus_gpadl, 1);
366 if (gpadl == 0)
368 return (gpadl);

Completed in 69 milliseconds