Home
last modified time | relevance | path

Searched refs:tx_frames (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-13.1/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c308 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames - in t3_vsc7323_update_stats()
337 RMON_UPDATE(mac, tx_frames, stats0[27 - STATS0_START]); in t3_vsc7323_update_stats()
338 RMON_UPDATE(mac, tx_frames, stats0[28 - STATS0_START]); in t3_vsc7323_update_stats()
339 RMON_UPDATE(mac, tx_frames, stats0[29 - STATS0_START]); in t3_vsc7323_update_stats()
358 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames + in t3_vsc7323_update_stats()
H A Dcxgb_xgmac.c671 mac->tx_mcnt = s->tx_frames; in t3_mac_enable()
729 u64 tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task()
775 mac->tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task()
840 RMON_UPDATE64(mac, tx_frames, TX_FRAME_LOW, TX_FRAME_HIGH); in t3_mac_update_stats()
/freebsd-13.1/sys/dev/mlx4/
H A Dstats.h83 u64 tx_frames; member
90 u64 tx_frames; member
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c346 vport_stats->tx_frames = be64_to_cpu(tmp_vport_stats.tx_frames); in mlx4_en_DUMP_ETH_STATS()
487 vf_stats->tx_frames = be64_to_cpu(tmp_vport_stats.tx_frames); in mlx4_en_get_vport_stats()
491 priv->pkstats.tx_packets = vf_stats->tx_frames; in mlx4_en_get_vport_stats()
/freebsd-13.1/sys/dev/vte/
H A Dif_vtevar.h110 uint32_t tx_frames; member
/freebsd-13.1/sys/dev/qlxgb/
H A Dqla_def.h185 uint64_t tx_frames; member
/freebsd-13.1/sys/dev/nfe/
H A Dif_nfevar.h99 uint32_t tx_frames; member
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-sysctl.c633 unsigned int tx_frames; in sysctl_coalesce_handler() local
647 sys_op->tx_max_coalesced_frames = pdata->tx_frames; in sysctl_coalesce_handler()
732 tx_frames = sys_op->tx_max_coalesced_frames; in sysctl_coalesce_handler()
735 if (tx_frames > pdata->tx_desc_count) { in sysctl_coalesce_handler()
746 pdata->tx_frames = tx_frames; in sysctl_coalesce_handler()
H A Dxgbe-txrx.c223 if (!pdata->tx_frames) in axgbe_isc_txd_encap()
225 else if (packet->tx_packets > pdata->tx_frames) in axgbe_isc_txd_encap()
227 else if ((ring->coalesce_count % pdata->tx_frames) < (packet->tx_packets)) in axgbe_isc_txd_encap()
H A Dxgbe-drv.c326 pdata->tx_frames = XGMAC_INIT_DMA_TX_FRAMES; in xgbe_init_tx_coalesce()
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_def.h224 uint64_t tx_frames; member
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c312 p_buf->p_val = (u8 *)&p_drv_buf->tx_frames; in ecore_mfw_get_gen_tlv_value()
313 return sizeof(p_drv_buf->tx_frames); in ecore_mfw_get_gen_tlv_value()
1223 p_buf->p_val = (u8 *)&p_drv_buf->tx_frames; in ecore_mfw_get_iscsi_tlv_value()
1224 return sizeof(p_drv_buf->tx_frames); in ecore_mfw_get_iscsi_tlv_value()
H A Decore_dcbx_api.h228 u32 tx_frames; member
H A Decore_mcp_api.h291 u64 tx_frames; member
557 u64 tx_frames; member
/freebsd-13.1/sys/dev/ale/
H A Dif_alevar.h152 uint32_t tx_frames; member
H A Dif_alereg.h591 uint32_t tx_frames; member
H A Dif_ale.c904 &stats->tx_frames, "Good frames"); in ale_sysctl_node()
2116 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear()
2143 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update()
2175 stat->tx_frames += smb->tx_frames; in ale_stats_update()
2202 if_inc_counter(ifp, IFCOUNTER_OPACKETS, smb->tx_frames); in ale_stats_update()
/freebsd-13.1/sys/dev/age/
H A Dif_agevar.h165 uint64_t tx_frames; member
H A Dif_agereg.h519 uint32_t tx_frames; member
/freebsd-13.1/sys/dev/qlxge/
H A Dqls_def.h126 uint64_t tx_frames; member
/freebsd-13.1/sys/dev/alc/
H A Dif_alcvar.h168 uint32_t tx_frames; member
/freebsd-13.1/sys/dev/et/
H A Dif_etvar.h265 uint64_t tx_frames; member
/freebsd-13.1/sys/dev/ste/
H A Dif_stereg.h410 uint32_t tx_frames; member
/freebsd-13.1/sys/dev/bfe/
H A Dif_bfereg.h537 uint64_t tx_frames; member
/freebsd-13.1/sys/dev/liquidio/base/
H A Dlio_common.h810 uint64_t tx_frames; member

123