Searched refs:dev_scope (Results 1 – 1 of 1) sorted by relevance
58 static int32_t handle_dmar_devscope(struct dmar_dev_scope *dev_scope, void *addr, int32_t remaining) in handle_dmar_devscope() argument72 dev_scope->id = apci_devscope->enumeration_id; in handle_dmar_devscope()73 dev_scope->type = apci_devscope->entry_type; in handle_dmar_devscope()74 dev_scope->bus = dmar_bdf.fields.bus; in handle_dmar_devscope()75 dev_scope->devfun = dmar_bdf.fields.devfun; in handle_dmar_devscope()109 struct dmar_dev_scope *dev_scope; in handle_one_drhd() local126 dev_scope = drhd->devices; in handle_one_drhd()131 consumed = handle_dmar_devscope(dev_scope, cp, remaining); in handle_one_drhd()136 ((uint32_t)dev_scope->bus << 8U) | in handle_one_drhd()137 dev_scope->devfun) == CONFIG_IGD_SBDF) { in handle_one_drhd()[all …]
Completed in 5 milliseconds