Searched refs:period_task (Results 1 – 2 of 2) sorted by relevance
1720 cancel_delayed_work(&bp->period_task); in bnx2x_int_disable_sync()2400 queue_delayed_work(bnx2x_wq, &bp->period_task, 0); in bnx2x_initial_phy_init()2996 queue_delayed_work(bnx2x_wq, &bp->period_task, 0); in bnx2x_pmf_update()10365 struct bnx2x *bp = container_of(work, struct bnx2x, period_task.work); in bnx2x_period_task()10386 queue_delayed_work(bnx2x_wq, &bp->period_task, 1*HZ); in bnx2x_period_task()12302 INIT_DELAYED_WORK(&bp->period_task, bnx2x_period_task); in bnx2x_init_bp()14160 cancel_delayed_work_sync(&bp->period_task); in bnx2x_eeh_nic_unload()
1525 struct delayed_work period_task; member