Searched refs:nic_core_reset (Results 1 – 2 of 2) sorted by relevance
3283 INIT_WORK(&ha->nic_core_reset, qla83xx_nic_core_reset_work); in qla2x00_probe_one()3546 cancel_work_sync(&ha->nic_core_reset); in qla2x00_destroy_deferred_work()5180 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()5275 container_of(work, struct qla_hw_data, nic_core_reset); in qla83xx_nic_core_reset_work()
4171 struct work_struct nic_core_reset; member