sys/dev/ic/aha.c
1015
offsetof(struct aha_control, ac_mbx), mailbox.cmd.addr);
sys/dev/ic/aha.c
944
if ((error = bus_dmamem_alloc(sc->sc_dmat, sizeof(struct aha_control),
sys/dev/ic/aha.c
952
sizeof(struct aha_control), (void **)&sc->sc_control,
sys/dev/ic/aha.c
963
if ((error = bus_dmamap_create(sc->sc_dmat, sizeof(struct aha_control),
sys/dev/ic/aha.c
964
1, sizeof(struct aha_control), 0, BUS_DMA_NOWAIT,
sys/dev/ic/aha.c
971
sc->sc_control, sizeof(struct aha_control), NULL,
sys/dev/ic/ahavar.h
101
#define AHA_MBO_OFF(m) (offsetof(struct aha_control, ac_mbx.mbo[0]) + \
sys/dev/ic/ahavar.h
107
#define AHA_CCB_OFF(c) (offsetof(struct aha_control, ac_ccbs[0]) + \
sys/dev/ic/ahavar.h
77
struct aha_control *sc_control; /* control structures */
sys/dev/ic/ahavar.h
95
#define AHA_MBI_OFF(m) (offsetof(struct aha_control, ac_mbx.mbi[0]) + \