HomeSort by: relevance | last modified time | path
    Searched refs:aha_control (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 13 milliseconds