Home
last modified time | relevance | path

Searched refs:pend_os_device_add (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c889 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add()
909 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add()
1174 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add()
1177 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add()
3589 clear_bit(handle, ioc->pend_os_device_add); in _scsih_tm_tr_send()
6048 set_bit(handle, ioc->pend_os_device_add); in _scsih_add_device()
6067 clear_bit(handle, ioc->pend_os_device_add); in _scsih_add_device()
6380 if (!test_bit(handle, ioc->pend_os_device_add)) in _scsih_sas_topology_change_event()
6822 set_bit(handle, ioc->pend_os_device_add); in _scsih_pcie_add_device()
6844 clear_bit(handle, ioc->pend_os_device_add); in _scsih_pcie_add_device()
[all …]
Dmpt3sas_base.h1267 void *pend_os_device_add; member
Dmpt3sas_base.c6619 ioc->pend_os_device_add = kzalloc(ioc->pend_os_device_add_sz, in mpt3sas_base_attach()
6621 if (!ioc->pend_os_device_add) in mpt3sas_base_attach()
6722 kfree(ioc->pend_os_device_add); in mpt3sas_base_attach()
6764 kfree(ioc->pend_os_device_add); in mpt3sas_base_detach()