Searched refs:NCR_MAX_MSG_LEN (Results 1 – 2 of 2) sorted by relevance
230 #define NCR_MAX_MSG_LEN 8 macro
202 sc->sc_omess = malloc(NCR_MAX_MSG_LEN, M_DEVBUF, M_NOWAIT); in ncr53c9x_attach()205 sc->sc_imess = malloc(NCR_MAX_MSG_LEN+1, M_DEVBUF, M_NOWAIT); in ncr53c9x_attach()1458 if (sc->sc_imlen >= NCR_MAX_MSG_LEN) { in ncr53c9x_msgin()