Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c1563 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in mpt3sas_scsih_expander_find_by_handle()
1616 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in mpt3sas_scsih_expander_find_by_sas_address()
1643 list_add_tail(&sas_expander->list, &ioc->sas_expander_list); in _scsih_expander_node_add()
10158 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in _scsih_mark_responding_expander()
10206 if (list_empty(&ioc->sas_expander_list)) in _scsih_search_responding_expanders()
10332 &ioc->sas_expander_list, list) { in _scsih_remove_unresponding_devices()
12266 INIT_LIST_HEAD(&ioc->sas_expander_list); in _scsih_probe()
H A Dmpt3sas_base.h1474 struct list_head sas_expander_list; member