Searched refs:an_bh_work (Results 1 – 2 of 2) sorted by relevance
708 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()
1305 struct work_struct an_bh_work; member