Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_main.h356 struct delayed_work eqd_update; member
Dbe_main.c5223 phba = container_of(work, struct beiscsi_hba, eqd_update.work); in beiscsi_eqd_update_work()
5263 schedule_delayed_work(&phba->eqd_update, in beiscsi_eqd_update_work()
5380 schedule_delayed_work(&phba->eqd_update, in beiscsi_enable_port()
5432 cancel_delayed_work_sync(&phba->eqd_update); in beiscsi_disable_port()
5682 INIT_DELAYED_WORK(&phba->eqd_update, beiscsi_eqd_update_work); in beiscsi_dev_probe()
5728 schedule_delayed_work(&phba->eqd_update, in beiscsi_dev_probe()