Searched refs:Bus (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h53 BYTE Bus:6; member in struct:_SCSI3Addr_struct::__anon26
63 BYTE Bus:3; member in struct:_SCSI3Addr_struct::__anon28
72 DWORD Bus:6; member in struct:_PhysDevAddr_struct
/freebsd-current/sys/dev/acpica/Osd/
H A DOsdHardware.c113 *(UINT64 *)Value = pci_cfgregread(PciId->Segment, PciId->Bus, PciId->Device,
135 pci_cfgregwrite(PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
/freebsd-current/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c220 * consisting of a Segment number, Bus number, Device number,
227 * the Bus/Device/Function numbers in the PciId with the actual
233 * will make any necessary modifications to the Bus, Device, or
388 "Input PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X\n",
389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
391 BusNumber = PciId->Bus;
414 "Output PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X "
416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
522 PciId->Bus = *BusNumber;
558 PciId->Bus
[all...]
/freebsd-current/sys/dev/ciss/
H A Dcissio.h109 u_int8_t Bus:6; member in struct:__anon2030::__anon2031
119 u_int8_t Bus:3; member in struct:__anon2030::__anon2033
127 u_int32_t Bus:6; member in struct:__anon2034
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_init.h106 U8 Bus; /* 01h */ member in struct:_MSG_SCSI_IO_REQUEST
176 U8 Bus; /* 01h */ member in struct:_MSG_SCSI_IO_REPLY
272 U8 Bus; /* 01h */ member in struct:__anon3440
431 U8 Bus; /* 01h */ member in struct:_MSG_SCSI_TASK_MGMT
469 U8 Bus; /* 01h */ member in struct:_MSG_SCSI_TASK_MGMT_REPLY
500 U8 Bus; /* 01h */ member in struct:_MSG_SEP_REQUEST
552 U8 Bus; /* 01h */ member in struct:_MSG_SEP_REPLY
H A Dmpi_sas.h179 U8 Bus; /* 01h */ member in struct:_MSG_SATA_PASSTHROUGH_REQUEST
215 U8 Bus; /* 01h */ member in struct:_MSG_SATA_PASSTHROUGH_REPLY
247 U8 Bus; /* 0Dh */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REQUEST
H A Dmpi_tool.h206 /* ActionInfo for Bus and TargetId */
210 U8 Bus; /* 02h */ member in struct:_MPI_TB_FC_MANAGE_BUS_TID_AI
H A Dmpi_ioc.h578 /* SCSI Event data for Port, Bus and Device forms */
593 U8 Bus; /* 01h */ member in struct:_EVENT_DATA_SCSI_DEVICE_STATUS_CHANGE
614 U8 Bus; /* 01h */ member in struct:_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE
653 U8 Bus; /* 01h */ member in struct:_EVENT_DATA_QUEUE_FULL
726 U8 Bus; /* 01h */ member in struct:_MPI_EVENT_DATA_IR2
/freebsd-current/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h334 UINT8 Bus; member in struct:__anon9025
861 UINT32 Bus; member in struct:__anon9057
884 UINT32 Bus; member in struct:__anon9058
906 UINT32 Bus; member in struct:__anon9059
H A DAcpi20.h320 UINT8 Bus; member in struct:__anon8985
H A DAcpi51.h357 UINT8 Bus; member in struct:__anon9166
1548 UINT32 Bus; member in struct:__anon9233
1571 UINT32 Bus; member in struct:__anon9234
1593 UINT32 Bus; member in struct:__anon9235
H A DAcpi50.h61 /// Serial Bus Resource Descriptor (Generic)
80 /// Serial Bus Resource Descriptor (I2C)
96 /// Serial Bus Resource Descriptor (SPI)
115 /// Serial Bus Resource Descriptor (UART)
465 UINT8 Bus; member in struct:__anon9081
1532 UINT32 Bus; member in struct:__anon9142
1555 UINT32 Bus; member in struct:__anon9143
1577 UINT32 Bus; member in struct:__anon9144
H A DAcpi10.h567 UINT8 Bus; member in struct:__anon8972
H A DAcpi30.h365 UINT8 Bus; member in struct:__anon9003
H A DAcpi60.h358 UINT8 Bus; member in struct:__anon9257
1735 UINT32 Bus; member in struct:__anon9335
1758 UINT32 Bus; member in struct:__anon9336
1780 UINT32 Bus; member in struct:__anon9337
/freebsd-current/sys/sys/
H A Daac_ioctl.h186 int32_t Bus; member in struct:aac_query_disk
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dactbl1.h1124 UINT8 Bus; member in struct:acpi_dmar_device_scope
1871 UINT32 Bus; /* Bus and Segment numbers */ member in struct:acpi_hest_aer_common
1890 * Macros to access the bus/segment numbers in Bus field above:
1891 * Bus number is encoded in bits 7:0
1894 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF)
1895 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF)
H A Dactbl3.h548 UINT8 Bus; /* PCI Bus/Segment/Function numbers */ member in struct:acpi_table_tcpa_server
810 UINT8 PciBus; /* PCI Bus number */
934 UINT8 PciBus; /* PCI Bus number */
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h907 /// Bus, device & function numbers that locate this device.
909 PXE_UINT16 Bus; member in struct:pxe_device::__anon9484
1197 UINT16 Bus; member in struct:s_pxe_pci_config_info
1223 PXE_UINT16 Bus; member in struct:s_pxe_pcc_config_info
/freebsd-current/sys/x86/iommu/
H A Dintel_drv.c714 return (dmar_match_pathes(devscope->Bus, path, path_len, dev_busno,
864 *rid = PCI_RID(devscope->Bus,
1025 devscope->Bus,
1035 dmar_print_path(devscope->Bus, dev_path_len,
1040 devscope->Bus,
1046 resmem->Segment, devscope->Bus,
/freebsd-current/sys/dev/mps/
H A Dmps_ioctl.h342 uint16_t Bus; member in struct:mps_btdh_mapping
/freebsd-current/sys/dev/mpr/
H A Dmpr_ioctl.h341 uint16_t Bus; member in struct:mpr_btdh_mapping
/freebsd-current/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c459 PciId->Bus = ACPI_LOWORD (PciValue);
/freebsd-current/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c564 "Pci-Config %u (%u) Seg(%04x) Bus(%04x) "
566 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
/freebsd-current/sys/dev/mpt/
H A Dmpt_debug.c102 { MPI_IOCSTATUS_SCSI_INVALID_BUS, "SCSI: Invalid Bus" },
112 { MPI_IOCSTATUS_SCSI_IOC_TERMINATED, "SCSI: IOC Bus Reset" },
113 { MPI_IOCSTATUS_SCSI_EXT_TERMINATED, "SCSI: External Bus Reset" },
159 { MPI_EVENT_IOC_BUS_RESET, "IOC Bus Reset" },
160 { MPI_EVENT_EXT_BUS_RESET, "External Bus Reset" },
206 { MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS, "Reset Bus" },
421 printf("\tBus: %d\n", msg->Bus);
536 printf("\tBus: %d\n", msg->Bus);

Completed in 395 milliseconds

12