Searched refs:nic_core_reset (Results 1 – 2 of 2) sorted by relevance
3511 INIT_WORK(&ha->nic_core_reset, qla83xx_nic_core_reset_work); in qla2x00_probe_one()3812 cancel_work_sync(&ha->nic_core_reset); in qla2x00_destroy_deferred_work()5706 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()5801 container_of(work, struct qla_hw_data, nic_core_reset); in qla83xx_nic_core_reset_work()
4790 struct work_struct nic_core_reset; member