Home
last modified time | relevance | path

Searched refs:pkts_pend (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.c356 u32 pkts_pend = oq->pkts_pending; in octep_enable_ioq_irq() local
364 if (oq->last_pkt_count - pkts_pend) { in octep_enable_ioq_irq()
365 writel(oq->last_pkt_count - pkts_pend, oq->pkts_sent_reg); in octep_enable_ioq_irq()
366 oq->last_pkt_count = pkts_pend; in octep_enable_ioq_irq()
/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Docteon_device.c1431 u32 pkts_pend; in lio_enable_irq() local
1436 pkts_pend = (u32)atomic_read(&droq->pkts_pending); in lio_enable_irq()
1437 writel(droq->pkt_count - pkts_pend, droq->pkts_sent_reg); in lio_enable_irq()
1438 droq->pkt_count = pkts_pend; in lio_enable_irq()