Searched refs:sas_expander_list (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 258 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, list) { in __mpi3mr_expander_find_by_handle() 476 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, list) { in mpi3mr_expander_find_by_sas_address() 1881 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, list) { in mpi3mr_refresh_expanders() 1947 &mrioc->sas_expander_list, list) { in mpi3mr_refresh_expanders() 1963 * Adding new object to the ioc->sas_expander_list. 1973 list_add_tail(&sas_expander->list, &mrioc->sas_expander_list); in mpi3mr_expander_node_add() 1983 * sas_expander_list and expose it to the SAS transport 2197 * the sas_expander_list and removes the same from SAS TL, if 2252 * mrioc->sas_expander_list and removes it from the SAS TL by 2479 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, in mpi3mr_get_port_id_by_rphy() [all...] |
H A D | mpi3mr.h | 1152 * @sas_expander_list: SAS node list of expanders 1358 struct list_head sas_expander_list; member
|
H A D | mpi3mr_os.c | 5395 INIT_LIST_HEAD(&mrioc->sas_expander_list); in mpi3mr_probe() 5599 &mrioc->sas_expander_list, list) { in mpi3mr_remove()
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 1563 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() 1634 * Adding new object to the ioc->sas_expander_list. 1643 list_add_tail(&sas_expander->list, &ioc->sas_expander_list); in _scsih_expander_node_add() 6882 * Creating expander object, stored in ioc->sas_expander_list. 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() 11032 * ioc->sas_expander_list. 12266 INIT_LIST_HEAD(&ioc->sas_expander_list); in _scsih_probe() [all...] |
H A D | mpt3sas_transport.c | 125 &ioc->sas_expander_list, list) { in _transport_get_port_id_by_rphy()
|