Lines Matching refs:feat
76 * @feat: DOE Feature
88 struct pci_doe_feature feat;
339 val = FIELD_PREP(PCI_DOE_DATA_OBJECT_HEADER_1_VID, task->feat.vid) |
340 FIELD_PREP(PCI_DOE_DATA_OBJECT_HEADER_1_TYPE, task->feat.type);
387 if ((FIELD_GET(PCI_DOE_DATA_OBJECT_HEADER_1_VID, val) != task->feat.vid) ||
388 (FIELD_GET(PCI_DOE_DATA_OBJECT_HEADER_1_TYPE, val) != task->feat.type)) {
390 doe_mb->cap_offset, task->feat.vid, task->feat.type,
759 if (!pci_doe_supports_feat(doe_mb, task->feat.vid, task->feat.type))
805 .feat.vid = vendor,
806 .feat.type = type,