Lines Matching refs:ffdc
5909 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_reset()
5910 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_reset()
5911 scb->cmd.ffdc.reset_count = ha->reset_count; in ips_ffdc_reset()
5912 scb->cmd.ffdc.reset_type = 0x80; in ips_ffdc_reset()
5945 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_time()
5946 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_time()
5947 scb->cmd.ffdc.reset_count = 0; in ips_ffdc_time()
5948 scb->cmd.ffdc.reset_type = 0; in ips_ffdc_time()
5974 scb->cmd.ffdc.hour = tm.tm_hour; in ips_fix_ffdc_time()
5975 scb->cmd.ffdc.minute = tm.tm_min; in ips_fix_ffdc_time()
5976 scb->cmd.ffdc.second = tm.tm_sec; in ips_fix_ffdc_time()
5977 scb->cmd.ffdc.yearH = (tm.tm_year + 1900) / 100; in ips_fix_ffdc_time()
5978 scb->cmd.ffdc.yearL = tm.tm_year % 100; in ips_fix_ffdc_time()
5979 scb->cmd.ffdc.month = tm.tm_mon + 1; in ips_fix_ffdc_time()
5980 scb->cmd.ffdc.day = tm.tm_mday; in ips_fix_ffdc_time()