Lines Matching refs:reset
1094 * csio_do_reset- Perform the device reset.
1096 * @fw_rst: FW reset
1098 * If fw_rst is set, issues FW reset mbox cmd otherwise
1099 * does PIO reset.
1100 * Performs reset of the function.
1109 /* PIO reset */
1164 * csio_hw_fw_halt - issue a reset/halt to FW and put uP into RESET
1240 * @reset: if we want to do a RESET to restart things
1252 * reset to 0) or we timeout.
1259 csio_hw_fw_restart(struct csio_hw *hw, uint32_t mbox, int32_t reset)
1261 if (reset) {
1326 int reset, ret;
1344 reset = ((ntohl(fw_hdr->flags) & FW_HDR_FLAGS_RESET_HALT) == 0);
1345 return csio_hw_fw_restart(hw, mbox, reset);
2052 csio_hw_use_fwconfig(struct csio_hw *hw, int reset, u32 *fw_cfg_param)
2065 if (reset) {
2317 int *reset)
2366 *reset = 0; /* already reset as part of load_fw */
2406 csio_hw_flash_fw(struct csio_hw *hw, int *reset)
2451 hw->fw_state, reset);
2479 int reset = 1;
2532 rv = csio_hw_flash_fw(hw, &reset);
2556 rv = csio_hw_use_fwconfig(hw, reset, param);
2766 /* Do not reset HW, we may need FW state for debugging */
2946 /* Start reset of the HBA */
4251 /* Max reset retries */
4267 csio_dbg(hw, "Max hw reset attempts reached..");