Searched refs:tm_val (Results 1 – 1 of 1) sorted by relevance
5648 struct tm tm_val; in lpfc_cgn_update_tstamp() local5651 time64_to_tm(cur_time.tv_sec, 0, &tm_val); in lpfc_cgn_update_tstamp()5653 ts->month = tm_val.tm_mon + 1; in lpfc_cgn_update_tstamp()5654 ts->day = tm_val.tm_mday; in lpfc_cgn_update_tstamp()5655 ts->year = tm_val.tm_year - 100; in lpfc_cgn_update_tstamp()5656 ts->hour = tm_val.tm_hour; in lpfc_cgn_update_tstamp()5657 ts->minute = tm_val.tm_min; in lpfc_cgn_update_tstamp()5658 ts->second = tm_val.tm_sec; in lpfc_cgn_update_tstamp()