Home
last modified time | relevance | path

Searched refs:MPT_DEVICE_FLAGS_INIT (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/mpt2sas/
Dmpt2sas_base.h256 #define MPT_DEVICE_FLAGS_INIT 0x01 macro
Dmpt2sas_scsih.c1418 sas_device_priv_data->flags = MPT_DEVICE_FLAGS_INIT; in _scsih_slave_alloc()
2026 sas_device_priv_data->flags &= ~MPT_DEVICE_FLAGS_INIT; in _scsih_slave_configure()
3969 if (!(sas_device_priv_data->flags & MPT_DEVICE_FLAGS_INIT)) { in _scsih_qcmd()
/drivers/scsi/mpt3sas/
Dmpt3sas_base.h226 #define MPT_DEVICE_FLAGS_INIT 0x01 macro
Dmpt3sas_scsih.c1287 sas_device_priv_data->flags = MPT_DEVICE_FLAGS_INIT; in _scsih_slave_alloc()
1686 sas_device_priv_data->flags &= ~MPT_DEVICE_FLAGS_INIT; in _scsih_slave_configure()
3589 if (!(sas_device_priv_data->flags & MPT_DEVICE_FLAGS_INIT)) { in _scsih_qcmd()