Home
last modified time | relevance | path

Searched refs:osdep (Results 1 – 25 of 27) sorted by relevance

12

/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c407 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 De1000g_debug.c377 handle = Adapter->osdep.cfg_handle; in pciconfig_dump()
541 ddi_acc_handle_t handle = Adapter->osdep.cfg_handle; in pciconfig_bar()
H A De1000g_stat.c304 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 De1000g_rx.c867 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_receive()
910 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_receive()
H A De1000g_sw.h828 struct e1000g_osdep osdep; member
H A De1000g_tx.c872 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_fill_tx_ring()
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c427 struct igb_osdep *osdep; in igb_attach() local
455 osdep = &igb->osdep; in igb_attach()
456 hw->back = osdep; in igb_attach()
457 osdep->igb = igb; in igb_attach()
474 if (pci_config_setup(devinfo, &osdep->cfg_handle) != DDI_SUCCESS) { in igb_attach()
543 if (igb_check_acc_handle(igb->osdep.cfg_handle) != DDI_FM_OK) { in igb_attach()
795 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) in igb_unconfigure()
808 if (igb->osdep.reg_handle != NULL) in igb_unconfigure()
809 ddi_regs_map_free(&igb->osdep.reg_handle); in igb_unconfigure()
816 if (igb->osdep.cfg_handle != NULL) in igb_unconfigure()
[all …]
H A Digb_debug.c57 handle = igb->osdep.cfg_handle; in pci_dump()
H A Digb_rx.c454 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_rx()
H A Digb_stat.c139 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_update_stats()
H A Digb_gld.c404 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_stat()
500 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_promisc()
1196 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_setprop()
H A Digb_sw.h565 struct igb_osdep osdep; member
H A Digb_tx.c1035 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_tx_fill_ring()
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c418 struct ixgbe_osdep *osdep; in ixgbe_attach() local
447 osdep = &ixgbe->osdep; in ixgbe_attach()
448 hw->back = osdep; in ixgbe_attach()
449 osdep->ixgbe = ixgbe; in ixgbe_attach()
466 if (pci_config_setup(devinfo, &osdep->cfg_handle) != DDI_SUCCESS) { in ixgbe_attach()
603 if (ixgbe_check_acc_handle(ixgbe->osdep.cfg_handle) != DDI_FM_OK) { in ixgbe_attach()
873 if (ixgbe->osdep.reg_handle != NULL) in ixgbe_unconfigure()
874 ddi_regs_map_free(&ixgbe->osdep.reg_handle); in ixgbe_unconfigure()
881 if (ixgbe->osdep.cfg_handle != NULL) in ixgbe_unconfigure()
882 pci_config_teardown(&ixgbe->osdep.cfg_handle); in ixgbe_unconfigure()
[all …]
H A Dixgbe_stat.c213 if (ixgbe_check_acc_handle(ixgbe->osdep.reg_handle) != DDI_FM_OK) in ixgbe_update_stats()
820 if (ixgbe_check_acc_handle(ixgbe->osdep.reg_handle) != DDI_FM_OK) { in ixgbe_m_stat()
H A Dixgbe_debug.c182 handle = ixgbe->osdep.cfg_handle; in ixgbe_pci_dump()
H A Dixgbe_rx.c746 if (ixgbe_check_acc_handle(ixgbe->osdep.reg_handle) != DDI_FM_OK) { in ixgbe_ring_rx()
H A Dixgbe_sw.h622 struct ixgbe_osdep osdep; member
H A Dixgbe_tx.c1166 if (ixgbe_check_acc_handle(tx_ring->ixgbe->osdep.reg_handle) != in ixgbe_tx_fill_ring()
/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_main.c1433 struct i40e_osdep *osdep = OS_DEP(hw); in i40e_final_init() local
1470 if (i40e_check_acc_handle(osdep->ios_reg_handle) != DDI_FM_OK) { in i40e_final_init()
1482 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_identify_hardware() local
1484 hw->vendor_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_VENID); in i40e_identify_hardware()
1485 hw->device_id = pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_DEVID); in i40e_identify_hardware()
1486 hw->revision_id = pci_config_get8(osdep->ios_cfg_handle, in i40e_identify_hardware()
1489 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBSYSID); in i40e_identify_hardware()
1491 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBVENID); in i40e_identify_hardware()
1506 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_regs_map() local
1518 &osdep->ios_reg_handle)) != DDI_SUCCESS) { in i40e_regs_map()
[all …]
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A DMakefile.solaris131 ns8390.h osdep.h pci.c pci.h pci_ids.h pci_io.c pcnet32.c \
H A DMakefile.am17 little_bswap.h misc.c nic.c nic.h osdep.h pci.c pci.h \
/titanic_50/usr/src/uts/common/io/e1000api/
H A DREADME.illumos95 The next step here is to take the osdep portions and merge them. That would
/titanic_50/usr/src/pkg/manifests/
H A Dsource-system-grub.mf157 file path=usr/share/src/grub/netboot/osdep.h
/titanic_50/usr/src/uts/common/
H A DMakefile.files1923 t4_l2t.o adapter.o osdep.o

12