Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dmfii.c277 u_int sc_max_fw_cmds; member
691 sc->sc_max_fw_cmds = scpad3 & MFI_STATE_MAXCMD_MASK; in mfii_attach()
692 if (sc->sc_max_fw_cmds == 0) in mfii_attach()
693 sc->sc_max_fw_cmds = status & MFI_STATE_MAXCMD_MASK; in mfii_attach()
698 sc->sc_max_cmds = min(sc->sc_max_fw_cmds, 1024) - 1; in mfii_attach()
721 DEVNAME(sc), sc->sc_max_fw_cmds, sc->sc_max_cmds); in mfii_attach()
735 sc->sc_reply_postq_depth = roundup(sc->sc_max_fw_cmds, 16); in mfii_attach()