Home
last modified time | relevance | path

Searched refs:sas_expander (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c255 struct mpi3mr_sas_node *sas_expander, *r; in __mpi3mr_expander_find_by_handle() local
258 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, list) { in __mpi3mr_expander_find_by_handle()
259 if (sas_expander->handle != handle) in __mpi3mr_expander_find_by_handle()
261 r = sas_expander; in __mpi3mr_expander_find_by_handle()
473 struct mpi3mr_sas_node *sas_expander, *r = NULL; in mpi3mr_expander_find_by_sas_address() local
478 list_for_each_entry(sas_expander, &mrioc->sas_expander_list, list) { in mpi3mr_expander_find_by_sas_address()
479 if ((sas_expander->sas_address != sas_address) || in mpi3mr_expander_find_by_sas_address()
480 (sas_expander->hba_port != hba_port)) in mpi3mr_expander_find_by_sas_address()
482 r = sas_expander; in mpi3mr_expander_find_by_sas_address()
1872 struct mpi3mr_sas_node *sas_expander, *sas_expander_next; in mpi3mr_refresh_expanders() local
[all …]
/linux/drivers/scsi/libsas/
H A DMakefile15 sas_expander.o \
/linux/Documentation/translations/zh_CN/scsi/
H A Dlibsas.rst420 对应的内核实现位于 "sas_expander.c" 文件中。
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c113 struct _sas_node *sas_expander; in _transport_get_port_id_by_rphy() local
124 list_for_each_entry(sas_expander, in _transport_get_port_id_by_rphy()
126 if (sas_expander->rphy == rphy) { in _transport_get_port_id_by_rphy()
127 port_id = sas_expander->port->port_id; in _transport_get_port_id_by_rphy()
/linux/Documentation/scsi/
H A Dlibsas.rst450 "sas_expander.c".