Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mps/
HDmps_table.c339 phy->AttachedDevHandle); in mps_print_evt_sas()
399 MPS_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mps_print_expander1()
430 MPS_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mps_print_sasphy0()
HDmps_sas_lsi.c220 le16toh(phy->AttachedDevHandle), phy->LinkRate)){ in mpssas_fw_work()
223 le16toh(phy->AttachedDevHandle)); in mpssas_fw_work()
225 phy->AttachedDevHandle)); in mpssas_fw_work()
230 phy->AttachedDevHandle)); in mpssas_fw_work()
HDmps_mapping.c2059 AttachedDevHandle); in mps_mapping_topology_change_event()
/NextBSD/sys/dev/mpr/
HDmpr_table.c340 phy->AttachedDevHandle); in mpr_print_evt_sas()
401 MPR_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mpr_print_expander1()
432 MPR_PRINTFIELD(sc, buf, AttachedDevHandle, 0x%04x); in mpr_print_sasphy0()
HDmpr_sas_lsi.c220 le16toh(phy->AttachedDevHandle), in mprsas_fw_work()
224 le16toh(phy->AttachedDevHandle)); in mprsas_fw_work()
226 phy->AttachedDevHandle)); in mprsas_fw_work()
231 phy->AttachedDevHandle)); in mprsas_fw_work()
HDmpr_mapping.c2059 AttachedDevHandle); in mpr_mapping_topology_change_event()
/NextBSD/usr.sbin/mpsutil/
HDmps_show.c174 if (phy0->AttachedDevHandle != 0) { in show_adapter()
175 snprintf(devhandle, 5, "%04x", phy0->AttachedDevHandle); in show_adapter()
676 exp1->AttachedDevHandle); in show_expanders()
/NextBSD/sys/dev/mps/mpi/
HDmpi2_cnfg.h1720 U16 AttachedDevHandle; /* 0x08 */ member
2213 U16 AttachedDevHandle; /* 0x12 */ member
2350 U16 AttachedDevHandle; /* 0x0C */ member
HDmpi2_ioc.h829 U16 AttachedDevHandle; /* 0x00 */ member
/NextBSD/sys/dev/mpr/mpi/
HDmpi2_cnfg.h1959 U16 AttachedDevHandle; /* 0x08 */ member
2489 U16 AttachedDevHandle; /* 0x12 */ member
2630 U16 AttachedDevHandle; /* 0x0C */ member
HDmpi2_ioc.h966 U16 AttachedDevHandle; /* 0x00 */ member
/NextBSD/sys/dev/mpt/mpilib/
HDmpi_cnfg.h2863 U16 AttachedDevHandle; /* 12h */ member
3006 U16 AttachedDevHandle; /* 14h */ member
/NextBSD/sys/dev/mpt/
HDmpt_cam.c685 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle); in mptsas_sas_phy_pg0()