Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dqlwvar.h139 u_int16_t sc_max_queue_depth[2]; member
H A Dqlw.c278 if (sc->sc_max_queue_depth[bus] > sc->sc_maxrequests) in qlw_attach()
279 sc->sc_max_queue_depth[bus] = sc->sc_maxrequests; in qlw_attach()
417 saa.saa_openings = sc->sc_max_queue_depth[bus]; in qlw_attach()
481 sc->sc_mbox[2] = sc->sc_max_queue_depth[bus]; in qlw_config_target()
541 sc->sc_mbox[2] = sc->sc_max_queue_depth[bus]; in qlw_update_target()
1548 sc->sc_max_queue_depth[0] = letoh16(nv->max_queue_depth); in qlw_parse_nvram_1040()
1580 sc->sc_max_queue_depth[bus] = letoh16(nv->max_queue_depth); in qlw_parse_nvram_1080()
1621 sc->sc_max_queue_depth[bus] = 32; in qlw_init_defaults()