Home
last modified time | relevance | path

Searched refs:drv_fw_attach (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h732 u32 t4_read_pcie_cfg4(struct adapter *adap, int reg, int drv_fw_attach);
733 int t4_get_util_window(struct adapter *adap, int drv_fw_attach);
H A Dt4_hw.c1068 u32 t4_read_pcie_cfg4(struct adapter *adap, int reg, int drv_fw_attach) in t4_read_pcie_cfg4() argument
1076 if (drv_fw_attach != 0) { in t4_read_pcie_cfg4()
1119 …t4_get_window(struct adapter *adap, u64 pci_base, u64 pci_mask, u64 memwin_base, int drv_fw_attach) in t4_get_window() argument
1134 bar0 = t4_read_pcie_cfg4(adap, pci_base, drv_fw_attach); in t4_get_window()
1146 int t4_get_util_window(struct adapter *adap, int drv_fw_attach) in t4_get_util_window() argument
1148 …rn t4_get_window(adap, PCI_BASE_ADDRESS_0, PCI_BASE_ADDRESS_MEM_MASK, MEMWIN0_BASE, drv_fw_attach); in t4_get_util_window()