Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mps/
H A Dmps_table.c391 phy->AttachedDevHandle); in mps_print_evt_sas()
463 MPS_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mps_print_expander1()
494 MPS_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mps_print_sasphy0()
H A Dmps_sas_lsi.c223 le16toh(phy->AttachedDevHandle), in mpssas_fw_work()
228 le16toh(phy->AttachedDevHandle)); in mpssas_fw_work()
230 phy->AttachedDevHandle)); in mpssas_fw_work()
235 phy->AttachedDevHandle)); in mpssas_fw_work()
H A Dmps_mapping.c2467 AttachedDevHandle); in mps_mapping_topology_change_event()
/freebsd-14.2/sys/dev/mpr/
H A Dmpr_table.c412 le16toh(phy->AttachedDevHandle)); in mpr_print_evt_sas()
484 MPR_PRINTFIELD_16(sc, buf, AttachedDevHandle, 0x%04x); in mpr_print_expander1()
515 MPR_PRINTFIELD_16(sc, buf, AttachedDevHandle, 0x%04x); in mpr_print_sasphy0()
H A Dmpr_sas_lsi.c226 le16toh(phy->AttachedDevHandle), in mprsas_fw_work()
231 le16toh(phy->AttachedDevHandle)); in mprsas_fw_work()
233 phy->AttachedDevHandle)); in mprsas_fw_work()
238 phy->AttachedDevHandle)); in mprsas_fw_work()
751 handle = le16toh(port_entry->AttachedDevHandle); in mprsas_fw_work()
H A Dmpr_mapping.c2937 AttachedDevHandle); in mpr_mapping_topology_change_event()
2988 AttachedDevHandle); in mpr_mapping_pcie_topology_change_event()
/freebsd-14.2/usr.sbin/mpsutil/
H A Dmps_show.c209 if (le16toh(phy0->AttachedDevHandle) != 0) { in show_adapter()
211 le16toh(phy0->AttachedDevHandle)); in show_adapter()
758 le16toh(exp1->AttachedDevHandle)); in show_expanders()
/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h717 U16 AttachedDevHandle; /* 0x00 */ member
857 U16 AttachedDevHandle; /* 0x00 */ member
926 U16 AttachedDevHandle; /* 0x10 */ member
H A Dmpi30_cnfg.h2434 U16 AttachedDevHandle; /* 0x08 */ member
2730 U16 AttachedDevHandle; /* 0x12 */ member
2847 U16 AttachedDevHandle; /* 0x0C */ member
3092 U16 AttachedDevHandle; /* 0x04 */ member
3352 U16 AttachedDevHandle; /* 0x0E */ member
/freebsd-14.2/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h2141 U16 AttachedDevHandle; /* 0x08 */ member
2666 U16 AttachedDevHandle; /* 0x12 */ member
2805 U16 AttachedDevHandle; /* 0x0C */ member
3390 U16 AttachedDevHandle; /* 0x08 */ member
3531 U16 AttachedDevHandle; /* 0x0E */ member
H A Dmpi2_ioc.h1026 U16 AttachedDevHandle; /* 0x00 */ member
1285 U16 AttachedDevHandle; /* 0x00 */ member
/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1560 handle = (event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_debug()
1606 handle = le16toh(event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_process_sastopochg_evt()
1688 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_debug()
1735 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_process_pcietopochg_evt()
H A Dmpi3mr.c3832 handle = le16toh(topo_evt->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_th()
3891 handle = le16toh(topo_evt->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_th()
/freebsd-14.2/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h1665 U16 AttachedDevHandle; /* 0x08 */ member
2147 U16 AttachedDevHandle; /* 0x12 */ member
2281 U16 AttachedDevHandle; /* 0x0C */ member
H A Dmpi2_ioc.h810 U16 AttachedDevHandle; /* 0x00 */ member
/freebsd-14.2/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2796 U16 AttachedDevHandle; /* 12h */ member
2935 U16 AttachedDevHandle; /* 14h */ member
/freebsd-14.2/sys/dev/mpt/
H A Dmpt_cam.c695 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle); in mptsas_sas_phy_pg0()