Lines Matching defs:work
2734 static void qla2x00_iocb_work_fn(struct work_struct *work)
2736 struct scsi_qla_host *vha = container_of(work,
3631 /* Stops all deferred work threads */
3635 /* Cancel all work and destroy DPC workqueues */
3851 /* Flush the work queue and remove it */
5243 LIST_HEAD(work);
5247 list_splice_init(&vha->work_list, &work);
5250 list_for_each_entry_safe(e, tmp, &work, list) {
5341 /* put 'work' at head of 'vha->work_list' */
5343 list_splice(&work, &vha->work_list);
5351 /* For each work completed decrement vha ref count */
5446 /* Schedule work on any of the dpc-workqueues */
5477 "Unknown work-code=0x%x.\n", work_code);
5485 qla83xx_nic_core_unrecoverable_work(struct work_struct *work)
5488 container_of(work, struct qla_hw_data, nic_core_unrecoverable);
5507 qla83xx_idc_state_handler_work(struct work_struct *work)
5510 container_of(work, struct qla_hw_data, idc_state_handler);
5553 qla83xx_nic_core_reset_work(struct work_struct *work)
5556 container_of(work, struct qla_hw_data, nic_core_reset);
5592 qla83xx_service_idc_aen(struct work_struct *work)
5595 container_of(work, struct qla_hw_data, idc_aen);
6566 qla2x00_disable_board_on_pci_error(struct work_struct *work)
6568 struct qla_hw_data *ha = container_of(work, struct qla_hw_data,
7180 /* Process any deferred work. */