Searched refs:rx_bytes (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-11-stable/sys/dev/mlx4/
H A Dstats.h41 u64 rx_bytes; member in struct:mlx4_en_pkt_stats
82 u64 rx_bytes; member in struct:mlx4_en_vf_stats
89 u64 rx_bytes; member in struct:mlx4_en_vport_stats
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c171 priv->pkstats.rx_bytes = bytes;
265 priv->pkstats.rx_bytes = en_stats_adder(&mlx4_en_stats->ROCT_prio_0,
343 vport_stats->rx_bytes = be64_to_cpu(tmp_vport_stats.rx_bytes);
356 priv->pkstats.rx_bytes - priv->pkstats_last.rx_bytes);
372 dev->if_ibytes = priv->pkstats.rx_bytes;
447 priv->pkstats.rx_bytes = 0;
452 priv->pkstats.rx_bytes += priv->rx_ring[i]->bytes;
484 vf_stats->rx_bytes
[all...]
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_modem_test.c52 struct bps rx_bytes; member in struct:modem
168 do_bps("received", &modem.rx_bytes, len);
321 (int)p->rx_bytes.bytes,
325 p->rx_bytes.bytes = 0;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Daccounting.c179 if (sta->last_rx_bytes_lo > data->rx_bytes)
181 sta->last_rx_bytes_lo = data->rx_bytes;
190 "updated TX/RX stats: rx_bytes=%llu [%u:%u] tx_bytes=%llu [%u:%u] bytes_64bit=%d",
191 data->rx_bytes, sta->last_rx_bytes_hi,
307 bytes = data.rx_bytes;
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_def.h181 uint64_t rx_bytes; member in struct:qla_host
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.h177 DWORD rx_bytes; /* total bytes received */ member in struct:net_device_stats
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h177 u64 rx_bytes; member in struct:ecore_mcp_iscsi_stats
184 u64 rx_bytes; member in struct:ecore_mcp_rdma_stats
289 u64 rx_bytes; member in struct:ecore_mfw_tlv_generic
555 u64 rx_bytes; member in struct:ecore_mfw_tlv_iscsi
H A Decore_mng_tlv.c307 p_buf->p_val = (u8 *)&p_drv_buf->rx_bytes;
308 return sizeof(p_drv_buf->rx_bytes);
1218 p_buf->p_val = (u8 *)&p_drv_buf->rx_bytes;
1219 return sizeof(p_drv_buf->rx_bytes);
/freebsd-11-stable/sys/dev/sume/
H A Dadapter.h140 uint64_t rx_bytes; member in struct:nf_stats
/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h145 uint64_t rx_bytes; member in struct:age_stats
/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h132 uint64_t rx_bytes; member in struct:ale_hw_stats
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dmain.c119 STAT(rx_bytes, "%llu");
/freebsd-11-stable/sys/dev/et/
H A Dif_etvar.h244 uint64_t rx_bytes; member in struct:et_hw_stats
/freebsd-11-stable/sys/dev/rt/
H A Dif_rtvar.h255 unsigned long rx_bytes; member in struct:rt_softc
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h214 uint64_t rx_bytes; member in struct:qla_host
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h148 uint64_t rx_bytes; member in struct:alc_hw_stats
/freebsd-11-stable/sys/dev/vnic/
H A Dnic.h225 uint64_t rx_bytes; member in struct:nicvf_hw_stats
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.h386 unsigned long rx_bytes; member in struct:rx_ring
H A Dif_igb.h424 u64 rx_bytes; member in struct:rx_ring
/freebsd-11-stable/sys/dev/ena/
H A Dena.h382 counter_u64_t rx_bytes; member in struct:ena_hw_stats
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ilk.c1255 (unsigned int) ilk_rxx_mem_stat1.s.rx_bytes);
1317 (unsigned int) ilk_rxx_mem_stat1.s.rx_bytes);
1325 (unsigned int) ilk_rxx_mem_stat1.s.rx_bytes);
/freebsd-11-stable/sys/dev/oce/
H A Doce_sysctl.c766 SYSCTL_ADD_QUAD(ctx, queue_stats_list, OID_AUTO, "rx_bytes",
767 CTLFLAG_RD, &sc->rq[i]->rx_stats.rx_bytes,
985 SYSCTL_ADD_QUAD(ctx, queue_stats_list, OID_AUTO, "rx_bytes",
986 CTLFLAG_RD, &sc->rq[i]->rx_stats.rx_bytes,
1144 adapter_stats->rx.t_rx_bytes += sc->rq[i]->rx_stats.rx_bytes;
1220 adapter_stats->rx_bytes = port_stats->rx_bytes;
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c2114 int rx_bytes; local
2122 rx_bytes = rxr->bytes/rxr->itr;
2128 if (rx_bytes > 10) {
2134 if (rx_bytes > 20) {
2137 } else if (rx_bytes <= 10) {
2143 if (rx_bytes <= 20) {
/freebsd-11-stable/sys/dev/ste/
H A Dif_stereg.h402 uint64_t rx_bytes; member in struct:ste_hw_stats
/freebsd-11-stable/sys/dev/cadence/
H A Dif_cgem.c168 uint64_t rx_bytes; member in struct:cgem_softc::cgem_hw_stats
865 sc->stats.rx_bytes += RD4(sc, CGEM_OCTETS_RX_BOT);
866 sc->stats.rx_bytes += (uint64_t)RD4(sc, CGEM_OCTETS_RX_TOP) << 32;
1556 SYSCTL_ADD_UQUAD(ctx, child, OID_AUTO, "rx_bytes", CTLFLAG_RD,
1557 &sc->stats.rx_bytes, "Total bytes received");

Completed in 247 milliseconds

1234