Home
last modified time | relevance | path

Searched refs:fwd_tx_packets (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_fwd.c237 tx_vdev->fwd_tx_packets++; in ol_rx_fwd_check()
247 tx_vdev->fwd_tx_packets++; in ol_rx_fwd_check()
287 uint64_t *fwd_tx_packets, in ol_get_intra_bss_fwd_pkts_count() argument
296 *fwd_tx_packets = vdev->fwd_tx_packets; in ol_get_intra_bss_fwd_pkts_count()
H A Dol_rx_fwd.h70 uint64_t *fwd_tx_packets,
H A Dol_txrx_types.h1356 uint64_t fwd_tx_packets; member
H A Dol_txrx.c1968 vdev->fwd_tx_packets = 0; in ol_txrx_vdev_attach()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c1888 uint64_t fwd_tx_packets = 0, fwd_rx_packets = 0; in __dp_bus_bw_work_handler() local
1957 fwd_tx_packets = 0; in __dp_bus_bw_work_handler()
1970 fwd_tx_packets += fwd_tx_packets_temp; in __dp_bus_bw_work_handler()
1980 fwd_tx_packets, in __dp_bus_bw_work_handler()
2013 dp_intf->prev_fwd_tx_packets = fwd_tx_packets; in __dp_bus_bw_work_handler()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_misc.h507 uint64_t *fwd_tx_packets, uint64_t *fwd_rx_packets) in cdp_get_intra_bss_fwd_pkts_count() argument
517 soc, vdev_id, fwd_tx_packets, fwd_rx_packets); in cdp_get_intra_bss_fwd_pkts_count()
H A Dcdp_txrx_ops.h1883 uint64_t *fwd_tx_packets,