/src/sys/dev/ic/ |
rtl81x9.c | 919 uint16_t rx_bytes, max_bytes; local in function:rtk_rxeof 932 rx_bytes = 0; 986 rx_bytes += total_len + RTK_RXSTAT_LEN; 992 if (rx_bytes > max_bytes)
|
/src/sys/dev/pci/ |
if_enavar.h | 341 struct evcnt rx_bytes; member in struct:ena_hw_stats
|
if_agereg.h | 494 uint32_t rx_bytes; member in struct:smb 760 uint64_t rx_bytes; member in struct:age_stats
|
if_alereg.h | 566 uint32_t rx_bytes; member in struct:smb 854 uint64_t rx_bytes; member in struct:ale_hw_stats
|
if_alcreg.h | 1114 uint32_t rx_bytes; member in struct:smb 1387 uint64_t rx_bytes; member in struct:alc_hw_stats
|
if_ixlvar.h | 1072 uint64_t rx_bytes; member in struct:i40e_eth_stats
|
if_age.c | 2010 stat->rx_bytes += smb->rx_bytes;
|
if_ale.c | 1207 stat->rx_bytes += smb->rx_bytes;
|
if_ena.c | 497 EVCNT_INIT(st, rx_bytes); 1758 counter_u64_add_protected(adapter->hw_stats.rx_bytes, 2323 return (counter_u64_fetch(stats->rx_bytes));
|
if_alc.c | 2243 stat->rx_bytes += smb->rx_bytes;
|
if_iavf.c | 4478 isc->isc_rx_bytes.ev_count = st->rx_bytes;
|
/src/sys/dev/pci/ixgbe/ |
ixgbe.h | 439 struct evcnt rx_bytes; member in struct:rx_ring
|
ix_txrx.c | 1591 IXGBE_EVC_STORE(&rxr->rx_bytes, 0); 2098 IXGBE_EVC_ADD(&rxr->rx_bytes, sendmp->m_pkthdr.len);
|
ixv.c | 665 evcnt_detach(&rxr->rx_bytes); 2749 evcnt_attach_dynamic(&rxr->rx_bytes, EVCNT_TYPE_MISC, 2853 IXGBE_EVC_STORE(&rxr->rx_bytes, 0);
|
ixgbe.c | 1985 evcnt_attach_dynamic(&rxr->rx_bytes, EVCNT_TYPE_MISC, 2208 IXGBE_EVC_STORE(&rxr->rx_bytes, 0); 3816 evcnt_detach(&rxr->rx_bytes);
|
/src/sys/net80211/ |
ieee80211_input.c | 366 IEEE80211_NODE_STAT_ADD(ni, rx_bytes, m->m_pkthdr.len);
|
/src/sys/dev/pci/igc/ |
if_igc.c | 2211 IGC_QUEUE_EVENT(q, rx_bytes, m->m_pkthdr.len);
|