Searched refs:tx_dropped (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_stats.h73 unsigned long tx_dropped; member in struct:mlx4_en_pkt_stats
H A Den_port.c387 priv->pkstats.tx_dropped = be32_to_cpu(mlx4_en_stats->TDROP) -
H A Den_netdev.c2745 unsigned long tx_dropped; member in struct:mlx4_en_pkt_stats
2771 SYSCTL_ADD_ULONG(ctx, node_list, OID_AUTO, "tx_dropped", CTLFLAG_RD,
2772 &priv->pkstats.tx_dropped, "TX Dropped");
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-dos.h184 DWORD tx_dropped; /* no space available for Tx */ member in struct:net_device_stats
/freebsd-10.3-release/contrib/libpcap/pcap/
H A Dpcap.h190 u_long tx_dropped; /* no space available for Tx */ member in struct:pcap_stat_ex
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c62 int tx_dropped = 0; local
70 tx_dropped = mcast->pkt_queue.ifq_len;
73 dev->if_oerrors += tx_dropped;
/freebsd-10.3-release/sys/dev/xen/netfront/
H A Dnetfront.c219 u_long tx_dropped; /* no space available in linux */ member in struct:net_device_stats
/freebsd-10.3-release/sys/dev/lmc/
H A Dif_lmc.c6709 stats->tx_dropped = cntrs->odiscards;

Completed in 200 milliseconds