Searched refs:hba_port_next (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 895 struct hba_port *hba_port_next, *hba_port = NULL; in mpt3sas_transport_port_remove() local 940 list_for_each_entry_safe(hba_port, hba_port_next, in mpt3sas_transport_port_remove()
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 1529 struct mpi3mr_hba_port *srch_port, *hba_port_next = NULL; in mpi3mr_sas_port_remove() local 1559 list_for_each_entry_safe(srch_port, hba_port_next, in mpi3mr_sas_port_remove()
|
H A D | mpi3mr_os.c | 5397 struct mpi3mr_hba_port *port, *hba_port_next; in mpi3mr_remove() local 5452 list_for_each_entry_safe(port, hba_port_next, &mrioc->hba_port_table_list, list) { in mpi3mr_remove()
|