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

/freebsd-13-stable/sys/dev/hyperv/include/
H A Dvmbus.h190 bus_addr_t paddr, int size, uint32_t *gpadl);
192 uint32_t gpadl);
/freebsd-13-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c570 uint32_t gpadl, status; local
601 gpadl = vmbus_gpadl_alloc(sc);
630 req->chm_gpadl = gpadl;
662 subreq->chm_gpadl = gpadl;
683 *gpadl0 = gpadl;
715 vmbus_chan_gpadl_disconnect(struct vmbus_channel *chan, uint32_t gpadl) argument
722 KASSERT(gpadl != 0, ("GPADL is zero"));
735 req->chm_gpadl = gpadl;
H A Dvmbus.c372 uint32_t gpadl; local
375 gpadl = atomic_fetchadd_int(&sc->vmbus_gpadl, 1);
376 if (gpadl == 0)
378 return (gpadl);

Completed in 111 milliseconds