Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c294 hardware_context *hwcontext; in unm_pci_cfg_init() local
305 hwcontext = &adapter->ahw; in unm_pci_cfg_init()
325 hwcontext->pci_func = (reg_options[0] >> 8) & 0x7; in unm_pci_cfg_init()
343 hwcontext->revision_id = pci_config_get8(pci_cfg_hdl, PCI_CONF_REVID); in unm_pci_cfg_init()
348 if ((hwcontext->revision_id >= NX_P3_A0) && in unm_pci_cfg_init()
349 (hwcontext->revision_id < NX_P3_B1)) { in unm_pci_cfg_init()
361 if (NX_IS_REVISION_P2(hwcontext->revision_id)) { in unm_pci_cfg_init()
372 if (hwcontext->revision_id >= NX_P3_B0) in unm_pci_cfg_init()
373 legacy_intrp = &legacy_intr[hwcontext->pci_func]; in unm_pci_cfg_init()