Searched refs:pci_func (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c203 int pci_func = adapter->ahw.pci_func; local
204 pmac16 += (4 * pci_func);
205 crbaddr = CRB_MAC_BLOCK_START + (4 * ((pci_func/2) * 3)) +
206 (4 * (pci_func & 1));
209 if (pci_func & 1) {
325 hwcontext->pci_func = (reg_options[0] >> 8) & 0x7;
373 legacy_intrp = &legacy_intr[hwcontext->pci_func];
942 (adapter->ahw.pci_func * 0x20);
943 if (adapter->ahw.pci_func <
[all...]
H A Dunm_nic_isr.c95 val1 = XG_LINK_STATE_P3(adapter->ahw.pci_func, val);
H A Dunm_nic_ctx.c231 adapter->ahw.pci_func,
332 adapter->ahw.pci_func,
380 adapter->ahw.pci_func,
453 adapter->ahw.pci_func,
488 adapter->ahw.pci_func,
H A Dunm_nic_hw.c365 UNM_PCIX_PH_REG(PCIE_CRB_WINDOW_REG(adapter->ahw.pci_func)));
967 adapter->ahw.pci_func)))));
972 adapter->ahw.pci_func)))));
H A Dunm_nic.h230 int pci_func; member in struct:_hardware_context
H A Dunm_nic_main.c254 /* FIXME: Assumes pci_func is same as ctx */
288 msi_tgt_status[adapter->ahw.pci_func], &temp);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_drv.c549 &dev->pci_slot, &dev->pci_func) != DDI_SUCCESS) {
554 dev->pci_bus, dev->pci_slot, dev->pci_func);
H A Ddrm_ioctl.c123 dev->pci_domain, dev->pci_bus, dev->pci_slot, dev->pci_func);
H A Ddrm_irq.c54 irq.funcnum != dev->pci_func)
H A DdrmP.h772 int pci_func; member in struct:drm_device
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c1048 int pci_dev, pci_func; local
1058 pci_func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi);
1065 if ((pci_dev == ctrl->device) && (pci_func == ctrl->function)) {
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c3144 int pci_func; local
3154 pci_func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi);
3162 if ((pci_dev == ctrl->device) && (pci_func == ctrl->function)) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2120 if (!bgep->pci_func)
2123 bit = 1 << bgep->pci_func;
2150 if (!bgep->pci_func)
2153 bit = 1 << bgep->pci_func;
2211 if (!bgep->pci_func)
2214 bit = 1 << bgep->pci_func;
H A Dbge_impl.h746 uint32_t pci_func; /* from "regs" prop */ member in struct:bge
H A Dbge_mii.c1801 bgep->phy_mii_addr = (bgep->pci_func + 1);
H A Dbge_main2.c3866 bgep->pci_func = PCI_REG_FUNC_G(props[0]);
3875 bgep->pci_func =
3879 bgep->pci_func = ((regval & CPMU_STATUS_FUNC_NUM) >>
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2870 int pci_func; local
2880 pci_func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi);
2888 if ((pci_dev == ctrl->device) && (pci_func == ctrl->function)) {
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3037 int pci_func; local
3048 pci_func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi);
3056 if ((pci_dev == ctrl->device) && (pci_func == ctrl->function)) {

Completed in 155 milliseconds