Home
last modified time | relevance | path

Searched refs:AHA_MBX_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Dahavar.h42 #define AHA_MBX_SIZE 16 /* mail box size (MAX 255 MBxs) */ macro
50 if ((wmb) == &(mbx)->mbio[AHA_MBX_SIZE - 1]) \
56 struct aha_mbx_out mbo[AHA_MBX_SIZE];
57 struct aha_mbx_in mbi[AHA_MBX_SIZE];
H A Daha.c297 for (i = 0; i < AHA_MBX_SIZE; i++) { in aha_finish_ccbs()
607 if (sc->sc_mbofull >= AHA_MBX_SIZE) { in aha_start_ccbs()
609 if (sc->sc_mbofull >= AHA_MBX_SIZE) { in aha_start_ccbs()
997 for (i = 0; i < AHA_MBX_SIZE; i++) { in aha_init()
1013 mailbox.cmd.nmbx = AHA_MBX_SIZE; in aha_init()