Lines Matching refs:ffdc
5945 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_reset()
5946 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_reset()
5947 scb->cmd.ffdc.reset_count = ha->reset_count; in ips_ffdc_reset()
5948 scb->cmd.ffdc.reset_type = 0x80; in ips_ffdc_reset()
5981 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_time()
5982 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_time()
5983 scb->cmd.ffdc.reset_count = 0; in ips_ffdc_time()
5984 scb->cmd.ffdc.reset_type = 0; in ips_ffdc_time()
6029 scb->cmd.ffdc.hour = (rem / IPS_SECS_HOUR); in ips_fix_ffdc_time()
6031 scb->cmd.ffdc.minute = (rem / IPS_SECS_MIN); in ips_fix_ffdc_time()
6032 scb->cmd.ffdc.second = (rem % IPS_SECS_MIN); in ips_fix_ffdc_time()
6047 scb->cmd.ffdc.yearH = year / 100; in ips_fix_ffdc_time()
6048 scb->cmd.ffdc.yearL = year % 100; in ips_fix_ffdc_time()
6053 scb->cmd.ffdc.month = i + 1; in ips_fix_ffdc_time()
6054 scb->cmd.ffdc.day = days + 1; in ips_fix_ffdc_time()