Searched refs:tpkt (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetProcessing.c | 53 union tpkt { union 58 static union tpkt testpkt; 59 static union tpkt testspkt;
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | dtsec.h | 194 uint64_t tpkt; member
|
H A D | dtsec.c | 185 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 D | fman_dtsec.c | 823 ret_val = ioread32be(®s->tpkt); in fman_dtsec_get_stat_counter()
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_dtsec.h | 471 uint32_t tpkt; /* 0x264 transmit packet counter */ member
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 1866 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()
|