Searched refs:dur (Results 1 – 2 of 2) sorted by relevance
258 UINT32 dur = osi_time_get_os_boottime_ms() - p_ccb->fcrb.connect_tick_count; in l2c_fcr_cleanup() local264 … "--- L2CAP ERTM Stats for CID: 0x%04x Duration: %08ums", p_ccb->local_cid, dur); in l2c_fcr_cleanup()275 (dur >= 10 ? (p_ccb->fcrb.ertm_byte_counts[0] * 100) / (dur / 10) : 0), in l2c_fcr_cleanup()282 (dur >= 10 ? (p_ccb->fcrb.ertm_byte_counts[1] * 100) / (dur / 10) : 0), in l2c_fcr_cleanup()
1209 struct os_reltime now, dur; in wps_registrar_probe_req_rx() local1211 os_reltime_sub(&now, ®->pbc_ignore_start, &dur); in wps_registrar_probe_req_rx()1212 if (dur.sec >= 0 && dur.sec < 5) { in wps_registrar_probe_req_rx()