HomeSort by: relevance | last modified time | path
    Searched defs: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]) + \
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]) + \

Completed in 60 milliseconds