Searched refs:PortType (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/uart/ |
H A D | uart_cpu_acpi.c | 262 if (dbg2_dev->PortType != ACPI_DBG2_SERIAL_PORT) in uart_cpu_acpi_dbg2()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt.c | 2806 port, pfp->PortType, pfp->ProtocolFlags, pfp->PortSCSIID, in mpt_configure_ioc() 2814 if (pfp->PortType == MPI_PORTFACTS_PORTTYPE_FC) { in mpt_configure_ioc() 2818 } else if (pfp->PortType == MPI_PORTFACTS_PORTTYPE_SAS) { in mpt_configure_ioc() 2822 } else if (pfp->PortType == MPI_PORTFACTS_PORTTYPE_SCSI) { in mpt_configure_ioc() 2828 } else if (pfp->PortType == MPI_PORTFACTS_PORTTYPE_ISCSI) { in mpt_configure_ioc() 2831 } else if (pfp->PortType == MPI_PORTFACTS_PORTTYPE_INACTIVE) { in mpt_configure_ioc() 2835 mpt_prt(mpt, "unknown Port Type %#x\n", pfp->PortType); in mpt_configure_ioc()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_apei.c | 121 uint32_t PortType; member 283 printf(" Port Type: %u\n", p->PortType); in apei_pcie_handler()
|
/freebsd/sys/dev/mps/ |
H A D | mps_table.c | 296 MPS_PRINTFIELD(sc, facts, PortType, 0x%x); in mps_print_portfacts()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_table.c | 316 MPR_PRINTFIELD(sc, facts, PortType, 0x%x); in mpr_print_portfacts()
|
/freebsd/sys/dev/mpt/mpilib/ |
H A D | mpi_ioc.h | 373 U8 PortType; /* 15h */ member
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_ioc.h | 374 U8 PortType; /* 0x15 */ member
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 1007 UINT16 PortType; member
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_ioc.h | 472 U8 PortType; /* 0x15 */ member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo1.c | 935 {ACPI_DMT_UINT16, ACPI_DBG20_OFFSET (PortType), "Port Type", 0},
|