Searched refs:NCR_MAX_MSG_LEN (Results 1 – 4 of 4) sorted by relevance
215 #define NCR_MAX_MSG_LEN 8 macro216 uint8_t sc_omess[NCR_MAX_MSG_LEN];218 uint8_t sc_imess[NCR_MAX_MSG_LEN];
241 #define NCR_MAX_MSG_LEN 8 macro
222 sc->sc_omess = malloc(NCR_MAX_MSG_LEN, M_DEVBUF, M_WAITOK); in ncr53c9x_attach()225 sc->sc_imess = malloc(NCR_MAX_MSG_LEN + 1, M_DEVBUF, M_WAITOK); in ncr53c9x_attach()1586 if (sc->sc_imlen >= NCR_MAX_MSG_LEN) { in ncr53c9x_msgin()
1621 if (n >= NCR_MAX_MSG_LEN) { in ncr5380_msg_in()