Searched refs:sc_maxbuf (Results 1 – 2 of 2) sorted by relevance
385 sc->sc_maxbuf = 1 << (cfi_read_qry(sc, CFI_QRY_MAXBUF) | in cfi_attach()388 sc->sc_maxbuf = 0; in cfi_attach()479 if (sc->sc_maxbuf > 0) { in cfi_add_sysctls()692 if (sc->sc_maxbuf > sc->sc_width) { in cfi_write_block()697 wlen = MIN(sc->sc_maxbuf, sc->sc_wrbufsz - i); in cfi_write_block()
71 u_int sc_maxbuf; member