Lines Matching defs:force
1167 * @force: force uP into RESET even if FW RESET command fails
1180 csio_hw_fw_halt(struct csio_hw *hw, uint32_t mbox, int32_t force)
1218 * We also force the firmware's HALT flag to be on in case we bypassed
1224 if (retval == 0 || force) {
1232 * even when we force the uP into RESET ...
1306 * @force: force upgrade even if firmware doesn't cooperate
1323 const u8 *fw_data, uint32_t size, int32_t force)
1328 ret = csio_hw_fw_halt(hw, mbox, force);
1329 if (ret != 0 && !force)