Home
last modified time | relevance | path

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

/src/sys/dev/mps/
H A Dmps_table.c390 phy->AttachedDevHandle); in mps_print_evt_sas()
462 MPS_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mps_print_expander1()
493 MPS_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mps_print_sasphy0()
H A Dmps_sas_lsi.c221 le16toh(phy->AttachedDevHandle), in mpssas_fw_work()
226 le16toh(phy->AttachedDevHandle)); in mpssas_fw_work()
228 phy->AttachedDevHandle)); in mpssas_fw_work()
233 phy->AttachedDevHandle)); in mpssas_fw_work()
H A Dmps_mapping.c2466 AttachedDevHandle); in mps_mapping_topology_change_event()
/src/sys/dev/mpr/
H A Dmpr_table.c411 le16toh(phy->AttachedDevHandle)); in mpr_print_evt_sas()
483 MPR_PRINTFIELD_16(sc, buf, AttachedDevHandle, 0x%04x); in mpr_print_expander1()
514 MPR_PRINTFIELD_16(sc, buf, AttachedDevHandle, 0x%04x); in mpr_print_sasphy0()
H A Dmpr_sas_lsi.c224 le16toh(phy->AttachedDevHandle), in mprsas_fw_work()
229 le16toh(phy->AttachedDevHandle)); in mprsas_fw_work()
231 phy->AttachedDevHandle)); in mprsas_fw_work()
236 phy->AttachedDevHandle)); in mprsas_fw_work()
749 handle = le16toh(port_entry->AttachedDevHandle); in mprsas_fw_work()
H A Dmpr_mapping.c2954 AttachedDevHandle); in mpr_mapping_topology_change_event()
3005 AttachedDevHandle); in mpr_mapping_pcie_topology_change_event()
/src/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()
/src/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h749 U16 AttachedDevHandle; /* 0x00 */ member
890 U16 AttachedDevHandle; /* 0x00 */ member
961 U16 AttachedDevHandle; /* 0x10 */ member
H A Dmpi30_cnfg.h2692 U16 AttachedDevHandle; /* 0x08 */ member
2991 U16 AttachedDevHandle; /* 0x12 */ member
3108 U16 AttachedDevHandle; /* 0x0C */ member
3354 U16 AttachedDevHandle; /* 0x04 */ member
3619 U16 AttachedDevHandle; /* 0x0E */ member
/src/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
/src/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1595 handle = (event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_debug()
1641 handle = le16toh(event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_process_sastopochg_evt()
1715 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_debug()
1762 le16toh(event_data->PortEntry[i].AttachedDevHandle); in mpi3mr_process_pcietopochg_evt()
H A Dmpi3mr.c4043 handle = le16toh(topo_evt->PortEntry[i].AttachedDevHandle); in mpi3mr_pcietopochg_evt_th()
4102 handle = le16toh(topo_evt->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_th()
/src/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
/src/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2796 U16 AttachedDevHandle; /* 12h */ member
2935 U16 AttachedDevHandle; /* 14h */ member
/src/sys/dev/mpt/
H A Dmpt_cam.c695 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle); in mptsas_sas_phy_pg0()