Searched refs:sas_expander_list (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 255 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, list) { in __mpi3mr_expander_find_by_handle() 473 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, list) { in mpi3mr_expander_find_by_sas_address() 1852 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, list) { in mpi3mr_refresh_expanders() 1918 &mrioc->sas_expander_list, list) { in mpi3mr_refresh_expanders() 1944 list_add_tail(&sas_expander->list, &mrioc->sas_expander_list); in mpi3mr_expander_node_add() 2450 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, in mpi3mr_get_port_id_by_rphy()
|
H A D | mpi3mr.h | 1226 struct list_head sas_expander_list; member
|
H A D | mpi3mr_os.c | 5093 INIT_LIST_HEAD(&mrioc->sas_expander_list); in mpi3mr_probe() 5292 &mrioc->sas_expander_list, list) { in mpi3mr_remove()
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 1556 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in mpt3sas_scsih_expander_find_by_handle() 1609 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in mpt3sas_scsih_expander_find_by_sas_address() 1636 list_add_tail(&sas_expander->list, &ioc->sas_expander_list); in _scsih_expander_node_add() 10154 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) { in _scsih_mark_responding_expander() 10202 if (list_empty(&ioc->sas_expander_list)) in _scsih_search_responding_expanders() 10328 &ioc->sas_expander_list, list) { in _scsih_remove_unresponding_devices() 12274 INIT_LIST_HEAD(&ioc->sas_expander_list); in _scsih_probe()
|
H A D | mpt3sas_base.h | 1477 struct list_head sas_expander_list; member
|
H A D | mpt3sas_transport.c | 125 &ioc->sas_expander_list, list) { in _transport_get_port_id_by_rphy()
|