Searched refs:pend_os_device_add (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 8580 ioc->pend_os_device_add = kzalloc(ioc->pend_os_device_add_sz, in mpt3sas_base_attach() 8582 if (!ioc->pend_os_device_add) { in mpt3sas_base_attach() 8698 kfree(ioc->pend_os_device_add); in mpt3sas_base_attach() 8739 kfree(ioc->pend_os_device_add); in mpt3sas_base_detach() 8863 void *pend_os_device_add = NULL, *device_remove_in_progress = NULL; in _base_check_ioc_facts_changes() local 8903 pend_os_device_add = krealloc(ioc->pend_os_device_add, in _base_check_ioc_facts_changes() 8905 if (!pend_os_device_add) { in _base_check_ioc_facts_changes() 8911 memset(pend_os_device_add + ioc->pend_os_device_add_sz, 0, in _base_check_ioc_facts_changes() 8913 ioc->pend_os_device_add = pend_os_device_add; in _base_check_ioc_facts_changes()
|
| H A D | mpt3sas_scsih.c | 1104 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add() 1125 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add() 1433 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 1441 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 1444 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 4420 clear_bit(handle, ioc->pend_os_device_add); in _scsih_tm_tr_send() 8416 set_bit(handle, ioc->pend_os_device_add); in _scsih_add_device() 8436 clear_bit(handle, ioc->pend_os_device_add); in _scsih_add_device() 8833 if (!test_bit(handle, ioc->pend_os_device_add)) in _scsih_sas_topology_change_event() 9296 set_bit(handle, ioc->pend_os_device_add); in _scsih_pcie_add_device() [all …]
|