Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dmfii.c326 u_int sc_max_fw_cmds; member
776 sc->sc_max_fw_cmds = scpad3 & MFI_STATE_MAXCMD_MASK; in mfii_attach()
777 if (sc->sc_max_fw_cmds == 0) in mfii_attach()
778 sc->sc_max_fw_cmds = status & MFI_STATE_MAXCMD_MASK; in mfii_attach()
783 sc->sc_max_cmds = uimin(sc->sc_max_fw_cmds, 1024) - 1; in mfii_attach()
811 DEVNAME(sc), sc->sc_max_fw_cmds, sc->sc_max_cmds); in mfii_attach()
825 sc->sc_reply_postq_depth = roundup(sc->sc_max_fw_cmds, 16); in mfii_attach()