Searched refs:p_time (Results 1 – 9 of 9) sorted by relevance
411 qed_mfw_get_tlv_time_value(struct qed_mfw_tlv_time *p_time, in qed_mfw_get_tlv_time_value() argument414 if (!p_time->b_set) in qed_mfw_get_tlv_time_value()418 if (p_time->month > 12) in qed_mfw_get_tlv_time_value()419 p_time->month = 0; in qed_mfw_get_tlv_time_value()420 if (p_time->day > 31) in qed_mfw_get_tlv_time_value()421 p_time->day = 0; in qed_mfw_get_tlv_time_value()422 if (p_time->hour > 23) in qed_mfw_get_tlv_time_value()423 p_time->hour = 0; in qed_mfw_get_tlv_time_value()424 if (p_time->min > 59) in qed_mfw_get_tlv_time_value()425 p_time->hour = 0; in qed_mfw_get_tlv_time_value()[all …]
213 #define p_time __p_time macro254 const char * p_time (uint32_t) __THROW;
2603 wl_proxd_intvl_t p_time; in dhd_rtt_convert_results_to_host_v1() local2721 p_time.intvl = ltoh32_ua(&p_data_info->u.retry_after.intvl); in dhd_rtt_convert_results_to_host_v1()2722 p_time.tmu = ltoh16_ua(&p_data_info->u.retry_after.tmu); in dhd_rtt_convert_results_to_host_v1()2723 rtt_report->retry_after_duration = FTM_INTVL2SEC(&p_time); /* s -> s */ in dhd_rtt_convert_results_to_host_v1()2729 p_time.intvl = ltoh32_ua(&p_data_info->u.retry_after.intvl); in dhd_rtt_convert_results_to_host_v1()2730 p_time.tmu = ltoh16_ua(&p_data_info->u.retry_after.tmu); in dhd_rtt_convert_results_to_host_v1()2731 rtt_report->burst_duration = FTM_INTVL2MSEC(&p_time); /* s -> ms */ in dhd_rtt_convert_results_to_host_v1()2820 wl_proxd_intvl_t p_time; in dhd_rtt_convert_results_to_host_v2() local2977 p_time.intvl = ltoh32_ua(&p_data_info->u.retry_after.intvl); in dhd_rtt_convert_results_to_host_v2()2978 p_time.tmu = ltoh16_ua(&p_data_info->u.retry_after.tmu); in dhd_rtt_convert_results_to_host_v2()[all …]
3216 wl_proxd_intvl_t p_time; in dhd_rtt_convert_results_to_host_v1() local3333 p_time.intvl = ltoh32_ua(&p_data_info->u.retry_after.intvl); in dhd_rtt_convert_results_to_host_v1()3334 p_time.tmu = ltoh16_ua(&p_data_info->u.retry_after.tmu); in dhd_rtt_convert_results_to_host_v1()3335 rtt_report->retry_after_duration = FTM_INTVL2SEC(&p_time); /* s -> s */ in dhd_rtt_convert_results_to_host_v1()3341 p_time.intvl = ltoh32_ua(&p_data_info->u.retry_after.intvl); in dhd_rtt_convert_results_to_host_v1()3342 p_time.tmu = ltoh16_ua(&p_data_info->u.retry_after.tmu); in dhd_rtt_convert_results_to_host_v1()3343 rtt_report->burst_duration = FTM_INTVL2MSEC(&p_time); /* s -> ms */ in dhd_rtt_convert_results_to_host_v1()3430 wl_proxd_intvl_t p_time; in dhd_rtt_convert_results_to_host_v2() local3587 p_time.intvl = ltoh32_ua(&p_data_info->u.retry_after.intvl); in dhd_rtt_convert_results_to_host_v2()3588 p_time.tmu = ltoh16_ua(&p_data_info->u.retry_after.tmu); in dhd_rtt_convert_results_to_host_v2()[all …]
1621 wl_proxd_intvl_t p_time; in dhd_rtt_convert_results_to_host() local1718 p_time.intvl = ltoh32_ua(&p_data_info->u.retry_after.intvl); in dhd_rtt_convert_results_to_host()1719 p_time.tmu = ltoh16_ua(&p_data_info->u.retry_after.tmu); in dhd_rtt_convert_results_to_host()1720 rtt_report->retry_after_duration = FTM_INTVL2SEC(&p_time); /* s -> s */ in dhd_rtt_convert_results_to_host()1726 p_time.intvl = ltoh32_ua(&p_data_info->u.retry_after.intvl); in dhd_rtt_convert_results_to_host()1727 p_time.tmu = ltoh16_ua(&p_data_info->u.retry_after.tmu); in dhd_rtt_convert_results_to_host()1728 rtt_report->burst_duration = FTM_INTVL2MSEC(&p_time); /* s -> ms */ in dhd_rtt_convert_results_to_host()