Lines Matching refs:ffdc
5928 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_reset()
5929 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_reset()
5930 scb->cmd.ffdc.reset_count = ha->reset_count; in ips_ffdc_reset()
5931 scb->cmd.ffdc.reset_type = 0x80; in ips_ffdc_reset()
5964 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_time()
5965 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_time()
5966 scb->cmd.ffdc.reset_count = 0; in ips_ffdc_time()
5967 scb->cmd.ffdc.reset_type = 0; in ips_ffdc_time()
5993 scb->cmd.ffdc.hour = tm.tm_hour; in ips_fix_ffdc_time()
5994 scb->cmd.ffdc.minute = tm.tm_min; in ips_fix_ffdc_time()
5995 scb->cmd.ffdc.second = tm.tm_sec; in ips_fix_ffdc_time()
5996 scb->cmd.ffdc.yearH = (tm.tm_year + 1900) / 100; in ips_fix_ffdc_time()
5997 scb->cmd.ffdc.yearL = tm.tm_year % 100; in ips_fix_ffdc_time()
5998 scb->cmd.ffdc.month = tm.tm_mon + 1; in ips_fix_ffdc_time()
5999 scb->cmd.ffdc.day = tm.tm_mday; in ips_fix_ffdc_time()