Searched refs:tm_val (Results 1 – 1 of 1) sorted by relevance
5661 struct tm tm_val; in lpfc_cgn_update_tstamp() local5664 time64_to_tm(cur_time.tv_sec, 0, &tm_val); in lpfc_cgn_update_tstamp()5666 ts->month = tm_val.tm_mon + 1; in lpfc_cgn_update_tstamp()5667 ts->day = tm_val.tm_mday; in lpfc_cgn_update_tstamp()5668 ts->year = tm_val.tm_year - 100; in lpfc_cgn_update_tstamp()5669 ts->hour = tm_val.tm_hour; in lpfc_cgn_update_tstamp()5670 ts->minute = tm_val.tm_min; in lpfc_cgn_update_tstamp()5671 ts->second = tm_val.tm_sec; in lpfc_cgn_update_tstamp()