Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/mpi3mr/
Dmpi3mr_os.c2497 struct mpi3_event_data_pcie_topology_change_list *topo_evt = in mpi3mr_pcietopochg_evt_th() local
2505 for (i = 0; i < topo_evt->num_entries; i++) { in mpi3mr_pcietopochg_evt_th()
2506 handle = le16_to_cpu(topo_evt->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_th()
2509 reason_code = topo_evt->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_th()
2563 struct mpi3_event_data_sas_topology_change_list *topo_evt = in mpi3mr_sastopochg_evt_th() local
2571 for (i = 0; i < topo_evt->num_entries; i++) { in mpi3mr_sastopochg_evt_th()
2572 handle = le16_to_cpu(topo_evt->phy_entry[i].attached_dev_handle); in mpi3mr_sastopochg_evt_th()
2575 reason_code = topo_evt->phy_entry[i].status & in mpi3mr_sastopochg_evt_th()