Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1256 p->t4_fw_install, state, &reset); in prep_firmware()
2061 p->t4_fw_install = prop_lookup_int(sc, "t4_fw_install", 1); in init_driver_props()
2062 if (p->t4_fw_install != 0 && p->t4_fw_install != 2) in init_driver_props()
2063 p->t4_fw_install = 1; in init_driver_props()
2064 (void) ddi_prop_update_int(dev, dip, "t4_fw_install", p->t4_fw_install); in init_driver_props()
H A Dadapter.h478 int t4_fw_install; member
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h652 struct fw_hdr *card_fw, const int t4_fw_install,
H A Dt4_hw.c3955 int k, int c, int t4_fw_install) in should_install_fs_fw() argument
3969 if (t4_fw_install == 2 && k != c) { in should_install_fs_fw()
3977 if (t4_fw_install == 0) { in should_install_fs_fw()
4000 struct fw_hdr *card_fw, const int t4_fw_install, in t4_prep_fw() argument
4041 t4_fw_install)) { in t4_prep_fw()
4069 t4_fw_install, state, in t4_prep_fw()