Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c2622 struct mpi3_event_data_pcie_topology_change_list *topo_evt = in mpi3mr_pcietopochg_evt_th() local
2630 for (i = 0; i < topo_evt->num_entries; i++) { in mpi3mr_pcietopochg_evt_th()
2631 handle = le16_to_cpu(topo_evt->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_th()
2634 reason_code = topo_evt->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_th()
2688 struct mpi3_event_data_sas_topology_change_list *topo_evt = in mpi3mr_sastopochg_evt_th() local
2696 for (i = 0; i < topo_evt->num_entries; i++) { in mpi3mr_sastopochg_evt_th()
2697 handle = le16_to_cpu(topo_evt->phy_entry[i].attached_dev_handle); in mpi3mr_sastopochg_evt_th()
2700 reason_code = topo_evt->phy_entry[i].status & in mpi3mr_sastopochg_evt_th()