Lines Matching refs:ffdc
5931 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_reset()
5932 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_reset()
5933 scb->cmd.ffdc.reset_count = ha->reset_count; in ips_ffdc_reset()
5934 scb->cmd.ffdc.reset_type = 0x80; in ips_ffdc_reset()
5967 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_time()
5968 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_time()
5969 scb->cmd.ffdc.reset_count = 0; in ips_ffdc_time()
5970 scb->cmd.ffdc.reset_type = 0; in ips_ffdc_time()
5996 scb->cmd.ffdc.hour = tm.tm_hour; in ips_fix_ffdc_time()
5997 scb->cmd.ffdc.minute = tm.tm_min; in ips_fix_ffdc_time()
5998 scb->cmd.ffdc.second = tm.tm_sec; in ips_fix_ffdc_time()
5999 scb->cmd.ffdc.yearH = (tm.tm_year + 1900) / 100; in ips_fix_ffdc_time()
6000 scb->cmd.ffdc.yearL = tm.tm_year % 100; in ips_fix_ffdc_time()
6001 scb->cmd.ffdc.month = tm.tm_mon + 1; in ips_fix_ffdc_time()
6002 scb->cmd.ffdc.day = tm.tm_mday; in ips_fix_ffdc_time()