Searched refs:pend_os_device_add (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/scsi/mpt3sas/ | 
| D | mpt3sas_base.c | 7091 	ioc->pend_os_device_add = kzalloc(ioc->pend_os_device_add_sz,  in mpt3sas_base_attach()7093 	if (!ioc->pend_os_device_add)  in mpt3sas_base_attach()
 7201 	kfree(ioc->pend_os_device_add);  in mpt3sas_base_attach()
 7242 	kfree(ioc->pend_os_device_add);  in mpt3sas_base_detach()
 7357 	void *pend_os_device_add = NULL, *device_remove_in_progress = NULL;  in _base_check_ioc_facts_changes()  local
 7391 		pend_os_device_add = krealloc(ioc->pend_os_device_add,  in _base_check_ioc_facts_changes()
 7393 		if (!pend_os_device_add) {  in _base_check_ioc_facts_changes()
 7399 		memset(pend_os_device_add + ioc->pend_os_device_add_sz, 0,  in _base_check_ioc_facts_changes()
 7401 		ioc->pend_os_device_add = pend_os_device_add;  in _base_check_ioc_facts_changes()
 
 | 
| D | mpt3sas_scsih.c | 882 		clear_bit(sas_device->handle, ioc->pend_os_device_add);  in _scsih_sas_device_add()902 		clear_bit(sas_device->handle, ioc->pend_os_device_add);  in _scsih_sas_device_add()
 1160 		clear_bit(pcie_device->handle, ioc->pend_os_device_add);  in _scsih_pcie_device_add()
 1168 			clear_bit(pcie_device->handle, ioc->pend_os_device_add);  in _scsih_pcie_device_add()
 1171 		clear_bit(pcie_device->handle, ioc->pend_os_device_add);  in _scsih_pcie_device_add()
 3622 	clear_bit(handle, ioc->pend_os_device_add);  in _scsih_tm_tr_send()
 6075 	set_bit(handle, ioc->pend_os_device_add);  in _scsih_add_device()
 6094 		clear_bit(handle, ioc->pend_os_device_add);  in _scsih_add_device()
 6400 			if (!test_bit(handle, ioc->pend_os_device_add))  in _scsih_sas_topology_change_event()
 6837 	set_bit(handle, ioc->pend_os_device_add);  in _scsih_pcie_add_device()
 [all …]
 
 | 
| D | mpt3sas_base.h | 1325 	void		*pend_os_device_add;  member
 |