Searched refs:tx_packets (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_stats.h68 unsigned long tx_packets; member in struct:mlx4_en_pkt_stats
95 unsigned long tx_packets; member in struct:mlx4_en_vf_stats
H A Den_port.c341 priv->pkstats.tx_packets = be64_to_cpu(mlx4_en_stats->TTOT_prio_0) +
552 dev->if_opackets = priv->pkstats.tx_packets;
H A Den_netdev.c2497 unsigned long tx_packets; member in struct:mlx4_en_pkt_stats
2518 SYSCTL_ADD_ULONG(ctx, node_list, OID_AUTO, "tx_packets", CTLFLAG_RD,
2519 &priv->pkstats.tx_packets, "TX packets");
2521 &priv->pkstats.tx_packets, "TX Bytes");
/freebsd-10.1-release/contrib/libpcap/
H A Dpcap-dos.h178 DWORD tx_packets; /* total packets transmitted */ member in struct:net_device_stats
/freebsd-10.1-release/contrib/libpcap/pcap/
H A Dpcap.h184 u_long tx_packets; /* total packets transmitted */ member in struct:pcap_stat_ex
/freebsd-10.1-release/sys/dev/rt/
H A Dif_rtvar.h251 unsigned long tx_packets; member in struct:rt_softc
H A Dif_rt.c1879 sc->tx_packets += RT_READ(sc, CNTR_BASE + GDMA_TX_GPCNT0);
2494 "tx_packets", CTLFLAG_RD, &sc->tx_packets, 0,
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Daccounting.c277 data.tx_packets)) {
/freebsd-10.1-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c87 ssk->tx_packets++;
H A Dsdp.h429 unsigned long tx_packets; member in struct:sdp_sock
/freebsd-10.1-release/sys/mips/rmi/dev/xlr/
H A Drge.h980 unsigned int tx_packets; member in struct:rge_softc_stats
/freebsd-10.1-release/sys/dev/xen/netfront/
H A Dnetfront.c213 u_long tx_packets; /* total packets transmitted */ member in struct:net_device_stats
1646 sc->stats.tx_packets++;
/freebsd-10.1-release/contrib/wpa/src/drivers/
H A Ddriver.h882 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes; member in struct:hostap_sta_driver_data
H A Ddriver_bsd.c747 data->tx_packets = stats.is_stats.ns_tx_data;
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c4776 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets);
/freebsd-10.1-release/sys/dev/lmc/
H A Dif_lmc.c6703 stats->tx_packets = cntrs->opackets;

Completed in 390 milliseconds