Searched refs:PCI_ID (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/hptrr/ |
H A D | himfuncs.h | 41 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id)) 43 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached)) 46 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id)) 49 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, …
|
H A D | him.h | 57 PCI_ID; typedef 71 PCI_ID pci_id;
|
H A D | hptrr_osm_bsd.c | 44 PCI_ID pci_id; in hpt_match() 82 PCI_ID pci_id; in hpt_attach()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | himfuncs.h | 40 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id)) 42 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr)) 45 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id)) 48 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, …
|
H A D | him.h | 55 PCI_ID; typedef 69 PCI_ID pci_id;
|
H A D | hpt27xx_osm_bsd.c | 36 PCI_ID pci_id; in hpt_match() 73 PCI_ID pci_id; in hpt_attach()
|
/freebsd/sys/dev/hptnr/ |
H A D | himfuncs.h | 40 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id)) 42 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr)) 45 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id)) 48 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, …
|
H A D | him.h | 54 PCI_ID; typedef 68 PCI_ID pci_id;
|
H A D | hptnr_osm_bsd.c | 37 PCI_ID pci_id; in hpt_match() 75 PCI_ID pci_id; in hpt_attach()
|
/freebsd/sys/contrib/openzfs/udev/ |
H A D | vdev_id | 359 PCI_ID=$(eval echo '$'{$((i -1))} | awk -F: '{print $2":"$3}') 466 CHAN=$(map_channel "$PCI_ID" "$PORT") 475 CHAN=$(map_channel "$PCI_ID" "$PORT") 572 PCI_ID=$(eval echo '$'{$((i -1))} | awk -F: '{print $2":"$3}') 593 CHAN=$(map_channel "$PCI_ID" "$PORT") 635 PCI_ID="${PCI_ID_LONG#[0-9]*:}" 638 NAME=$(awk "/channel/{if (\$1 == \"channel\" && \$2 == \"$PCI_ID\" && \
|
/freebsd/sys/contrib/openzfs/etc/zfs/ |
H A D | vdev_id.conf.multipath.example | 3 # PCI_ID HBA PORT CHANNEL NAME
|
H A D | vdev_id.conf.scsi.example | 8 # PCI_ID HBA PORT CHANNEL NAME
|
H A D | vdev_id.conf.sas_direct.example | 8 # PCI_ID HBA PORT CHANNEL NAME
|