Home
last modified time | relevance | path

Searched refs:sas_expander_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c1347 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in mpt3sas_scsih_expander_find_by_handle()
1397 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in mpt3sas_scsih_expander_find_by_sas_address()
1422 list_add_tail(&sas_expander->list, &ioc->sas_expander_list); in _scsih_expander_node_add()
8820 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in _scsih_mark_responding_expander()
8865 if (list_empty(&ioc->sas_expander_list)) in _scsih_search_responding_expanders()
8967 &ioc->sas_expander_list, list) { in _scsih_remove_unresponding_devices()
10556 INIT_LIST_HEAD(&ioc->sas_expander_list); in _scsih_probe()
Dmpt3sas_base.h1304 struct list_head sas_expander_list; member