Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpr/
H A Dmpr_table.c414 phy->AttachedDevHandle); in mpr_print_evt_sas()
486 MPR_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mpr_print_expander1()
517 MPR_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mpr_print_sasphy0()
H A Dmpr_sas_lsi.c227 le16toh(phy->AttachedDevHandle), in mprsas_fw_work()
232 le16toh(phy->AttachedDevHandle)); in mprsas_fw_work()
234 phy->AttachedDevHandle)); in mprsas_fw_work()
239 phy->AttachedDevHandle)); in mprsas_fw_work()
755 handle = le16toh(port_entry->AttachedDevHandle); in mprsas_fw_work()
H A Dmpr_mapping.c2925 AttachedDevHandle); in mpr_mapping_topology_change_event()
2976 AttachedDevHandle); in mpr_mapping_pcie_topology_change_event()
/freebsd-12.1/sys/dev/mps/
H A Dmps_table.c393 phy->AttachedDevHandle); in mps_print_evt_sas()
465 MPS_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mps_print_expander1()
496 MPS_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mps_print_sasphy0()
H A Dmps_sas_lsi.c224 le16toh(phy->AttachedDevHandle), in mpssas_fw_work()
229 le16toh(phy->AttachedDevHandle)); in mpssas_fw_work()
231 phy->AttachedDevHandle)); in mpssas_fw_work()
236 phy->AttachedDevHandle)); in mpssas_fw_work()
H A Dmps_mapping.c2461 AttachedDevHandle); in mps_mapping_topology_change_event()
/freebsd-12.1/usr.sbin/mpsutil/
H A Dmps_show.c177 if (phy0->AttachedDevHandle != 0) { in show_adapter()
178 snprintf(devhandle, 5, "%04x", phy0->AttachedDevHandle); in show_adapter()
713 exp1->AttachedDevHandle); in show_expanders()
/freebsd-12.1/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h2205 U16 AttachedDevHandle; /* 0x08 */ member
2742 U16 AttachedDevHandle; /* 0x12 */ member
2883 U16 AttachedDevHandle; /* 0x0C */ member
3485 U16 AttachedDevHandle; /* 0x08 */ member
3630 U16 AttachedDevHandle; /* 0x0E */ member
H A Dmpi2_ioc.h1053 U16 AttachedDevHandle; /* 0x00 */ member
1319 U16 AttachedDevHandle; /* 0x00 */ member
/freebsd-12.1/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h1722 U16 AttachedDevHandle; /* 0x08 */ member
2215 U16 AttachedDevHandle; /* 0x12 */ member
2352 U16 AttachedDevHandle; /* 0x0C */ member
H A Dmpi2_ioc.h831 U16 AttachedDevHandle; /* 0x00 */ member
/freebsd-12.1/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2865 U16 AttachedDevHandle; /* 12h */ member
3008 U16 AttachedDevHandle; /* 14h */ member
/freebsd-12.1/sys/dev/mpt/
H A Dmpt_cam.c698 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle); in mptsas_sas_phy_pg0()