Searched refs:last_cnt (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/realtek/rtw88/ |
| D | debug.c | 661 struct rtw_pkt_count *last_cnt = &dm_info->last_pkt_count; in rtw_debugfs_get_phy_info() local 681 seq_printf(m, "[Rx Beacon Count] = %u\n", last_cnt->num_bcn_pkt); in rtw_debugfs_get_phy_info() 688 last_cnt->num_qry_pkt[DESC_RATE1M], in rtw_debugfs_get_phy_info() 689 last_cnt->num_qry_pkt[DESC_RATE2M], in rtw_debugfs_get_phy_info() 690 last_cnt->num_qry_pkt[DESC_RATE5_5M], in rtw_debugfs_get_phy_info() 691 last_cnt->num_qry_pkt[DESC_RATE11M]); in rtw_debugfs_get_phy_info() 694 last_cnt->num_qry_pkt[DESC_RATE6M], in rtw_debugfs_get_phy_info() 695 last_cnt->num_qry_pkt[DESC_RATE9M], in rtw_debugfs_get_phy_info() 696 last_cnt->num_qry_pkt[DESC_RATE12M], in rtw_debugfs_get_phy_info() 697 last_cnt->num_qry_pkt[DESC_RATE18M], in rtw_debugfs_get_phy_info() [all …]
|
| /Linux-v5.15/drivers/net/ethernet/broadcom/ |
| D | cnic.c | 2890 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()
|