Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dqlwvar.h114 int sc_maxccbs; member
Dqlw.c291 sc->sc_maxccbs = sc->sc_maxrequests / 3; in qlw_attach()
585 if (handle > sc->sc_maxccbs) { in qlw_handle_resp()
587 handle, sc->sc_maxccbs); in qlw_handle_resp()
1702 sc->sc_ccbs = mallocarray(sc->sc_maxccbs, sizeof(struct qlw_ccb), in qlw_alloc_ccbs()
1723 memset(cmd, 0, QLW_QUEUE_ENTRY_SIZE * sc->sc_maxccbs); in qlw_alloc_ccbs()
1724 for (i = 0; i < sc->sc_maxccbs; i++) { in qlw_alloc_ccbs()