Home
last modified time | relevance | path

Searched refs:sub_device (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c106 uint32_t sub_device = 0; in smartpqi_get_pci_info_ioctl() local
116 sub_device = pci_read_config(dev, PCIR_SUBDEV_0, 2); in smartpqi_get_pci_info_ioctl()
117 pci_info->board_id = ((sub_device << 16) & 0xffff0000) | sub_vendor; in smartpqi_get_pci_info_ioctl()
/freebsd-13.1/sys/dev/ice/
H A Dice_flex_type.h83 union ice_device_id sub_device; member