Searched refs:last_pkt_count (Results 1 – 9 of 9) sorted by relevance
20 oq->last_pkt_count = 0; in octep_vf_oq_reset_indices()324 new_pkts = pkt_count - oq->last_pkt_count; in octep_vf_oq_check_hw_for_pkts()336 oq->last_pkt_count = pkt_count; in octep_vf_oq_check_hw_for_pkts()
194 u32 last_pkt_count; member
306 if (oq->last_pkt_count - pkts_pend) { in octep_vf_enable_ioq_irq()307 writel(oq->last_pkt_count - pkts_pend, oq->pkts_sent_reg); in octep_vf_enable_ioq_irq()308 oq->last_pkt_count = pkts_pend; in octep_vf_enable_ioq_irq()
20 oq->last_pkt_count = 0; in octep_oq_reset_indices()323 new_pkts = pkt_count - oq->last_pkt_count; in octep_oq_check_hw_for_pkts()335 oq->last_pkt_count = pkt_count; in octep_oq_check_hw_for_pkts()
573 if (oq->last_pkt_count - pkts_pend) { in octep_enable_ioq_irq()574 writel(oq->last_pkt_count - pkts_pend, oq->pkts_sent_reg); in octep_enable_ioq_irq()575 oq->last_pkt_count = pkts_pend; in octep_enable_ioq_irq()
784 struct rtw_pkt_count *last_cnt = &dm_info->last_pkt_count; in rtw_debugfs_get_phy_info()
1769 struct rtw_pkt_count last_pkt_count; member
349 dm_info->last_pkt_count = dm_info->cur_pkt_count; in rtw_phy_stat_rate_cnt()