Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c253 static int force_fw_update = 0; variable
254 SYSCTL_INT(_hw_cxgb, OID_AUTO, force_fw_update, CTLFLAG_RDTUN, &force_fw_update, 0,
596 if (t3_check_fw_version(sc) < 0 || force_fw_update) { in cxgb_controller_attach()