Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1540 u16 hw_next_to_clean; in atl1c_clean_tx_irq() local
1546 AT_READ_REGW(&adapter->hw, reg, &hw_next_to_clean); in atl1c_clean_tx_irq()
1548 while (next_to_clean != hw_next_to_clean) { in atl1c_clean_tx_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1597 u16 hw_next_to_clean; in atl1c_clean_tx() local
1602 &hw_next_to_clean); in atl1c_clean_tx()
1604 while (next_to_clean != hw_next_to_clean) { in atl1c_clean_tx()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1234 u16 hw_next_to_clean = AT_READ_REGW(&adapter->hw, REG_TPD_CONS_IDX); in atl1e_clean_tx_irq() local
1237 while (next_to_clean != hw_next_to_clean) { in atl1e_clean_tx_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1234 u16 hw_next_to_clean = AT_READ_REGW(&adapter->hw, REG_TPD_CONS_IDX); in atl1e_clean_tx_irq() local
1237 while (next_to_clean != hw_next_to_clean) { in atl1e_clean_tx_irq()

Completed in 14 milliseconds