Searched refs:port_stats (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/sys/dev/oce/
H A Doce_sysctl.c1167 struct pport_stats *port_stats; local
1170 port_stats = &nic_mbx->params.rsp.pps;
1173 adapter_stats->tx_pkts = port_stats->tx_pkts;
1174 adapter_stats->tx_unicast_pkts = port_stats->tx_unicast_pkts;
1175 adapter_stats->tx_multicast_pkts = port_stats->tx_multicast_pkts;
1176 adapter_stats->tx_broadcast_pkts = port_stats->tx_broadcast_pkts;
1177 adapter_stats->tx_bytes = port_stats->tx_bytes;
1178 adapter_stats->tx_unicast_bytes = port_stats->tx_unicast_bytes;
1179 adapter_stats->tx_multicast_bytes = port_stats->tx_multicast_bytes;
1180 adapter_stats->tx_broadcast_bytes = port_stats
1309 struct oce_port_rxf_stats_v0 *port_stats; local
1374 struct oce_port_rxf_stats_v1 *port_stats; local
[all...]
/freebsd-10.1-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-mrpcim.c2727 * @port_stats: Buffer to return Statistics on a port.
2735 vxge_hal_xmac_port_stats_t *port_stats)
2741 vxge_assert((devh != NULL) && (port_stats != NULL));
2747 "port_stats = 0x"VXGE_OS_STXFMT,
2748 (ptr_t) devh, port, (ptr_t) port_stats);
2761 port_stats->tx_ttl_frms =
2767 port_stats->tx_ttl_octets =
2773 port_stats->tx_data_octets =
2779 port_stats->tx_mcast_frms =
2785 port_stats
2733 vxge_hal_mrpcim_xmac_port_stats_get(vxge_hal_device_h devh, u32 port, vxge_hal_xmac_port_stats_t *port_stats) argument
[all...]
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_port.c183 priv->port_stats.rx_chksum_good = 0;
184 priv->port_stats.rx_chksum_none = 0;
186 priv->port_stats.rx_chksum_good += priv->rx_ring[i]->csum_ok;
187 priv->port_stats.rx_chksum_none += priv->rx_ring[i]->csum_none;
190 priv->port_stats.tx_chksum_offload = 0;
191 priv->port_stats.queue_stopped = 0;
192 priv->port_stats.wake_queue = 0;
194 priv->port_stats.tx_chksum_offload += priv->tx_ring[i]->tx_csum;
195 priv->port_stats.queue_stopped += priv->tx_ring[i]->queue_stopped;
196 priv->port_stats
[all...]
H A Den_netdev.c1531 priv->port_stats.tx_timeout++;
1557 memset(&priv->port_stats, 0, sizeof(priv->port_stats));
2431 &priv->port_stats.tso_packets, "TSO packets sent");
2433 &priv->port_stats.queue_stopped, "Queue full");
2435 &priv->port_stats.wake_queue, "Queue resumed after full");
2437 &priv->port_stats.tx_timeout, "Transmit timeouts");
2439 &priv->port_stats.rx_alloc_failed, "RX failed to allocate mbuf");
2441 &priv->port_stats.rx_chksum_good, "RX checksum offload success");
2443 &priv->port_stats
[all...]
H A Den_tx.c458 priv->port_stats.wake_queue++;
820 priv->port_stats.queue_stopped++;
905 priv->port_stats.tx_chksum_offload++;
937 priv->port_stats.tso_packets++;
H A Den_rx.c91 priv->port_stats.rx_alloc_failed++;
617 priv->port_stats.rx_chksum_good++;
641 priv->port_stats.rx_chksum_none++;
H A Den_ethtool.c434 ((unsigned long *)&priv->port_stats)[i];
495 ((unsigned long *)&priv->port_stats)[i] =
H A Dmlx4_en.h609 struct mlx4_en_port_stats port_stats; member in struct:mlx4_en_priv
/freebsd-10.1-release/sys/dev/bxe/
H A Dbxe_stats.c284 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, port_stats));
285 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, port_stats));
295 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, port_stats) +
297 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, port_stats) +
335 dmae->src_addr_lo = U64_LO(BXE_SP_MAPPING(sc, port_stats));
336 dmae->src_addr_hi = U64_HI(BXE_SP_MAPPING(sc, port_stats));
616 struct host_port_stats *pstats = BXE_SP(sc, port_stats);
719 struct host_port_stats *pstats = BXE_SP(sc, port_stats);
798 struct host_port_stats *pstats = BXE_SP(sc, port_stats);
857 struct host_port_stats *pstats = BXE_SP(sc, port_stats);
[all...]
H A Dbxe.h988 struct host_port_stats port_stats; member in struct:bxe_slowpath
H A Dbxe.c7366 pstats = BXE_SP(sc, port_stats);
/freebsd-10.1-release/sys/dev/cxgbe/common/
H A Dcommon.h75 struct port_stats { struct
501 void t4_get_port_stats(struct adapter *adap, int idx, struct port_stats *p);
503 struct port_stats *stats,
504 struct port_stats *offset);
H A Dt4_hw.c3845 struct port_stats *stats,
3846 struct port_stats *offset)
3853 i < (sizeof(struct port_stats)/sizeof(u64)) ;
3866 void t4_get_port_stats(struct adapter *adap, int idx, struct port_stats *p)
/freebsd-10.1-release/sys/dev/vxge/include/
H A Dvxgehal-stats.h1088 * @port_stats: Staticstics on ports(wire 0, wire 1, lag)
1094 vxge_hal_xmac_port_stats_t port_stats[VXGE_HAL_MAC_MAX_PORTS]; member in struct:vxge_hal_mrpcim_xmac_stats_t
2306 * @port_stats: Buffer to return Statistics on a port.
2314 vxge_hal_xmac_port_stats_t *port_stats);
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dadapter.h265 struct port_stats stats;
H A Dt4_main.c4240 struct port_stats *s = &pi->stats;
4914 /* We get these from port_stats and they may be stale by upto 1s */
/freebsd-10.1-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7397 } port_stats; member in union:fw_fcoe_stats_cmd::fw_fcoe_stats

Completed in 281 milliseconds