Home
last modified time | relevance | path

Searched refs:last_cnt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Ddebug.c628 struct rtw_pkt_count *last_cnt = &dm_info->last_pkt_count; in rtw_debugfs_get_phy_info() local
648 seq_printf(m, "[Rx Beacon Count] = %u\n", last_cnt->num_bcn_pkt); in rtw_debugfs_get_phy_info()
655 last_cnt->num_qry_pkt[DESC_RATE1M], in rtw_debugfs_get_phy_info()
656 last_cnt->num_qry_pkt[DESC_RATE2M], in rtw_debugfs_get_phy_info()
657 last_cnt->num_qry_pkt[DESC_RATE5_5M], in rtw_debugfs_get_phy_info()
658 last_cnt->num_qry_pkt[DESC_RATE11M]); in rtw_debugfs_get_phy_info()
661 last_cnt->num_qry_pkt[DESC_RATE6M], in rtw_debugfs_get_phy_info()
662 last_cnt->num_qry_pkt[DESC_RATE9M], in rtw_debugfs_get_phy_info()
663 last_cnt->num_qry_pkt[DESC_RATE12M], in rtw_debugfs_get_phy_info()
664 last_cnt in rtw_debugfs_get_phy_info()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Ddebug.c739 struct rtw_pkt_count *last_cnt = &dm_info->last_pkt_count; in rtw_debugfs_get_phy_info() local
761 seq_printf(m, "[Rx Beacon Count] = %u\n", last_cnt->num_bcn_pkt); in rtw_debugfs_get_phy_info()
768 last_cnt->num_qry_pkt[DESC_RATE1M], in rtw_debugfs_get_phy_info()
769 last_cnt->num_qry_pkt[DESC_RATE2M], in rtw_debugfs_get_phy_info()
770 last_cnt->num_qry_pkt[DESC_RATE5_5M], in rtw_debugfs_get_phy_info()
771 last_cnt->num_qry_pkt[DESC_RATE11M]); in rtw_debugfs_get_phy_info()
774 last_cnt->num_qry_pkt[DESC_RATE6M], in rtw_debugfs_get_phy_info()
775 last_cnt->num_qry_pkt[DESC_RATE9M], in rtw_debugfs_get_phy_info()
776 last_cnt->num_qry_pkt[DESC_RATE12M], in rtw_debugfs_get_phy_info()
777 last_cnt in rtw_debugfs_get_phy_info()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dcnic.c2890 int kcqe_cnt = 0, last_cnt = 0; in cnic_get_kcqes() local
2903 last_cnt = kcqe_cnt; in cnic_get_kcqes()
2909 return last_cnt; in cnic_get_kcqes()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dcnic.c2888 int kcqe_cnt = 0, last_cnt = 0; in cnic_get_kcqes() local
2901 last_cnt = kcqe_cnt; in cnic_get_kcqes()
2907 return last_cnt; in cnic_get_kcqes()

Completed in 17 milliseconds