| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_debug.c | 1426 __dhd_dbg_free_tx_pkts(dhd_pub_t *dhdp, dhd_dbg_tx_info_t *tx_pkts, in __dhd_dbg_free_tx_pkts() argument 1433 while ((count < pkt_count) && tx_pkts) { in __dhd_dbg_free_tx_pkts() 1434 if (tx_pkts->info.pkt) { in __dhd_dbg_free_tx_pkts() 1435 PKTFREE(dhdp->osh, tx_pkts->info.pkt, TRUE); in __dhd_dbg_free_tx_pkts() 1437 tx_pkts++; in __dhd_dbg_free_tx_pkts() 1511 dhd_dbg_tx_info_t *tx_pkts = NULL; in dhd_dbg_attach_pkt_monitor() local 1552 alloc_len = (sizeof(*tx_pkts) * MAX_FATE_LOG_LEN); in dhd_dbg_attach_pkt_monitor() 1553 tx_pkts = (dhd_dbg_tx_info_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1554 if (unlikely(!tx_pkts)) { in dhd_dbg_attach_pkt_monitor() 1561 dhdp->dbg->pkt_mon.tx_report->tx_pkts = tx_pkts; in dhd_dbg_attach_pkt_monitor() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_debug.c | 1426 __dhd_dbg_free_tx_pkts(dhd_pub_t *dhdp, dhd_dbg_tx_info_t *tx_pkts, in __dhd_dbg_free_tx_pkts() argument 1433 while ((count < pkt_count) && tx_pkts) { in __dhd_dbg_free_tx_pkts() 1434 if (tx_pkts->info.pkt) { in __dhd_dbg_free_tx_pkts() 1435 PKTFREE(dhdp->osh, tx_pkts->info.pkt, TRUE); in __dhd_dbg_free_tx_pkts() 1437 tx_pkts++; in __dhd_dbg_free_tx_pkts() 1511 dhd_dbg_tx_info_t *tx_pkts = NULL; in dhd_dbg_attach_pkt_monitor() local 1552 alloc_len = (sizeof(*tx_pkts) * MAX_FATE_LOG_LEN); in dhd_dbg_attach_pkt_monitor() 1553 tx_pkts = (dhd_dbg_tx_info_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1554 if (unlikely(!tx_pkts)) { in dhd_dbg_attach_pkt_monitor() 1561 dhdp->dbg->pkt_mon.tx_report->tx_pkts = tx_pkts; in dhd_dbg_attach_pkt_monitor() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_debug.c | 1430 __dhd_dbg_free_tx_pkts(dhd_pub_t *dhdp, dhd_dbg_tx_info_t *tx_pkts, in __dhd_dbg_free_tx_pkts() argument 1437 while ((count < pkt_count) && tx_pkts) { in __dhd_dbg_free_tx_pkts() 1438 if (tx_pkts->info.pkt) { in __dhd_dbg_free_tx_pkts() 1439 PKTFREE(dhdp->osh, tx_pkts->info.pkt, TRUE); in __dhd_dbg_free_tx_pkts() 1441 tx_pkts++; in __dhd_dbg_free_tx_pkts() 1515 dhd_dbg_tx_info_t *tx_pkts = NULL; in dhd_dbg_attach_pkt_monitor() local 1556 alloc_len = (sizeof(*tx_pkts) * MAX_FATE_LOG_LEN); in dhd_dbg_attach_pkt_monitor() 1557 tx_pkts = (dhd_dbg_tx_info_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1558 if (unlikely(!tx_pkts)) { in dhd_dbg_attach_pkt_monitor() 1565 dhdp->dbg->pkt_mon.tx_report->tx_pkts = tx_pkts; in dhd_dbg_attach_pkt_monitor() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_sock_qos.c | 553 sk_fl->stats.tx_pkts++; in dhd_update_sock_flows() 642 sk_fl->stats.tx_pkts_prev = sk_fl->stats.tx_pkts; in dhd_analyze_sock_flows() 740 sk_fl->ino, sk_fl->sk, sk_fl->stats.tx_pkts, sk_fl->stats.tx_bytes, in dhd_sock_qos_show_stats() 771 sk_fl->stats.tx_pkts = 0; in dhd_sock_qos_clear_stats() 964 unsigned long tx_bytes, tx_pkts, tx_avg_pkt_size; in dhd_qos_algo() local 987 tx_pkts = qos->tx_pkts - qos->tx_pkts_prev; in dhd_qos_algo() 988 if ((tx_bytes == 0) || (tx_pkts == 0)) { in dhd_qos_algo() 992 tx_avg_pkt_size = tx_bytes / tx_pkts; in dhd_qos_algo() 996 (tx_pkts > pqos_params->num_pkts_low_thresh) && in dhd_qos_algo() 997 (tx_pkts < pqos_params->num_pkts_high_thresh)) { in dhd_qos_algo() [all …]
|
| H A D | dhd_debug.c | 1527 __dhd_dbg_free_tx_pkts(dhd_pub_t *dhdp, dhd_dbg_tx_info_t *tx_pkts, in __dhd_dbg_free_tx_pkts() argument 1533 while ((count < pkt_count) && tx_pkts) { in __dhd_dbg_free_tx_pkts() 1534 if (tx_pkts->info.pkt) { in __dhd_dbg_free_tx_pkts() 1535 PKTFREE(dhdp->osh, tx_pkts->info.pkt, TRUE); in __dhd_dbg_free_tx_pkts() 1537 tx_pkts++; in __dhd_dbg_free_tx_pkts() 1610 dhd_dbg_tx_info_t *tx_pkts = NULL; in dhd_dbg_attach_pkt_monitor() local 1650 alloc_len = (sizeof(*tx_pkts) * MAX_FATE_LOG_LEN); in dhd_dbg_attach_pkt_monitor() 1651 tx_pkts = (dhd_dbg_tx_info_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1652 if (unlikely(!tx_pkts)) { in dhd_dbg_attach_pkt_monitor() 1659 dhdp->dbg->pkt_mon.tx_report->tx_pkts = tx_pkts; in dhd_dbg_attach_pkt_monitor() [all …]
|
| H A D | dhd_qos_algo.h | 45 unsigned long tx_pkts; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_sock_qos.c | 553 sk_fl->stats.tx_pkts++; in dhd_update_sock_flows() 642 sk_fl->stats.tx_pkts_prev = sk_fl->stats.tx_pkts; in dhd_analyze_sock_flows() 740 sk_fl->ino, sk_fl->sk, sk_fl->stats.tx_pkts, sk_fl->stats.tx_bytes, in dhd_sock_qos_show_stats() 771 sk_fl->stats.tx_pkts = 0; in dhd_sock_qos_clear_stats() 964 unsigned long tx_bytes, tx_pkts, tx_avg_pkt_size; in dhd_qos_algo() local 987 tx_pkts = qos->tx_pkts - qos->tx_pkts_prev; in dhd_qos_algo() 988 if ((tx_bytes == 0) || (tx_pkts == 0)) { in dhd_qos_algo() 992 tx_avg_pkt_size = tx_bytes / tx_pkts; in dhd_qos_algo() 996 (tx_pkts > pqos_params->num_pkts_low_thresh) && in dhd_qos_algo() 997 (tx_pkts < pqos_params->num_pkts_high_thresh)) { in dhd_qos_algo() [all …]
|
| H A D | dhd_debug.c | 1527 __dhd_dbg_free_tx_pkts(dhd_pub_t *dhdp, dhd_dbg_tx_info_t *tx_pkts, in __dhd_dbg_free_tx_pkts() argument 1533 while ((count < pkt_count) && tx_pkts) { in __dhd_dbg_free_tx_pkts() 1534 if (tx_pkts->info.pkt) { in __dhd_dbg_free_tx_pkts() 1535 PKTFREE(dhdp->osh, tx_pkts->info.pkt, TRUE); in __dhd_dbg_free_tx_pkts() 1537 tx_pkts++; in __dhd_dbg_free_tx_pkts() 1610 dhd_dbg_tx_info_t *tx_pkts = NULL; in dhd_dbg_attach_pkt_monitor() local 1650 alloc_len = (sizeof(*tx_pkts) * MAX_FATE_LOG_LEN); in dhd_dbg_attach_pkt_monitor() 1651 tx_pkts = (dhd_dbg_tx_info_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1652 if (unlikely(!tx_pkts)) { in dhd_dbg_attach_pkt_monitor() 1659 dhdp->dbg->pkt_mon.tx_report->tx_pkts = tx_pkts; in dhd_dbg_attach_pkt_monitor() [all …]
|
| H A D | dhd_qos_algo.h | 45 unsigned long tx_pkts; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_debug.c | 1514 __dhd_dbg_free_tx_pkts(dhd_pub_t *dhdp, dhd_dbg_tx_info_t *tx_pkts, in __dhd_dbg_free_tx_pkts() argument 1521 while ((count < pkt_count) && tx_pkts) { in __dhd_dbg_free_tx_pkts() 1522 if (tx_pkts->info.pkt) in __dhd_dbg_free_tx_pkts() 1523 PKTFREE(dhdp->osh, tx_pkts->info.pkt, TRUE); in __dhd_dbg_free_tx_pkts() 1524 tx_pkts++; in __dhd_dbg_free_tx_pkts() 1597 dhd_dbg_tx_info_t *tx_pkts = NULL; in dhd_dbg_attach_pkt_monitor() local 1641 alloc_len = (sizeof(*tx_pkts) * MAX_FATE_LOG_LEN); in dhd_dbg_attach_pkt_monitor() 1642 tx_pkts = (dhd_dbg_tx_info_t *)kzalloc(alloc_len, kflags); in dhd_dbg_attach_pkt_monitor() 1643 if (unlikely(!tx_pkts)) { in dhd_dbg_attach_pkt_monitor() 1650 dhdp->dbg->pkt_mon.tx_report->tx_pkts = tx_pkts; in dhd_dbg_attach_pkt_monitor() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_vnd.c | 39 pcpu_ptr->stats.tx_pkts++; in rmnet_vnd_tx_fixup() 143 total_stats.tx_pkts += snapshot.tx_pkts; in rmnet_get_stats64() 150 s->tx_packets = total_stats.tx_pkts; in rmnet_get_stats64()
|
| H A D | rmnet_config.h | 39 u64 tx_pkts; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/ |
| H A D | xmit_linux.c | 144 pxmitpriv->tx_pkts++; in rtw_mlcst2unicst() 196 pxmitpriv->tx_pkts++; in rtw_xmit_entry() 198 ("%s: tx_pkts=%d\n", __func__, (u32)pxmitpriv->tx_pkts)); in rtw_xmit_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/ |
| H A D | gve_ethtool.c | 142 rx_skb_alloc_fail, rx_bytes, tx_pkts, tx_bytes; in gve_get_ethtool_stats() local 191 for (tx_pkts = 0, tx_bytes = 0, ring = 0; in gve_get_ethtool_stats() 201 tx_pkts += tmp_tx_pkts; in gve_get_ethtool_stats() 208 data[i++] = tx_pkts; in gve_get_ethtool_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.c | 82 int budget, int *tx_pkts, int *tx_bytes) in otx2_snd_pkt_handler() argument 114 (*tx_pkts)++; in otx2_snd_pkt_handler() 361 int tx_pkts = 0, tx_bytes = 0; in otx2_tx_napi_handler() local 373 cqe, budget, &tx_pkts, &tx_bytes); in otx2_tx_napi_handler() 383 if (likely(tx_pkts)) { in otx2_tx_napi_handler() 387 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes); in otx2_tx_napi_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 227 pcptr->tx_pkts++; in ipvlan_start_xmit() 294 u64 rx_pkts, rx_bytes, rx_mcast, tx_pkts, tx_bytes; in ipvlan_get_stats64() local 306 tx_pkts = pcptr->tx_pkts; in ipvlan_get_stats64() 314 s->tx_packets += tx_pkts; in ipvlan_get_stats64()
|
| H A D | ipvlan.h | 53 u64 tx_pkts; member
|
| /OK3568_Linux_fs/kernel/net/ncsi/ |
| H A D | ncsi-pkt.h | 298 __be32 tx_pkts; /* Tx NCSI packets */ member 306 __be32 tx_pkts; /* Tx packets */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_dsaf_ppe.h | 67 u64 tx_pkts; member
|
| H A D | hns_dsaf_rcb.h | 76 u64 tx_pkts; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/abm/ |
| H A D | qdisc.c | 36 parent->tx_pkts += child->tx_pkts; in nfp_abm_stats_propagate() 465 new->tx_pkts - old->tx_pkts); in nfp_abm_stats_calculate()
|
| H A D | main.h | 97 u64 tx_pkts; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | sta_info.h | 42 u64 tx_pkts; member
|
| H A D | xmit_linux.c | 173 xmitpriv->tx_pkts++; in r8712_xmit_entry()
|
| /OK3568_Linux_fs/kernel/drivers/staging/qlge/ |
| H A D | qlge_ethtool.c | 47 {"tx_pkts", QL_SIZEOF(nic_stats.tx_pkts), QL_OFF(nic_stats.tx_pkts)}, 245 u64 *iter = &qdev->nic_stats.tx_pkts; in ql_update_stats()
|