Searched refs:_sec (Results 1 – 6 of 6) sorted by relevance
126 } _sec; member169 } _sec; member
60 fup->prec_orig_ts_secs_high = htons(sync_ts->_sec.high); in gptp_md_follow_up_prepare()61 fup->prec_orig_ts_secs_low = htonl(sync_ts->_sec.low); in gptp_md_follow_up_prepare()73 htons(sync_send->precise_orig_ts._sec.high); in gptp_md_follow_up_prepare()74 fup->prec_orig_ts_secs_low = htonl(sync_send->precise_orig_ts._sec.low); in gptp_md_follow_up_prepare()145 sync_rcv->precise_orig_ts._sec.high = in gptp_set_md_sync_receive()147 sync_rcv->precise_orig_ts._sec.low = ntohl(fup->prec_orig_ts_secs_low); in gptp_set_md_sync_receive()
891 resp->req_receipt_ts_secs_high = htons(treq->_sec.high); in gptp_send_pdelay_resp()892 resp->req_receipt_ts_secs_low = htonl(treq->_sec.low); in gptp_send_pdelay_resp()914 follow_up->resp_orig_ts_secs_high = htons(tresp->_sec.high); in gptp_send_pdelay_follow_up()915 follow_up->resp_orig_ts_secs_low = htonl(tresp->_sec.low); in gptp_send_pdelay_follow_up()
190 req->timestamp.host._sec.high = pkt->timestamp._sec.high; in port_delay_req_timestamp_cb()191 req->timestamp.host._sec.low = pkt->timestamp._sec.low; in port_delay_req_timestamp_cb()235 resp->follow_up.precise_origin_timestamp.seconds_high = pkt->timestamp._sec.high; in port_sync_timestamp_cb()236 resp->follow_up.precise_origin_timestamp.seconds_low = pkt->timestamp._sec.low; in port_sync_timestamp_cb()634 resp->delay_resp.receive_timestamp.seconds_high = msg->timestamp.host._sec.high; in port_delay_req_msg_process()635 resp->delay_resp.receive_timestamp.seconds_low = msg->timestamp.host._sec.low; in port_delay_req_msg_process()
54 msg->timestamp.protocol._sec.high = ntohs(ts->seconds_high); in msg_timestamp_post_recv()55 msg->timestamp.protocol._sec.low = ntohl(ts->seconds_low); in msg_timestamp_post_recv()
2356 gmac->GMAC_TSH = tm->_sec.high & 0xffff; in ptp_clock_sam_gmac_set()2357 gmac->GMAC_TSL = tm->_sec.low & 0xffffffff; in ptp_clock_sam_gmac_set()