Searched refs:pkts_pend (Results 1 – 3 of 3) sorted by relevance
298 u32 pkts_pend = oq->pkts_pending; in octep_vf_enable_ioq_irq() local306 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()
1455 u32 pkts_pend; in lio_enable_irq() local1460 pkts_pend = (u32)atomic_read(&droq->pkts_pending); in lio_enable_irq()1461 writel(droq->pkt_count - pkts_pend, droq->pkts_sent_reg); in lio_enable_irq()1462 droq->pkt_count = pkts_pend; in lio_enable_irq()
565 u32 pkts_pend = oq->pkts_pending; in octep_enable_ioq_irq() local573 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()