Home
last modified time | relevance | path

Searched refs:txpf (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h185 uint64_t txpf; member
H A Dfman_tgec.c115 ret_val = GET_TGEC_CNTR_64(txpf); in fman_tgec_get_counter()
H A Dfman_memac.c403 ret_val = GET_MEMAC_CNTR_64(txpf); in fman_memac_get_counter()
H A Ddtsec.c191 p_Dtsec->internalStatistics.txpf += VAL16BIT; in UpdateStatistics()
762 + p_Dtsec->internalStatistics.txpf; in DtsecGetStatistics()
H A Dfman_dtsec.c832 ret_val = ioread32be(&regs->txpf); in fman_dtsec_get_stat_counter()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h474 uint32_t txpf; /* 0x270 transmit pause control frame counter */ member
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h174 u64 txpf; /* 0x50 (Offset 0xf8 ) TX pause frame counter */ member
H A Decore_l2.c1960 p_common->tx_pause_frames += port_stats.eth.txpf; in __ecore_get_vport_port_stats()