Searched refs:tx_frames (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/sys/dev/mlx4/
H A Dstats.h83 u64 tx_frames; member in struct:mlx4_en_vf_stats
90 u64 tx_frames; member in struct:mlx4_en_vport_stats
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c308 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames -
337 RMON_UPDATE(mac, tx_frames, stats0[27 - STATS0_START]);
338 RMON_UPDATE(mac, tx_frames, stats0[28 - STATS0_START]);
339 RMON_UPDATE(mac, tx_frames, stats0[29 - STATS0_START]);
358 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames +
H A Dcxgb_xgmac.c659 mac->tx_mcnt = s->tx_frames;
717 u64 tx_mcnt = s->tx_frames;
763 mac->tx_mcnt = s->tx_frames;
828 RMON_UPDATE64(mac, tx_frames, TX_FRAME_LOW, TX_FRAME_HIGH);
/freebsd-11-stable/sys/dev/vte/
H A Dif_vtevar.h108 uint32_t tx_frames; member in struct:vte_hw_stats
H A Dif_vte.c630 &stats->tx_frames, "Good frames");
1299 stat->tx_frames += CSR_READ_2(sc, VTE_CNT_TX_DONE);
1320 return (stat->tx_frames);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c346 vport_stats->tx_frames = be64_to_cpu(tmp_vport_stats.tx_frames);
487 vf_stats->tx_frames = be64_to_cpu(tmp_vport_stats.tx_frames);
491 priv->pkstats.tx_packets = vf_stats->tx_frames;
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_def.h183 uint64_t tx_frames; member in struct:qla_host
/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfevar.h99 uint32_t tx_frames; member in struct:nfe_hw_stats
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx_api.h228 u32 tx_frames; member in struct:ecore_lldp_stats
H A Decore_mcp_api.h291 u64 tx_frames; member in struct:ecore_mfw_tlv_generic
557 u64 tx_frames; member in struct:ecore_mfw_tlv_iscsi
H A Decore_mng_tlv.c313 p_buf->p_val = (u8 *)&p_drv_buf->tx_frames;
314 return sizeof(p_drv_buf->tx_frames);
1224 p_buf->p_val = (u8 *)&p_drv_buf->tx_frames;
1225 return sizeof(p_drv_buf->tx_frames);
/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h163 uint64_t tx_frames; member in struct:age_stats
H A Dif_agereg.h517 uint32_t tx_frames; member in struct:smb
/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h150 uint32_t tx_frames; member in struct:ale_hw_stats
H A Dif_alereg.h589 uint32_t tx_frames; member in struct:smb
H A Dif_ale.c908 &stats->tx_frames, "Good frames");
2120 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) {
2147 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) {
2179 stat->tx_frames += smb->tx_frames;
2206 if_inc_counter(ifp, IFCOUNTER_OPACKETS, smb->tx_frames);
/freebsd-11-stable/sys/dev/et/
H A Dif_etvar.h263 uint64_t tx_frames; member in struct:et_hw_stats
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h125 uint64_t tx_frames; member in struct:qla_tx_ring
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h222 uint64_t tx_frames; member in struct:qla_host
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h166 uint32_t tx_frames; member in struct:alc_hw_stats
/freebsd-11-stable/sys/dev/ste/
H A Dif_stereg.h408 uint32_t tx_frames; member in struct:ste_hw_stats
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_common.h810 uint64_t tx_frames; member in struct:octeon_intrmod_cfg
/freebsd-11-stable/sys/dev/cadence/
H A Dif_cgem.c150 uint32_t tx_frames; member in struct:cgem_softc::cgem_hw_stats
837 sc->stats.tx_frames += RD4(sc, CGEM_FRAMES_TX);
1505 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "tx_frames", CTLFLAG_RD,
1506 &sc->stats.tx_frames, 0, "Total frames transmitted");
/freebsd-11-stable/sys/dev/bfe/
H A Dif_bfereg.h536 uint64_t tx_frames; member in struct:bfe_hw_stats
/freebsd-11-stable/sys/dev/txp/
H A Dif_txpreg.h635 uint32_t tx_frames; member in struct:txp_hw_stats

Completed in 203 milliseconds

123