/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-ethtool.c | 156 ec->tx_max_coalesced_frames = pdata->tx_frames; in xlgmac_ethtool_get_coalesce() 167 unsigned int tx_frames; in xlgmac_ethtool_set_coalesce() local 172 tx_frames = ec->tx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce() 179 if (tx_frames > pdata->tx_desc_count) in xlgmac_ethtool_set_coalesce() 187 pdata->tx_frames = tx_frames; in xlgmac_ethtool_set_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-ethtool.c | 159 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | tx.c | 61 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() 566 if (wl->tx_frames[i] != NULL) { in wl1251_tx_flush() 567 skb = wl->tx_frames[i]; in wl1251_tx_flush() 574 wl->tx_frames[i] = NULL; in wl1251_tx_flush()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | tx.c | 61 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 445 ec->tx_max_coalesced_frames = pdata->tx_frames; in xgbe_get_coalesce() 456 unsigned int tx_frames; in xgbe_set_coalesce() local 478 tx_frames = ec->tx_max_coalesced_frames; in xgbe_set_coalesce() 481 if (tx_frames > pdata->tx_desc_count) { in xgbe_set_coalesce() 492 pdata->tx_frames = tx_frames; in xgbe_set_coalesce()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | tx.c | 71 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | tx.c | 71 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ae_adapt.c | 530 u32 *tx_frames, u32 *rx_frames) in hns_ae_get_max_coalesced_frames() 538 *tx_frames = hns_rcb_get_rx_coalesced_frames( in hns_ae_get_max_coalesced_frames() 541 *tx_frames = hns_rcb_get_tx_coalesced_frames( in hns_ae_get_max_coalesced_frames() 558 u32 tx_frames, u32 rx_frames) in hns_ae_set_coalesce_frames() 567 if (tx_frames != rx_frames) in hns_ae_set_coalesce_frames() 573 if (tx_frames != 1) in hns_ae_set_coalesce_frames() 577 ring_pair->port_id_in_comm, tx_frames); in hns_ae_set_coalesce_frames() 529 hns_ae_get_max_coalesced_frames(struct hnae_handle *handle, u32 *tx_frames, u32 *rx_frames) hns_ae_get_max_coalesced_frames() argument 557 hns_ae_set_coalesce_frames(struct hnae_handle *handle, u32 tx_frames, u32 rx_frames) hns_ae_set_coalesce_frames() argument
|
/kernel/linux/linux-5.10/net/can/ |
H A D | af_can.h | 70 unsigned long tx_frames; member
|
H A D | proc.c | 138 if (pkg_stats->tx_frames > (ULONG_MAX / HZ)) in can_stat_update() 151 pkg_stats->tx_frames); in can_stat_update() 219 seq_printf(m, " %8ld transmitted frames (TXF)\n", pkg_stats->tx_frames); in can_stats_proc_show()
|
/kernel/linux/linux-6.6/net/can/ |
H A D | af_can.h | 70 unsigned long tx_frames; member
|
H A D | proc.c | 134 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 445 ec->tx_max_coalesced_frames = pdata->tx_frames; in xgbe_get_coalesce() 458 unsigned int tx_frames; in xgbe_set_coalesce() local 480 tx_frames = ec->tx_max_coalesced_frames; in xgbe_set_coalesce() 483 if (tx_frames > pdata->tx_desc_count) { in xgbe_set_coalesce() 494 pdata->tx_frames = tx_frames; in xgbe_set_coalesce()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ae_adapt.c | 551 u32 *tx_frames, u32 *rx_frames) in hns_ae_get_max_coalesced_frames() 559 *tx_frames = hns_rcb_get_rx_coalesced_frames( in hns_ae_get_max_coalesced_frames() 562 *tx_frames = hns_rcb_get_tx_coalesced_frames( in hns_ae_get_max_coalesced_frames() 579 u32 tx_frames, u32 rx_frames) in hns_ae_set_coalesce_frames() 588 if (tx_frames != rx_frames) in hns_ae_set_coalesce_frames() 594 if (tx_frames != 1) in hns_ae_set_coalesce_frames() 598 ring_pair->port_id_in_comm, tx_frames); in hns_ae_set_coalesce_frames() 550 hns_ae_get_max_coalesced_frames(struct hnae_handle *handle, u32 *tx_frames, u32 *rx_frames) hns_ae_get_max_coalesced_frames() argument 578 hns_ae_set_coalesce_frames(struct hnae_handle *handle, u32 tx_frames, u32 rx_frames) hns_ae_set_coalesce_frames() argument
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 560 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()
|
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 560 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 58 wl->tx_frames[id] = skb; in wl1271_alloc_tx_id() 69 wl->tx_frames[id] = NULL; in wl1271_free_tx_id() 911 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl1271_tx_complete_packet() 916 skb = wl->tx_frames[id]; in wl1271_tx_complete_packet() 1100 if (wl->tx_frames[i] == NULL) in wl12xx_tx_reset() 1103 skb = wl->tx_frames[i]; in wl12xx_tx_reset()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 58 wl->tx_frames[id] = skb; in wl1271_alloc_tx_id() 69 wl->tx_frames[id] = NULL; in wl1271_free_tx_id() 909 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl1271_tx_complete_packet() 914 skb = wl->tx_frames[id]; in wl1271_tx_complete_packet() 1098 if (wl->tx_frames[i] == NULL) in wl12xx_tx_reset() 1101 skb = wl->tx_frames[i]; in wl12xx_tx_reset()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | xgmac.c | 486 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | xgmac.c | 486 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_defs_cna.h | 19 u64 tx_frames; /*!< Tx frames */ member
|
/kernel/linux/linux-5.10/include/soc/fsl/qe/ |
H A D | ucc_fast.h | 196 u32 tx_frames; /* Transmitted frames counter. */ member
|
H A D | ucc_slow.h | 207 u32 tx_frames; /* Transmitted frames counters */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_defs_cna.h | 19 u64 tx_frames; /*!< Tx frames */ member
|
/kernel/linux/linux-6.6/include/soc/fsl/qe/ |
H A D | ucc_fast.h | 195 u32 tx_frames; /* Transmitted frames counter. */ member
|