Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1556 u16 hw_next_to_clean; in atl1c_clean_tx_irq() local
1562 AT_READ_REGW(&adapter->hw, reg, &hw_next_to_clean); in atl1c_clean_tx_irq()
1564 while (next_to_clean != hw_next_to_clean) { in atl1c_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1244 u16 hw_next_to_clean = AT_READ_REGW(&adapter->hw, REG_TPD_CONS_IDX); in atl1e_clean_tx_irq() local
1247 while (next_to_clean != hw_next_to_clean) { in atl1e_clean_tx_irq()