Home
last modified time | relevance | path

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

/src/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1715 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_debug()
1719 reason_code = event_data->PortEntry[i].PortStatus; in mpi3mr_pcietopochg_evt_debug()
1737 link_rate = event_data->PortEntry[i].CurrentPortInfo & in mpi3mr_pcietopochg_evt_debug()
1739 prev_link_rate = event_data->PortEntry[i].PreviousPortInfo & in mpi3mr_pcietopochg_evt_debug()
1762 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_process_pcietopochg_evt()
1769 link_rate = event_data->PortEntry[i].CurrentPortInfo & in mpi3mr_process_pcietopochg_evt()
1773 reason_code = event_data->PortEntry[i].PortStatus; in mpi3mr_process_pcietopochg_evt()
H A Dmpi3mr.c4043 handle = le16toh(topo_evt->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_th()
4046 reason_code = topo_evt->PortEntry[i].PortStatus; in mpi3mr_pcietopochg_evt_th()
/src/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h938 MPI3_EVENT_PCIE_TOPO_PORT_ENTRY PortEntry[MPI3_EVENT_PCIE_TOPO_PORT_COUNT]; /* 0x10 */ member
/src/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1331 MPI26_EVENT_PCIE_TOPO_PORT_ENTRY PortEntry[MPI26_EVENT_PCIE_TOPO_PORT_COUNT]; /* 0x0C */ member
/src/sys/dev/mpr/
H A Dmpr_sas_lsi.c748 port_entry = &data->PortEntry[i]; in mprsas_fw_work()
H A Dmpr_mapping.c2993 event_port_change = event_data->PortEntry; in mpr_mapping_pcie_topology_change_event()