Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1722 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_debug()
1726 reason_code = event_data->PortEntry[i].PortStatus; in mpi3mr_pcietopochg_evt_debug()
1744 link_rate = event_data->PortEntry[i].CurrentPortInfo & in mpi3mr_pcietopochg_evt_debug()
1746 prev_link_rate = event_data->PortEntry[i].PreviousPortInfo & in mpi3mr_pcietopochg_evt_debug()
1769 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_process_pcietopochg_evt()
1776 link_rate = event_data->PortEntry[i].CurrentPortInfo & in mpi3mr_process_pcietopochg_evt()
1780 reason_code = event_data->PortEntry[i].PortStatus; in mpi3mr_process_pcietopochg_evt()
H A Dmpi3mr.c3844 handle = le16toh(topo_evt->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_th()
3847 reason_code = topo_evt->PortEntry[i].PortStatus; in mpi3mr_pcietopochg_evt_th()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h913 MPI3_EVENT_PCIE_TOPO_PORT_ENTRY PortEntry[MPI3_EVENT_PCIE_TOPO_PORT_COUNT]; /* 0x10 */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1331 MPI26_EVENT_PCIE_TOPO_PORT_ENTRY PortEntry[MPI26_EVENT_PCIE_TOPO_PORT_COUNT]; /* 0x0C */ member
/freebsd/sys/dev/mpr/
H A Dmpr_sas_lsi.c750 port_entry = &data->PortEntry[i]; in mprsas_fw_work()
H A Dmpr_mapping.c2976 event_port_change = event_data->PortEntry; in mpr_mapping_pcie_topology_change_event()