Lines Matching refs:ffdc
5941 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_reset()
5942 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_reset()
5943 scb->cmd.ffdc.reset_count = ha->reset_count; in ips_ffdc_reset()
5944 scb->cmd.ffdc.reset_type = 0x80; in ips_ffdc_reset()
5977 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_time()
5978 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_time()
5979 scb->cmd.ffdc.reset_count = 0; in ips_ffdc_time()
5980 scb->cmd.ffdc.reset_type = 0; in ips_ffdc_time()
6025 scb->cmd.ffdc.hour = (rem / IPS_SECS_HOUR); in ips_fix_ffdc_time()
6027 scb->cmd.ffdc.minute = (rem / IPS_SECS_MIN); in ips_fix_ffdc_time()
6028 scb->cmd.ffdc.second = (rem % IPS_SECS_MIN); in ips_fix_ffdc_time()
6043 scb->cmd.ffdc.yearH = year / 100; in ips_fix_ffdc_time()
6044 scb->cmd.ffdc.yearL = year % 100; in ips_fix_ffdc_time()
6049 scb->cmd.ffdc.month = i + 1; in ips_fix_ffdc_time()
6050 scb->cmd.ffdc.day = days + 1; in ips_fix_ffdc_time()