Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/mps/
Dmps_table.c280 MPS_PRINTFIELD(sc, buf, PhysicalPort, %d); in mps_print_sasdev0()
305 MPS_EVENTFIELD(sc, data, PhysicalPort, %d); in mps_print_evt_sas()
333 MPS_EVENTFIELD(sc, data, PhysicalPort, %d); in mps_print_evt_sas()
359 MPS_EVENTFIELD(sc, data, PhysicalPort, %d); in mps_print_evt_sas()
389 MPS_PRINTFIELD(sc, buf, PhysicalPort, %d); in mps_print_expander1()
Dmps_sas.c2841 req->PhysicalPort = 0xff; in mpssas_send_smpcmd()
/freebsd-9-stable/sys/dev/mpr/
Dmpr_table.c281 MPR_PRINTFIELD(sc, buf, PhysicalPort, %d); in mpr_print_sasdev0()
306 MPR_EVENTFIELD(sc, data, PhysicalPort, %d); in mpr_print_evt_sas()
334 MPR_EVENTFIELD(sc, data, PhysicalPort, %d); in mpr_print_evt_sas()
361 MPR_EVENTFIELD(sc, data, PhysicalPort, %d); in mpr_print_evt_sas()
391 MPR_PRINTFIELD(sc, buf, PhysicalPort, %d); in mpr_print_expander1()
Dmpr_sas.c2688 req->PhysicalPort = 0xff; in mprsas_send_smpcmd()
/freebsd-9-stable/sys/dev/mps/mpi/
Dmpi2_sas.h125 U8 PhysicalPort; /* 0x01 */ member
152 U8 PhysicalPort; /* 0x01 */ member
Dmpi2_ioc.h722 U8 PhysicalPort; /* 0x02 */ member
789 U8 PhysicalPort; /* 0x01 */ member
843 U8 PhysicalPort; /* 0x0B */ member
892 U8 PhysicalPort; /* 0x03 */ member
961 U8 PhysicalPort; /* 0x03 */ member
Dmpi2_cnfg.h2134 U8 PhysicalPort; /* 0x08 */ member
2203 U8 PhysicalPort; /* 0x08 */ member
2268 U8 PhysicalPort; /* 0x22 */ member
2555 U8 PhysicalPort; /* 0x09 */ member
Dmpi2_tool.h286 U8 PhysicalPort; /* 0x0D */ member
/freebsd-9-stable/sys/dev/mpt/mpilib/
Dmpi_sas.h130 U8 PhysicalPort; /* 01h */ member
158 U8 PhysicalPort; /* 01h */ member
Dmpi_cnfg.h2814 U8 PhysicalPort; /* 08h */ member
2855 U8 PhysicalPort; /* 08h */ member
2919 U8 PhysicalPort; /* 22h */ member
Dmpi_ioc.h971 U8 PhysicalPort; /* 04h */ member
/freebsd-9-stable/sys/dev/mpr/mpi/
Dmpi2_sas.h138 U8 PhysicalPort; /* 0x01 */ member
165 U8 PhysicalPort; /* 0x01 */ member
Dmpi2_ioc.h687 U8 PhysicalPort; /* 0x03 */ member
839 U8 PhysicalPort; /* 0x02 */ member
926 U8 PhysicalPort; /* 0x01 */ member
980 U8 PhysicalPort; /* 0x0B */ member
1030 U8 PhysicalPort; /* 0x03 */ member
1099 U8 PhysicalPort; /* 0x03 */ member
Dmpi2_cnfg.h2410 U8 PhysicalPort; /* 0x08 */ member
2479 U8 PhysicalPort; /* 0x08 */ member
2544 U8 PhysicalPort; /* 0x22 */ member
2835 U8 PhysicalPort; /* 0x09 */ member
Dmpi2_tool.h302 U8 PhysicalPort; /* 0x0D */ member
Dmpi2_history.txt428 * 08-24-11 02.00.19 Added PhysicalPort field to
/freebsd-9-stable/sys/dev/mpt/
Dmpt_cam.c731 device_info->physical_port = buffer->PhysicalPort; in mptsas_sas_device_pg0()