Home
last modified time | relevance | path

Searched refs:tpkt (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/sntp/tests/
H A DpacketProcessing.c53 union tpkt { union
58 static union tpkt testpkt;
59 static union tpkt testspkt;
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h194 uint64_t tpkt; member
H A Ddtsec.c185 p_Dtsec->internalStatistics.tpkt += VAL22BIT; in UpdateStatistics()
252 tpkt1 = GET_UINT32(p_DtsecMemMap->tpkt); in DtsecIsr()
267 tpkt2 = GET_UINT32(p_DtsecMemMap->tpkt); in DtsecIsr()
739 + p_Dtsec->internalStatistics.tpkt; in DtsecGetStatistics()
H A Dfman_dtsec.c823 ret_val = ioread32be(&regs->tpkt); in fman_dtsec_get_stat_counter()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h471 uint32_t tpkt; /* 0x264 transmit packet counter */ member
/freebsd/sys/dev/wg/
H A Dif_wg.c1866 struct wg_packet *pkt, *tpkt; in wg_queue_enlist_staged() local
1867 STAILQ_FOREACH_SAFE(pkt, list, p_parallel, tpkt) in wg_queue_enlist_staged()
1885 struct wg_packet *pkt, *tpkt; in wg_queue_purge() local
1887 STAILQ_FOREACH_SAFE(pkt, &list, p_parallel, tpkt) in wg_queue_purge()
2054 struct wg_packet *pkt, *tpkt; in wg_peer_send_staged() local
2069 STAILQ_FOREACH_SAFE(pkt, &list, p_parallel, tpkt) { in wg_peer_send_staged()