Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c306 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames - in t3_vsc7323_update_stats()
335 RMON_UPDATE(mac, tx_frames, stats0[27 - STATS0_START]); in t3_vsc7323_update_stats()
336 RMON_UPDATE(mac, tx_frames, stats0[28 - STATS0_START]); in t3_vsc7323_update_stats()
337 RMON_UPDATE(mac, tx_frames, stats0[29 - STATS0_START]); in t3_vsc7323_update_stats()
356 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames + in t3_vsc7323_update_stats()
H A Dcxgb_xgmac.c669 mac->tx_mcnt = s->tx_frames; in t3_mac_enable()
727 u64 tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task()
773 mac->tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task()
838 RMON_UPDATE64(mac, tx_frames, TX_FRAME_LOW, TX_FRAME_HIGH); in t3_mac_update_stats()
/freebsd/sys/dev/mlx4/
H A Dstats.h83 u64 tx_frames; member
90 u64 tx_frames; member
/freebsd/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()
475 vf_stats->tx_frames = be64_to_cpu(tmp_vport_stats.tx_frames); in mlx4_en_get_vport_stats()
479 priv->pkstats.tx_packets = vf_stats->tx_frames; in mlx4_en_get_vport_stats()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.h60 uint64_t tx_frames; member
/freebsd/sys/dev/vte/
H A Dif_vtevar.h108 uint32_t tx_frames; member
/freebsd/sys/dev/qlxgb/
H A Dqla_def.h183 uint64_t tx_frames; member
/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c614 unsigned int tx_frames; in sysctl_coalesce_handler() local
628 sys_op->tx_max_coalesced_frames = pdata->tx_frames; in sysctl_coalesce_handler()
713 tx_frames = sys_op->tx_max_coalesced_frames; in sysctl_coalesce_handler()
716 if (tx_frames > pdata->tx_desc_count) { in sysctl_coalesce_handler()
727 pdata->tx_frames = tx_frames; in sysctl_coalesce_handler()
H A Dxgbe-txrx.c221 if (!pdata->tx_frames) in axgbe_isc_txd_encap()
223 else if (packet->tx_packets > pdata->tx_frames) in axgbe_isc_txd_encap()
225 else if ((ring->coalesce_count % pdata->tx_frames) < (packet->tx_packets)) in axgbe_isc_txd_encap()
H A Dxgbe-drv.c324 pdata->tx_frames = XGMAC_INIT_DMA_TX_FRAMES; in xgbe_init_tx_coalesce()
/freebsd/sys/dev/nfe/
H A Dif_nfevar.h97 uint32_t tx_frames; member
/freebsd/sys/dev/qlxgbe/
H A Dql_def.h222 uint64_t tx_frames; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c310 p_buf->p_val = (u8 *)&p_drv_buf->tx_frames; in ecore_mfw_get_gen_tlv_value()
311 return sizeof(p_drv_buf->tx_frames); in ecore_mfw_get_gen_tlv_value()
1221 p_buf->p_val = (u8 *)&p_drv_buf->tx_frames; in ecore_mfw_get_iscsi_tlv_value()
1222 return sizeof(p_drv_buf->tx_frames); in ecore_mfw_get_iscsi_tlv_value()
H A Decore_dcbx_api.h226 u32 tx_frames; member
H A Decore_mcp_api.h289 u64 tx_frames; member
555 u64 tx_frames; member
/freebsd/sys/dev/ale/
H A Dif_alevar.h150 uint32_t tx_frames; member
H A Dif_alereg.h589 uint32_t tx_frames; member
H A Dif_ale.c882 &stats->tx_frames, "Good frames"); in ale_sysctl_node()
2094 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear()
2121 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update()
2153 stat->tx_frames += smb->tx_frames; in ale_stats_update()
2180 if_inc_counter(ifp, IFCOUNTER_OPACKETS, smb->tx_frames); in ale_stats_update()
/freebsd/sys/dev/qlxge/
H A Dqls_def.h124 uint64_t tx_frames; member
/freebsd/sys/dev/alc/
H A Dif_alcvar.h166 uint32_t tx_frames; member
/freebsd/sys/dev/et/
H A Dif_etvar.h264 uint64_t tx_frames; member
/freebsd/sys/dev/age/
H A Dif_agevar.h163 uint64_t tx_frames; member
H A Dif_agereg.h517 uint32_t tx_frames; member
/freebsd/sys/dev/ste/
H A Dif_stereg.h408 uint32_t tx_frames; member
/freebsd/sys/dev/bfe/
H A Dif_bfereg.h536 uint64_t tx_frames; member

123