Searched refs:eft (Results 1 – 2 of 2) sorted by relevance
27 compute_yday(efi_time_t *eft) in compute_yday() argument30 return rtc_year_days(eft->day, eft->month - 1, eft->year); in compute_yday()37 compute_wday(efi_time_t *eft, int yday) in compute_wday() argument39 int ndays = eft->year * (365 % 7) in compute_wday()40 + (eft->year - 1) / 4 in compute_wday()41 - (eft->year - 1) / 100 in compute_wday()42 + (eft->year - 1) / 400 in compute_wday()53 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) in convert_to_efi_time() argument55 eft->year = wtime->tm_year + 1900; in convert_to_efi_time()56 eft->month = wtime->tm_mon + 1; in convert_to_efi_time()[all …]
2732 if (ha->eft) { in qla_enable_eft_trace()2733 memset(ha->eft, 0, EFT_SIZE); in qla_enable_eft_trace()3806 if (ha->eft) { in qla2x00_alloc_eft_trace()3827 ha->eft = tc; in qla2x00_alloc_eft_trace()3884 if (ha->eft) in qla2x00_alloc_fw_dump()10353 if (ha->eft) { in qla82xx_restart_isp()10354 memset(ha->eft, 0, EFT_SIZE); in qla82xx_restart_isp()