Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c608 struct xgbe_prv_data *pdata = from_work(pdata, work, an_bh_work); in xgbe_an_isr_bh_work()
631 queue_work(system_bh_wq, &pdata->an_bh_work); in xgbe_an_isr()
633 xgbe_an_isr_bh_work(&pdata->an_bh_work); in xgbe_an_isr()
640 xgbe_an_isr_bh_work(&pdata->an_bh_work); in xgbe_an_combined_isr()
1384 cancel_work_sync(&pdata->an_bh_work); in xgbe_phy_stop()
1407 INIT_WORK(&pdata->an_bh_work, xgbe_an_isr_bh_work); in xgbe_phy_start()
H A Dxgbe.h1246 struct work_struct an_bh_work; member