Home
last modified time | relevance | path

Searched refs:second (Results 1 – 15 of 15) sorted by relevance

/subsys/net/l2/ethernet/gptp/
A Dgptp_mi.c343 if (tm.second == 0U && tm.nanosecond == 0U) { in gptp_get_current_time_nanosecond()
723 global_ds->sync_receipt_time.second += pss->precise_orig_ts.second; in gptp_mi_clk_slave_sync_compute()
802 (unsigned long int)tm.second, in gptp_update_local_port_clock()
807 tm.second += second_diff; in gptp_update_local_port_clock()
817 tm.second--; in gptp_update_local_port_clock()
820 tm.second++; in gptp_update_local_port_clock()
1074 if ((src_time_n.second < src_time_0.second) in gptp_compute_gm_rate_ratio()
1075 || (src_time_n.second == src_time_0.second in gptp_compute_gm_rate_ratio()
1103 src_time_n.second -= src_time_0.second; in gptp_compute_gm_rate_ratio()
1108 src_time_n.second -= 1U; in gptp_compute_gm_rate_ratio()
[all …]
A Dgptp_private.h129 return (ts->second * NSEC_PER_SEC) + ts->nanosecond; in gptp_timestamp_to_nsec()
A Dgptp_md.c84 sync_ts_ns = sync_ts->second; in gptp_md_follow_up_prepare()
151 sync_rcv->upstream_tx_time = sync_ts->second; in gptp_set_md_sync_receive()
/subsys/bluetooth/host/classic/
A Drfcomm_internal.h116 #define BT_RFCOMM_GET_LEN_EXTENDED(first, second) ((((first) & 0xfe) >> 1) | ((second) << 7)) argument
/subsys/mgmt/osdp/
A DKconfig.cp38 int "Number Peripheral Device POLL commands per second"
43 defined the number of times such a POLL command is sent per second.
/subsys/net/lib/ptp/
A Dclock.c546 current.second = (uint64_t)(current.second - (offset / NSEC_PER_SEC)); in ptp_clock_synchronize()
550 current.second--; in ptp_clock_synchronize()
553 current.second++; in ptp_clock_synchronize()
560 LOG_WRN("Set clock time: %"PRIu64".%09u", current.second, current.nanosecond); in ptp_clock_synchronize()
A Dport.c125 t1 = origin_ts.second * NSEC_PER_SEC + origin_ts.nanosecond; in port_synchronize()
126 t2 = ingress_ts.second * NSEC_PER_SEC + ingress_ts.nanosecond; in port_synchronize()
182 if (pkt->timestamp.second == UINT64_MAX || in port_delay_req_timestamp_cb()
183 (pkt->timestamp.second == 0 && pkt->timestamp.nanosecond == 0)) { in port_delay_req_timestamp_cb()
412 timestamp = msg->timestamp.host.second * NSEC_PER_SEC + in foreign_clock_cleanup()
444 timestamp = msg->timestamp.host.second * NSEC_PER_SEC + in port_delay_req_cleanup()
682 t3 = req->timestamp.host.second * NSEC_PER_SEC + req->timestamp.host.nanosecond; in port_delay_resp_msg_process()
683 t4 = msg->timestamp.protocol.second * NSEC_PER_SEC + msg->timestamp.protocol.nanosecond; in port_delay_resp_msg_process()
A Dmsg.c322 msg->timestamp.host.second = (uint64_t)(current / MSEC_PER_SEC); in ptp_msg_pre_send()
415 msg->timestamp.host.second = (uint64_t)(current / MSEC_PER_SEC); in ptp_msg_post_recv()
/subsys/bindesc/
A DKconfig.build_time53 The second the image was compiled, such as 52 in 13:34:52
/subsys/secure_storage/
A DKconfig.its_transform72 - the device ID as returned by hwinfo_get_device_uuid() as second choice.
/subsys/logging/backends/
A DKconfig.net76 second) since the network management portion of the system was last
/subsys/net/ip/
A Dtcp.c102 struct net_buf *buf, *first = pkt->cursor.buf, *second = first->frags; in tcp_pkt_linearize() local
132 size_t pull_len = MIN(second->len, len2); in tcp_pkt_linearize()
136 net_buf_pull(second, pull_len); in tcp_pkt_linearize()
137 next = second->frags; in tcp_pkt_linearize()
138 if (second->len == 0) { in tcp_pkt_linearize()
139 net_buf_unref(second); in tcp_pkt_linearize()
141 second = next; in tcp_pkt_linearize()
144 buf->frags = second; in tcp_pkt_linearize()
A DKconfig.tcp86 a second collision is reduced and it reduces further the more
A DKconfig.ipv6131 the second one 220 bytes.
/subsys/net/lib/sockets/
A DKconfig49 query is considered timeout. Minimum timeout is 1 second and

Completed in 104 milliseconds