Searched refs:ql2xdontresethba (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_gbl.h | 161 extern int ql2xdontresethba;
|
H A D | qla_nx2.c | 1845 * ql2xdontresethba is not set, clear IDC_CTRL BIT0. */ in qla8044_update_idc_reg() 1846 if ((drv_active == (1 << ha->portnum)) && !ql2xdontresethba) in qla8044_update_idc_reg() 4025 if (ql2xdontresethba) in qla8044_abort_isp() 4029 * Reset,irrespective of ql2xdontresethba. This is to allow a in qla8044_abort_isp()
|
H A D | qla_os.c | 212 int ql2xdontresethba; variable 213 module_param(ql2xdontresethba, int, S_IRUGO|S_IWUSR); 214 MODULE_PARM_DESC(ql2xdontresethba, 6505 if (!ql2xdontresethba && ha->flags.nic_core_reset_owner) in qla83xx_idc_state_handler()
|
H A D | qla_nx.c | 3233 if (!ql2xdontresethba) in qla82xx_device_state_handler()
|
H A D | qla_init.c | 2353 /* NOTE: If ql2xdontresethba==1, set IDC_CTRL DONTRESET_BIT0. in qla2x00_initialize_adapter() 2357 if (ql2xdontresethba == 1) in qla2x00_initialize_adapter()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_gbl.h | 174 extern int ql2xdontresethba;
|
H A D | qla_nx2.c | 1845 * ql2xdontresethba is not set, clear IDC_CTRL BIT0. */ in qla8044_update_idc_reg() 1846 if ((drv_active == (1 << ha->portnum)) && !ql2xdontresethba) in qla8044_update_idc_reg() 4014 if (ql2xdontresethba) in qla8044_abort_isp() 4018 * Reset,irrespective of ql2xdontresethba. This is to allow a in qla8044_abort_isp()
|
H A D | qla_os.c | 227 int ql2xdontresethba; variable 228 module_param(ql2xdontresethba, int, S_IRUGO|S_IWUSR); 229 MODULE_PARM_DESC(ql2xdontresethba, 6753 if (!ql2xdontresethba && ha->flags.nic_core_reset_owner) in qla83xx_idc_state_handler()
|
H A D | qla_nx.c | 3224 if (!ql2xdontresethba) in qla82xx_device_state_handler()
|
H A D | qla_init.c | 2738 /* NOTE: If ql2xdontresethba==1, set IDC_CTRL DONTRESET_BIT0. in qla2x00_initialize_adapter() 2742 if (ql2xdontresethba == 1) in qla2x00_initialize_adapter()
|
Completed in 54 milliseconds