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

  /src/sys/dev/ic/
ahavar.h 42 #define AHA_MBX_SIZE 16 /* mail box size (MAX 255 MBxs) */
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];
aha.c 297 for (i = 0; i < AHA_MBX_SIZE; i++) {
607 if (sc->sc_mbofull >= AHA_MBX_SIZE) {
609 if (sc->sc_mbofull >= AHA_MBX_SIZE) {
997 for (i = 0; i < AHA_MBX_SIZE; i++) {
1013 mailbox.cmd.nmbx = AHA_MBX_SIZE;

Completed in 13 milliseconds