/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 407 struct e1000g_osdep *osdep; in e1000g_attach() local 440 osdep = &Adapter->osdep; in e1000g_attach() 441 hw->back = osdep; in e1000g_attach() 442 osdep->adapter = Adapter; in e1000g_attach() 460 if (pci_config_setup(devinfo, &osdep->cfg_handle) != DDI_SUCCESS) { in e1000g_attach() 491 if (e1000g_check_acc_handle(Adapter->osdep.cfg_handle) != DDI_FM_OK) { in e1000g_attach() 634 struct e1000g_osdep *osdep = &Adapter->osdep; in e1000g_identify_hardware() local 638 pci_config_get16(osdep->cfg_handle, PCI_CONF_VENID); in e1000g_identify_hardware() 640 pci_config_get16(osdep->cfg_handle, PCI_CONF_DEVID); in e1000g_identify_hardware() 642 pci_config_get8(osdep->cfg_handle, PCI_CONF_REVID); in e1000g_identify_hardware() [all …]
|
H A D | e1000g_debug.c | 377 handle = Adapter->osdep.cfg_handle; in pciconfig_dump() 541 ddi_acc_handle_t handle = Adapter->osdep.cfg_handle; in pciconfig_bar()
|
H A D | e1000g_stat.c | 304 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_update_stats() 695 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_m_stat() 997 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) in e1000g_rx_ring_stat()
|
H A D | e1000g_rx.c | 866 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_receive() 909 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_receive()
|
H A D | e1000g_sw.h | 827 struct e1000g_osdep osdep; member
|
H A D | e1000g_tx.c | 872 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_fill_tx_ring()
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 426 struct igb_osdep *osdep; in igb_attach() local 454 osdep = &igb->osdep; in igb_attach() 455 hw->back = osdep; in igb_attach() 456 osdep->igb = igb; in igb_attach() 473 if (pci_config_setup(devinfo, &osdep->cfg_handle) != DDI_SUCCESS) { in igb_attach() 540 if (igb_check_acc_handle(igb->osdep.cfg_handle) != DDI_FM_OK) { in igb_attach() 792 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) in igb_unconfigure() 805 if (igb->osdep.reg_handle != NULL) in igb_unconfigure() 806 ddi_regs_map_free(&igb->osdep.reg_handle); in igb_unconfigure() 813 if (igb->osdep.cfg_handle != NULL) in igb_unconfigure() [all …]
|
H A D | igb_debug.c | 55 handle = igb->osdep.cfg_handle; in pci_dump()
|
H A D | igb_rx.c | 453 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_rx()
|
H A D | igb_gld.c | 402 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_stat() 498 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_promisc() 1125 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_setprop()
|
H A D | igb_stat.c | 139 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_update_stats()
|
H A D | igb_sw.h | 564 struct igb_osdep osdep; member
|
H A D | igb_tx.c | 1034 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_tx_fill_ring()
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 392 struct ixgbe_osdep *osdep; in ixgbe_attach() local 421 osdep = &ixgbe->osdep; in ixgbe_attach() 422 hw->back = osdep; in ixgbe_attach() 423 osdep->ixgbe = ixgbe; in ixgbe_attach() 440 if (pci_config_setup(devinfo, &osdep->cfg_handle) != DDI_SUCCESS) { in ixgbe_attach() 566 if (ixgbe_check_acc_handle(ixgbe->osdep.cfg_handle) != DDI_FM_OK) { in ixgbe_attach() 822 if (ixgbe->osdep.reg_handle != NULL) in ixgbe_unconfigure() 823 ddi_regs_map_free(&ixgbe->osdep.reg_handle); in ixgbe_unconfigure() 830 if (ixgbe->osdep.cfg_handle != NULL) in ixgbe_unconfigure() 831 pci_config_teardown(&ixgbe->osdep.cfg_handle); in ixgbe_unconfigure() [all …]
|
H A D | ixgbe_stat.c | 201 if (ixgbe_check_acc_handle(ixgbe->osdep.reg_handle) != DDI_FM_OK) in ixgbe_update_stats() 766 if (ixgbe_check_acc_handle(ixgbe->osdep.reg_handle) != DDI_FM_OK) { in ixgbe_m_stat()
|
H A D | ixgbe_debug.c | 182 handle = ixgbe->osdep.cfg_handle; in ixgbe_pci_dump()
|
H A D | ixgbe_sw.h | 627 struct ixgbe_osdep osdep; member
|
H A D | ixgbe_rx.c | 745 if (ixgbe_check_acc_handle(ixgbe->osdep.reg_handle) != DDI_FM_OK) { in ixgbe_ring_rx()
|
H A D | ixgbe_tx.c | 1162 if (ixgbe_check_acc_handle(tx_ring->ixgbe->osdep.reg_handle) != in ixgbe_tx_fill_ring()
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_main.c | 1392 struct i40e_osdep *osdep = OS_DEP(hw); in i40e_final_init() local 1429 if (i40e_check_acc_handle(osdep->ios_reg_handle) != DDI_FM_OK) { in i40e_final_init() 1441 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_identify_hardware() local 1443 hw->vendor_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_VENID); in i40e_identify_hardware() 1444 hw->device_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_DEVID); in i40e_identify_hardware() 1445 hw->revision_id = pci_config_get8(osdep->ios_cfg_handle, in i40e_identify_hardware() 1448 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBSYSID); in i40e_identify_hardware() 1450 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBVENID); in i40e_identify_hardware() 1465 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_regs_map() local 1477 &osdep->ios_reg_handle)) != DDI_SUCCESS) { in i40e_regs_map() [all …]
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | Makefile.solaris | 131 ns8390.h osdep.h pci.c pci.h pci_ids.h pci_io.c pcnet32.c \
|
H A D | Makefile.am | 17 little_bswap.h misc.c nic.c nic.h osdep.h pci.c pci.h \
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README.illumos | 117 The next step here is to take the osdep portions and merge them. That would
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | source-system-grub.mf | 157 file path=usr/share/src/grub/netboot/osdep.h
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 1905 t4_l2t.o adapter.o osdep.o
|