Searched refs:rx_time (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | net_stats.c | 554 (struct net_stats_rx_time *rx_time = in net_stats_prometheus_scrape() 559 (double)rx_time->sum, in net_stats_prometheus_scrape() 560 (unsigned long)rx_time->count))); in net_stats_prometheus_scrape()
|
D | net_stats.h | 455 UPDATE_STAT(iface, stats.rx_time.sum += in net_stats_update_rx_time() 457 UPDATE_STAT(iface, stats.rx_time.count += 1); in net_stats_update_rx_time() 557 UPDATE_STAT(iface, stats.tc.recv[tc].rx_time.sum += in net_stats_update_tc_rx_time() 559 UPDATE_STAT(iface, stats.tc.recv[tc].rx_time.count += 1); in net_stats_update_tc_rx_time()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | stats.c | 375 tc.recv[i].rx_time.count); in print_tc_rx_stats() 391 tc.recv[i].rx_time.sum) / in print_tc_rx_stats() 412 net_stats_t count = GET_STAT(iface, rx_time.count); in print_tc_rx_stats() 416 (uint32_t)(GET_STAT(iface, rx_time.sum) / (uint64_t)count), in print_tc_rx_stats()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn.c | 1306 uint32_t ready_delay, rx_time, tx_time, ticks_slot, slot_us; in ull_conn_done() local 1318 rx_time = lll->dle.eff.max_rx_time; in ull_conn_done() 1323 rx_time = MAX(PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, 0), in ull_conn_done() 1329 rx_time = PDU_MAX_US(0U, 0U, lll->phy_rx); in ull_conn_done() 1338 rx_time = PDU_DC_MAX_US(lll->dle.eff.max_rx_octets, 0); in ull_conn_done() 1342 rx_time = PDU_MAX_US(0U, 0U, PHY_1M); in ull_conn_done() 1347 slot_us = tx_time + rx_time; in ull_conn_done() 2487 uint16_t rx_time = 0U; in dle_max_time_get() local 2500 rx_time = PDU_DC_MAX_US(LL_LENGTH_OCTETS_RX_MAX, phy_select); in dle_max_time_get() 2513 rx_time = MAX(PDU_DC_PAYLOAD_TIME_MIN, rx_time); in dle_max_time_get() [all …]
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 342 struct net_stats_rx_time rx_time; member 458 struct net_stats_rx_time rx_time; member 1356 NET_STATS_GET_INSTANCE(dev_id, sfx, rx_time), \ 1359 NET_STATS_GET_VAR(dev_id, sfx, rx_time), \ 1360 &(iface)->stats.rx_time)
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_dw1000.c | 149 uint8_t rx_time[DWT_RX_TIME_FP_RAWST_OFFSET]; member 447 memcpy(ts_buf, rx_inf_reg.rx_time, DWT_RX_TIME_RX_STAMP_LEN); in dwt_irq_handle_rx()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 876 SYS_PORT_TRACING_FUNC(net, rx_time, pkt, end_tick); in net_socket_update_tc_rx_time()
|