Searched refs:nic_core_reset (Results 1 – 2 of 2) sorted by relevance
2770 INIT_WORK(&ha->nic_core_reset, qla83xx_nic_core_reset_work); in qla2x00_probe_one()3016 cancel_work_sync(&ha->nic_core_reset); in qla2x00_destroy_deferred_work()4102 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()4197 container_of(work, struct qla_hw_data, nic_core_reset); in qla83xx_nic_core_reset_work()
3471 struct work_struct nic_core_reset; member