Home
last modified time | relevance | path

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

/src/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c109 uint32_t sub_device = 0; in smartpqi_get_pci_info_ioctl() local
119 sub_device = pci_read_config(dev, PCIR_SUBDEV_0, 2); in smartpqi_get_pci_info_ioctl()
120 pci_info->board_id = ((sub_device << 16) & 0xffff0000) | sub_vendor; in smartpqi_get_pci_info_ioctl()
/src/sys/dev/ice/
H A Dice_ddp_common.h157 union ice_device_id sub_device; member