HomeSort by: relevance | last modified time | path
    Searched defs:sc_reply_postq_depth (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
mfii.c 330 u_int sc_reply_postq_depth; member in struct:mfii_softc
825 sc->sc_reply_postq_depth = roundup(sc->sc_max_fw_cmds, 16);
828 sc->sc_reply_postq_depth * sizeof(struct mpii_reply_descr));
2131 htole16(sc->sc_reply_postq_depth);
2246 sc->sc_reply_postq_index %= sc->sc_reply_postq_depth;

Completed in 13 milliseconds