Searched refs:tx_packets (Results 1 - 25 of 51) sorted by relevance

123

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_ipv4_reasm.c39 nss_top->stats_node[NSS_IPV4_REASM_INTERFACE][NSS_STATS_NODE_TX_PKTS] += nirs->node_stats.tx_packets;
H A Dnss_ipv6_reasm.c39 nss_top->stats_node[NSS_IPV6_REASM_INTERFACE][NSS_STATS_NODE_TX_PKTS] += nirs->node_stats.tx_packets;
H A Dnss_lso_rx.c40 nss_top->stats_node[NSS_LSO_RX_INTERFACE][NSS_STATS_NODE_TX_PKTS] += nlrss->node_stats.tx_packets;
H A Dnss_eth_rx.c44 nss_top->stats_node[NSS_ETH_RX_INTERFACE][NSS_STATS_NODE_TX_PKTS] += nens->node_stats.tx_packets;
H A Dnss_gre_redir.c43 tun_stats[i].node_stats.tx_packets += ngss->node_stats.tx_packets;
H A Dnss_wifi_if.c52 stats->node_stats.tx_packets += nwis->node_stats.tx_packets;
636 bytes = scnprintf(line, len, "tx_packets=%d\n",
637 stats->node_stats.tx_packets);
H A Dnss_sjack.c34 nss_top->stats_node[NSS_SJACK_INTERFACE][NSS_STATS_NODE_TX_PKTS] += nins->node_stats.tx_packets;
H A Dnss_tx_rx_virt_if.c54 stats->node_stats.tx_packets += nwis->node_stats.tx_packets;
717 bytes = scnprintf(line, len, "tx_packets=%d\n",
718 stats->node_stats.tx_packets);
H A Dnss_capwap.c177 stats->pnode_stats.tx_packets += fstats->pnode_stats.tx_packets;
H A Dnss_pppoe.c157 nss_top->stats_node[NSS_PPPOE_RX_INTERFACE][NSS_STATS_NODE_TX_PKTS] += npess->node_stats.tx_packets;
H A Dnss_wifi.c41 nss_top->stats_wifi[radio_id][NSS_STATS_WIFI_TX_PKTS] += stats->node_stats.tx_packets;
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_cmn.h117 uint32_t tx_packets; /**< Number of packets transmitted */ member in struct:nss_cmn_node_stats
H A Dnss_capwap_user.h153 uint64_t tx_packets; /**< Number of packets transmitted */ member in struct:nss_capwap_pn_stats
H A Dnss_if.h105 uint32_t tx_packets; /**< Number of packets transmitted */ member in struct:nss_if_stats
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/
H A Dnss_connmgr_tun6rd.c87 uint32_t tx_packets; /* Number of transmitted packets */ member in struct:nss_tun6rd_stats
105 stats.tx_packets = sync_stats->node_stats.tx_packets;
113 stats.tx_packets = sync_stats->node_stats.tx_packets;
H A Dnss_connmgr_tunipip6.c95 uint32_t tx_packets; /* Number of transmitted packets */ member in struct:nss_tunipip6_stats
344 stats.tx_packets = sync_stats->node_stats.tx_packets;
352 stats.tx_packets = sync_stats->node_stats.tx_packets;
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/exports/
H A Dnss_gmac_api_if.h87 uint32_t tx_packets; /**< Number of TX packets */ member in struct:nss_gmac_stats
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/ipq806x/exports/
H A Dnss_gmac_api_if.h88 uint32_t tx_packets; /**< Number of TX packets */ member in struct:nss_gmac_stats
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/qca-nss-gmac/ipq806x/exports/
H A Dnss_gmac_api_if.h88 uint32_t tx_packets; /**< Number of TX packets */ member in struct:nss_gmac_stats
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_debugfs.c89 stats->tx_packets += tx;
119 tx_avg = stats->tx_packets / stats->tx_count;
138 "pkt", stats->rx_packets, stats->tx_packets);
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/ipq806x/
H A Ddni_enet.c75 stats->tx_packets++; /* for statics only */
H A Dnss_gmac_tx_rx_offload.c407 gmacdev->stats.tx_packets++;
585 gmacdev->nss_stats.tx_packets += gstat->tx_packets;
671 gmacdev->stats.tx_packets += gstat->tx_packets;
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/net/ethernet/
H A Dsvip_virtual_eth.c119 stats->tx_packets++;
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/qca-nss-gmac/ipq806x/
H A Dnss_gmac_tx_rx_offload.c327 gmacdev->stats.tx_packets++;
505 gmacdev->nss_stats.tx_packets += gstat->tx_packets;
576 gmacdev->stats.tx_packets += gstat->tx_packets;
/netgear-R7800-V1.0.2.28/package/dumpevents/files/
H A Dcodec.lua92 -- format: "3,time,uuid,flow_id,tx_bytes,tx_packets,tx_qlen,tx_requeues,tx_overlimits,tx_drops,tx_backlog,rx_bytes,rx_packets,rx_qlen,rx_requeues,rx_overlimits,rx_drops,rx_backlog"
123 -- tx_packets
125 event.details.tx_packets = string.sub(event_csv,pos,e - 1)

Completed in 76 milliseconds

123