Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c172 unm_nic_read_w0(adapter, UNM_PCIE_REG(PCIE_SEM2_LOCK), &done); in rom_lock()
192 unm_nic_read_w0(adapter, UNM_PCIE_REG(PCIE_SEM2_UNLOCK), &val); in rom_unlock()
367 if (off == UNM_PCIE_REG(PCIE_SETUP_FUNCTION)) { in pinit_from_rom()
370 if (off == UNM_PCIE_REG(PCIE_SETUP_FUNCTION2)) { in pinit_from_rom()
H A Dniu.c62 UNM_PCIE_REG(PCIE_SEM3_LOCK), &done); in phy_lock()
82 UNM_PCIE_REG(PCIE_SEM3_UNLOCK), &val); in phy_unlock()
H A Dunm_nic_ctx.c121 UNM_PCIE_REG(PCIE_SEM5_LOCK), &done); in netxen_api_lock()
147 UNM_PCIE_REG(PCIE_SEM5_UNLOCK), &val); in netxen_api_unlock()
H A Dunm_gem.c1110 adapter->unm_nic_hw_read_wx(adapter, UNM_PCIE_REG(PCIE_CHICKEN3), in netxen_pcie_strap_init()
1117 adapter->unm_nic_hw_write_wx(adapter, UNM_PCIE_REG(PCIE_CHICKEN3), in netxen_pcie_strap_init()
H A Dunm_nic_hw.c319 UNM_PCIE_REG(PCIE_SEM7_LOCK), &done, 4); in crb_win_lock()
343 adapter->unm_nic_hw_read_wx(adapter, UNM_PCIE_REG(PCIE_SEM7_UNLOCK), in crb_win_unlock()
H A Dunm_inc.h1199 #define UNM_PCIE_REG(reg) (UNM_CRB_PCIE + (reg)) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c494 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM7_LOCK), &done); in ql_8021_crb_win_lock()
515 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM7_UNLOCK), NULL); in ql_8021_crb_win_unlock()
1043 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM5_LOCK), &done); in ql_8021_hw_lock()
1065 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM5_UNLOCK), NULL); in ql_8021_hw_unlock()
1075 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM2_LOCK), &done); in ql_8021_rom_lock()
1098 ql_8021_rd_32(ha, UNM_PCIE_REG(PCIE_SEM2_UNLOCK), NULL); in ql_8021_rom_unlock()
1461 if (off == UNM_PCIE_REG(PCIE_SETUP_FUNCTION)) { in ql_8021_pinit_from_rom()
1464 if (off == UNM_PCIE_REG(PCIE_SETUP_FUNCTION2)) { in ql_8021_pinit_from_rom()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h820 #define UNM_PCIE_REG(reg) (UNM_CRB_PCIE + (reg)) macro