Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c663 struct macb *bp = container_of(work, struct macb, tx_lpi_work.work); in macb_tx_lpi_work_fn()
675 mod_delayed_work(system_wq, &bp->tx_lpi_work, in macb_tx_lpi_schedule()
694 cancel_delayed_work(&bp->tx_lpi_work); in macb_tx_lpi_wake()
704 cancel_delayed_work_sync(&bp->tx_lpi_work); in macb_mac_disable_tx_lpi()
727 mod_delayed_work(system_wq, &bp->tx_lpi_work, msecs_to_jiffies(1000)); in macb_mac_enable_tx_lpi()
3212 cancel_delayed_work_sync(&bp->tx_lpi_work); in macb_close()
5962 INIT_DELAYED_WORK(&bp->tx_lpi_work, macb_tx_lpi_work_fn); in macb_probe()
6010 cancel_delayed_work_sync(&bp->tx_lpi_work); in macb_remove()
H A Dmacb.h1379 struct delayed_work tx_lpi_work; member