Lines Matching defs:work
4549 * qla4xxx_timer - checks every second for work to do.
4586 /* Process any deferred work. */
4682 * Otherwise, the Soft Reset won't work.
5269 LIST_HEAD(work);
5272 list_splice_init(&ha->work_list, &work);
5275 list_for_each_entry_safe(e, tmp, &work, list) {
5304 * @work: Context to obtain pointer to host adapter structure.
5313 static void qla4xxx_do_dpc(struct work_struct *work)
5316 container_of(work, struct scsi_qla_host, dpc_work);
8707 /* Initialize work list */