Lines Matching defs:work
1828 static void beiscsi_mcc_work(struct work_struct *work)
1833 pbe_eq = container_of(work, struct be_eq_obj, mcc_work);
4919 /* skip if boot work is already in progress */
5148 static void beiscsi_boot_work(struct work_struct *work)
5151 container_of(work, struct beiscsi_hba, boot_work);
5180 * ending the boot work.
5194 static void beiscsi_eqd_update_work(struct work_struct *work)
5206 phba = container_of(work, struct beiscsi_hba, eqd_update.work);
5362 /* start hw_check timer and eqd_update work */
5426 static void beiscsi_sess_work(struct work_struct *work)
5430 phba = container_of(work, struct beiscsi_hba, sess_work);
5432 * This work gets scheduled only in case of HBA error.
5434 * iscsi_session_failure needs process context hence this work.
5439 static void beiscsi_recover_port(struct work_struct *work)
5443 phba = container_of(work, struct beiscsi_hba, recover_port.work);
5659 "Failed to allocate work queue\n");
5702 * Set this bit after starting the work to let
5704 * ASYNC event can too schedule this work.