oosiop_xfer
offsetof(struct oosiop_xfer, msgin[2]));
struct oosiop_xfer *xfer;
offsetof(struct oosiop_xfer, msgout[0]));
offsetof(struct oosiop_xfer, msgin[0]);
struct oosiop_xfer *xfer;
xfersize = sizeof(struct oosiop_xfer) * ncb;
sizeof(struct oosiop_xfer), 1, sizeof(struct oosiop_xfer),
sizeof(struct oosiop_xfer), NULL, BUS_DMA_NOWAIT);
struct oosiop_xfer *xfer = cb->xfer;
offsetof(struct oosiop_xfer, datain_scr[0]));
offsetof(struct oosiop_xfer, dataout_scr[0]));
offsetof(struct oosiop_xfer, msgin[0]));
offsetof(struct oosiop_xfer, msgin[1]));
offsetof(struct oosiop_xfer, msgout[0]));
offsetof(struct oosiop_xfer, status));
if (n >= offsetof(struct oosiop_xfer, datain_scr[0]) &&
n < offsetof(struct oosiop_xfer, datain_scr[OOSIOP_NSG * 2])) {
n -= offsetof(struct oosiop_xfer, datain_scr[0]);
} else if (n >= offsetof(struct oosiop_xfer, dataout_scr[0]) &&
n < offsetof(struct oosiop_xfer, dataout_scr[OOSIOP_NSG * 2])) {
n -= offsetof(struct oosiop_xfer, dataout_scr[0]);
struct oosiop_xfer *xfer;
struct oosiop_xfer *xfer = cb->xfer;
#define OOSIOP_XFEROFF(x) offsetof(struct oosiop_xfer, x)
sizeof(struct oosiop_xfer) - OOSIOP_MSGINOFF, (ops))
struct oosiop_xfer *xfer; /* DMA xfer block */