Home
last modified time | relevance | path

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

/freebsd/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/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/usr.sbin/mpsutil/
H A Dmps_show.c208 if (le16toh(phy0->AttachedDevHandle) != 0) { in show_adapter()
210 le16toh(phy0->AttachedDevHandle)); in show_adapter()
757 le16toh(exp1->AttachedDevHandle)); in show_expanders()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h727 U16 AttachedDevHandle; /* 0x00 */ member
867 U16 AttachedDevHandle; /* 0x00 */ member
936 U16 AttachedDevHandle; /* 0x10 */ member
H A Dmpi30_cnfg.h2525 U16 AttachedDevHandle; /* 0x08 */ member
2821 U16 AttachedDevHandle; /* 0x12 */ member
2938 U16 AttachedDevHandle; /* 0x0C */ member
3183 U16 AttachedDevHandle; /* 0x04 */ member
3443 U16 AttachedDevHandle; /* 0x0E */ member
/freebsd/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/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1594 handle = (event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_debug()
1640 handle = le16toh(event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_process_sastopochg_evt()
1722 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_debug()
1769 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_process_pcietopochg_evt()
H A Dmpi3mr.c3844 handle = le16toh(topo_evt->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_th()
3903 handle = le16toh(topo_evt->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_th()
/freebsd/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/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2796 U16 AttachedDevHandle; /* 12h */ member
2935 U16 AttachedDevHandle; /* 14h */ member
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c695 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle); in mptsas_sas_phy_pg0()