Searched refs:sc_maxccbs (Results 1 – 2 of 2) sorted by relevance
114 int sc_maxccbs; member
291 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()