Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
Dxgbe-mdio.c708 struct xgbe_prv_data *pdata = from_work(pdata, work, an_bh_work); in xgbe_an_isr_bh_work()
731 queue_work(system_bh_wq, &pdata->an_bh_work); in xgbe_an_isr()
733 xgbe_an_isr_bh_work(&pdata->an_bh_work); in xgbe_an_isr()
740 xgbe_an_isr_bh_work(&pdata->an_bh_work); in xgbe_an_combined_isr()
1457 cancel_work_sync(&pdata->an_bh_work); in xgbe_phy_stop()
1480 INIT_WORK(&pdata->an_bh_work, xgbe_an_isr_bh_work); in xgbe_phy_start()
Dxgbe.h1305 struct work_struct an_bh_work; member