Home
last modified time | relevance | path

Searched refs:eqd_update (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_main.h351 struct delayed_work eqd_update; member
H A Dbe_main.c5206 phba = container_of(work, struct beiscsi_hba, eqd_update.work); in beiscsi_eqd_update_work()
5246 schedule_delayed_work(&phba->eqd_update, in beiscsi_eqd_update_work()
5362 /* start hw_check timer and eqd_update work */ in beiscsi_enable_port()
5363 schedule_delayed_work(&phba->eqd_update, in beiscsi_enable_port()
5415 cancel_delayed_work_sync(&phba->eqd_update); in beiscsi_disable_port()
5664 INIT_DELAYED_WORK(&phba->eqd_update, beiscsi_eqd_update_work); in beiscsi_dev_probe()
5710 schedule_delayed_work(&phba->eqd_update, in beiscsi_dev_probe()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.h350 struct delayed_work eqd_update; member
H A Dbe_main.c5197 phba = container_of(work, struct beiscsi_hba, eqd_update.work); in beiscsi_eqd_update_work()
5237 schedule_delayed_work(&phba->eqd_update, in beiscsi_eqd_update_work()
5353 /* start hw_check timer and eqd_update work */ in beiscsi_enable_port()
5354 schedule_delayed_work(&phba->eqd_update, in beiscsi_enable_port()
5406 cancel_delayed_work_sync(&phba->eqd_update); in beiscsi_disable_port()
5648 INIT_DELAYED_WORK(&phba->eqd_update, beiscsi_eqd_update_work); in beiscsi_dev_probe()
5694 schedule_delayed_work(&phba->eqd_update, in beiscsi_dev_probe()

Completed in 21 milliseconds