Lines Matching defs:work
2856 static void qla_heartbeat_work_fn(struct work_struct *work)
2858 struct qla_hw_data *ha = container_of(work,
2866 static void qla2x00_iocb_work_fn(struct work_struct *work)
2868 struct scsi_qla_host *vha = container_of(work,
3805 /* Stops all deferred work threads */
3809 /* Cancel all work and destroy DPC workqueues */
4026 /* Flush the work queue and remove it */
5498 LIST_HEAD(work);
5502 list_splice_init(&vha->work_list, &work);
5505 list_for_each_entry_safe(e, tmp, &work, list) {
5593 /* put 'work' at head of 'vha->work_list' */
5595 list_splice(&work, &vha->work_list);
5603 /* For each work completed decrement vha ref count */
5699 /* Schedule work on any of the dpc-workqueues */
5730 "Unknown work-code=0x%x.\n", work_code);
5738 qla83xx_nic_core_unrecoverable_work(struct work_struct *work)
5741 container_of(work, struct qla_hw_data, nic_core_unrecoverable);
5760 qla83xx_idc_state_handler_work(struct work_struct *work)
5763 container_of(work, struct qla_hw_data, idc_state_handler);
5806 qla83xx_nic_core_reset_work(struct work_struct *work)
5809 container_of(work, struct qla_hw_data, nic_core_reset);
5845 qla83xx_service_idc_aen(struct work_struct *work)
5848 container_of(work, struct qla_hw_data, idc_aen);
6814 qla2x00_disable_board_on_pci_error(struct work_struct *work)
6816 struct qla_hw_data *ha = container_of(work, struct qla_hw_data,
7538 /* Process any deferred work. */