Home
last modified time | relevance | path

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

123

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c159 ec->tx_max_coalesced_frames = pdata->tx_frames; in xlgmac_ethtool_get_coalesce()
173 unsigned int tx_frames; in xlgmac_ethtool_set_coalesce() local
178 tx_frames = ec->tx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce()
185 if (tx_frames > pdata->tx_desc_count) in xlgmac_ethtool_set_coalesce()
193 pdata->tx_frames = tx_frames; in xlgmac_ethtool_set_coalesce()
H A Ddwc-xlgmac.h589 unsigned int tx_frames; member
/linux/drivers/net/wireless/ti/wl1251/
H A Dtx.c61 if (wl->tx_frames[i] == NULL) { in wl1251_tx_id()
62 wl->tx_frames[i] = skb; in wl1251_tx_id()
216 wl->tx_frames[tx_hdr->id] = skb = newskb; in wl1251_tx_send_packet()
403 skb = wl->tx_frames[result->id]; in wl1251_tx_packet_cb()
439 wl->tx_frames[result->id] = NULL; in wl1251_tx_packet_cb()
573 if (wl->tx_frames[i] != NULL) { in wl1251_tx_flush()
574 skb = wl->tx_frames[i]; in wl1251_tx_flush()
581 wl->tx_frames[i] = NULL; in wl1251_tx_flush()
H A Dwl1251.h310 struct sk_buff *tx_frames[16]; member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c441 ec->tx_max_coalesced_frames = pdata->tx_frames; in xgbe_get_coalesce()
454 unsigned int tx_frames; in xgbe_set_coalesce() local
476 tx_frames = ec->tx_max_coalesced_frames; in xgbe_set_coalesce()
479 if (tx_frames > pdata->tx_desc_count) { in xgbe_set_coalesce()
490 pdata->tx_frames = tx_frames; in xgbe_set_coalesce()
/linux/drivers/net/wireless/ti/wl18xx/
H A Dtx.c71 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl18xx_tx_complete_packet()
79 skb = wl->tx_frames[id]; in wl18xx_tx_complete_packet()
/linux/net/can/
H A Daf_can.h70 unsigned long tx_frames; member
H A Dproc.c134 if (pkg_stats->tx_frames > (ULONG_MAX / HZ)) in can_stat_update()
147 pkg_stats->tx_frames); in can_stat_update()
217 seq_printf(m, " %8ld transmitted frames (TXF)\n", pkg_stats->tx_frames); in can_stats_proc_show()
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c560 fc_stats->tx_frames = data->tx_frames - old->tx_frames; in zfcp_scsi_adjust_fc_host_stats()
591 fc_stats->tx_frames = data->tx_frames; in zfcp_scsi_set_fc_host_stats()
H A Dzfcp_fsf.h417 u64 tx_frames; member
/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c58 wl->tx_frames[id] = skb; in wl1271_alloc_tx_id()
69 wl->tx_frames[id] = NULL; in wl1271_free_tx_id()
906 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl1271_tx_complete_packet()
911 skb = wl->tx_frames[id]; in wl1271_tx_complete_packet()
1095 if (wl->tx_frames[i] == NULL) in wl12xx_tx_reset()
1098 skb = wl->tx_frames[i]; in wl12xx_tx_reset()
H A Dwlcore.h276 struct sk_buff *tx_frames[WLCORE_MAX_TX_DESCRIPTORS]; member
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c486 mac->tx_mcnt = s->tx_frames; in t3_mac_enable()
537 u64 tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task()
576 mac->tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task()
635 RMON_UPDATE64(mac, tx_frames, TX_FRAME_LOW, TX_FRAME_HIGH); in t3_mac_update_stats()
/linux/include/soc/fsl/qe/
H A Ducc_fast.h195 u32 tx_frames; /* Transmitted frames counter. */ member
H A Ducc_slow.h207 u32 tx_frames; /* Transmitted frames counters */ member
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c290 p_buf->p_val = &p_drv_buf->tx_frames; in qed_mfw_get_gen_tlv_value()
291 return sizeof(p_drv_buf->tx_frames); in qed_mfw_get_gen_tlv_value()
1162 p_buf->p_val = &p_drv_buf->tx_frames; in qed_mfw_get_iscsi_tlv_value()
1163 return sizeof(p_drv_buf->tx_frames); in qed_mfw_get_iscsi_tlv_value()
/linux/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h446 __be64 tx_frames; member
463 __be64 tx_frames; member
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h19 u64 tx_frames; /*!< Tx frames */ member
/linux/drivers/net/wireless/silabs/wfx/
H A Ddebug.c83 PUT_COUNTER(tx_frames); in wfx_counters_show()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c371 stats->tx_frames = rsp->tx.ucast + rsp->tx.bcast + rsp->tx.mcast; in rvu_rep_get_stats()
390 stats->tx_packets = rep->stats.tx_frames; in rvu_rep_get_stats64()
H A Dotx2_txrx.c530 u64 tx_frames, tx_bytes; in otx2_adjust_adaptive_coalese() local
536 tx_frames = OTX2_GET_TX_STATS(TX_UCAST); in otx2_adjust_adaptive_coalese()
539 rx_frames + tx_frames, in otx2_adjust_adaptive_coalese()
/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c224 uccf->tx_frames = 0; in ucc_fast_init()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h201 u64 tx_frames; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c58 priv->tx_cq[t][i]->moder_cnt = priv->tx_frames; in mlx4_en_moderation_update()
992 coal->tx_max_coalesced_frames = priv->tx_frames; in mlx4_en_get_coalesce()
1045 coal->tx_max_coalesced_frames != priv->tx_frames) { in mlx4_en_set_coalesce()
1047 priv->tx_frames = coal->tx_max_coalesced_frames; in mlx4_en_set_coalesce()
/linux/drivers/net/ethernet/intel/
H A De100.c585 u32 tx_frames; member
1614 nic->tx_frames = le32_to_cpu(s->tx_good_frames); in e100_update_stats()
1670 if ((nic->tx_frames / 32 < nic->tx_collisions) && in e100_adjust_adaptive_ifs()
1671 (nic->tx_frames > min_frames)) { in e100_adjust_adaptive_ifs()
1674 } else if (nic->tx_frames < min_frames) { in e100_adjust_adaptive_ifs()

123