Searched refs:ifOutUcastPkts (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h189 uint64_t ifOutUcastPkts; /**< Total number of unicast frame sent; member in struct:t_FmMacStatistics
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.c582 p_Statistics->ifOutUcastPkts = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_TUCA);
585 p_Statistics->ifOutPkts = p_Statistics->ifOutUcastPkts
H A Dtgec.c427 p_Statistics->ifOutUcastPkts = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_TUCA);
430 p_Statistics->ifOutPkts = p_Statistics->ifOutUcastPkts
H A Ddtsec.c740 p_Statistics->ifOutUcastPkts = 0;
/freebsd-13-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h73 uint32_t ifOutUcastPkts; /* 0xa0 */ member in struct:al_eth_mac_1g_stats
160 uint32_t ifOutUcastPkts; /* 0x108 */ member in struct:al_eth_mac_10g_stats_v2
H A Dal_hal_eth.h1711 uint32_t ifOutUcastPkts; member in struct:al_eth_mac_stats
H A Dal_hal_eth_main.c3976 stats->ifOutUcastPkts = al_reg_read32(&reg_stats->ifOutUcastPkts);
4024 stats->ifOutUcastPkts = al_reg_read32(&reg_stats->ifOutUcastPkts);
4078 stats->ifOutUcastPkts = al_reg_read32(&reg_tx_stats->ifUcastPkts);
4137 stats->ifOutUcastPkts = _40g_mac_reg_read32(&reg_tx_stats->ifUcastPkts);

Completed in 147 milliseconds