Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c408 struct e1000g_osdep *osdep; in e1000g_attach() local
441 osdep = &Adapter->osdep; in e1000g_attach()
442 hw->back = osdep; in e1000g_attach()
443 osdep->adapter = Adapter; in e1000g_attach()
635 struct e1000g_osdep *osdep = &Adapter->osdep; in e1000g_identify_hardware() local
663 struct e1000g_osdep *osdep = &Adapter->osdep; in e1000g_regs_map() local
732 osdep->ich_flash_handle = osdep->reg_handle; in e1000g_regs_map()
791 if (osdep->reg_handle != NULL) in e1000g_regs_map()
792 ddi_regs_map_free(&osdep->reg_handle); in e1000g_regs_map()
5301 handle = e1000gp->osdep.reg_handle; in e1000g_ioc_peek_reg()
[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()
676 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_m_stat()
978 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) in e1000g_rx_ring_stat()
H A De1000g_rx.c857 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_receive()
900 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_receive()
H A De1000g_sw.h829 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()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c442 struct igb_osdep *osdep; in igb_attach() local
470 osdep = &igb->osdep; in igb_attach()
471 hw->back = osdep; in igb_attach()
472 osdep->igb = igb; in igb_attach()
853 if (igb->osdep.reg_handle != NULL) in igb_unconfigure()
854 ddi_regs_map_free(&igb->osdep.reg_handle); in igb_unconfigure()
861 if (igb->osdep.cfg_handle != NULL) in igb_unconfigure()
862 pci_config_teardown(&igb->osdep.cfg_handle); in igb_unconfigure()
934 struct igb_osdep *osdep = &igb->osdep; in igb_identify_hardware() local
995 struct igb_osdep *osdep = &igb->osdep; in igb_regs_map() local
[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.c386 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_stat()
482 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_promisc()
1181 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_m_setprop()
H A Digb_sw.h608 struct igb_osdep osdep; member
H A Digb_tx.c1064 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_tx_fill_ring()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c1463 struct i40e_osdep *osdep = OS_DEP(hw); in i40e_final_init() local
1512 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_identify_hardware() local
1516 hw->revision_id = pci_config_get8(osdep->ios_cfg_handle, in i40e_identify_hardware()
1519 pci_config_get16(osdep->ios_cfg_handle, PCI_CONF_SUBSYSID); in i40e_identify_hardware()
1536 struct i40e_osdep *osdep = &i40e->i40e_osdep_space; in i40e_regs_map() local
1548 &osdep->ios_reg_handle)) != DDI_SUCCESS) { in i40e_regs_map()
1553 osdep->ios_reg_size = memsize; in i40e_regs_map()
3324 struct i40e_osdep *osdep; in i40e_attach() local
3339 osdep = &i40e->i40e_osdep_space; in i40e_attach()
3340 hw->back = osdep; in i40e_attach()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c437 struct ixgbe_osdep *osdep; in ixgbe_attach() local
466 osdep = &ixgbe->osdep; in ixgbe_attach()
467 hw->back = osdep; in ixgbe_attach()
468 osdep->ixgbe = ixgbe; in ixgbe_attach()
909 if (ixgbe->osdep.reg_handle != NULL) in ixgbe_unconfigure()
910 ddi_regs_map_free(&ixgbe->osdep.reg_handle); in ixgbe_unconfigure()
917 if (ixgbe->osdep.cfg_handle != NULL) in ixgbe_unconfigure()
918 pci_config_teardown(&ixgbe->osdep.cfg_handle); in ixgbe_unconfigure()
989 struct ixgbe_osdep *osdep = &ixgbe->osdep; in ixgbe_identify_hardware() local
1095 struct ixgbe_osdep *osdep = &ixgbe->osdep; in ixgbe_regs_map() local
[all …]
H A Dixgbe_stat.c306 if (ixgbe_check_acc_handle(ixgbe->osdep.reg_handle) != DDI_FM_OK) in ixgbe_update_stats()
765 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.h640 struct ixgbe_osdep osdep; member
H A Dixgbe_tx.c1075 if (ixgbe_check_acc_handle(tx_ring->ixgbe->osdep.reg_handle) != in ixgbe_tx_fill_ring()
/illumos-gate/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 \
H A DMakefile.in191 main.c misc.c nic.h osdep.h pci.c pci.h timer.c timer.h
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos102 The next step here is to take the osdep portions and merge them. That would
/illumos-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.p5m153 file path=usr/share/src/grub/netboot/osdep.h

12