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

/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c151 * XDC_RQALLOC: allocate an iorq off the free list (assume nfree > 0).
153 #define XDC_RQALLOC(XDCSC) (XDCSC)->freereq[--((XDCSC)->nfree)] macro
1346 rqno = XDC_RQALLOC(xdcsc);
1380 rqno = XDC_RQALLOC(xdcsc);
/netbsd-current/sys/dev/vme/
H A Dxd.c135 * XDC_RQALLOC: allocate an iorq off the free list (assume nfree > 0).
137 #define XDC_RQALLOC(XDCSC) (XDCSC)->freereq[--((XDCSC)->nfree)] macro
1522 rqno = XDC_RQALLOC(xdcsc);
1560 rqno = XDC_RQALLOC(xdcsc);

Completed in 186 milliseconds