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.h734 u32 t4_read_pcie_cfg4(struct adapter *adap, int reg, int drv_fw_attach);
735 int t4_get_util_window(struct adapter *adap, int drv_fw_attach);
H A Dt4_hw.c970 u32 t4_read_pcie_cfg4(struct adapter *adap, int reg, int drv_fw_attach) in t4_read_pcie_cfg4() argument
978 if (drv_fw_attach != 0) { in t4_read_pcie_cfg4()
1021 …t4_get_window(struct adapter *adap, u64 pci_base, u64 pci_mask, u64 memwin_base, int drv_fw_attach) in t4_get_window() argument
1036 bar0 = t4_read_pcie_cfg4(adap, pci_base, drv_fw_attach); in t4_get_window()
1048 int t4_get_util_window(struct adapter *adap, int drv_fw_attach) in t4_get_util_window() argument
1050 …rn t4_get_window(adap, PCI_BASE_ADDRESS_0, PCI_BASE_ADDRESS_MEM_MASK, MEMWIN0_BASE, drv_fw_attach); in t4_get_util_window()