Searched refs:OS_DEP (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.c35 return (pci_config_get16(OS_DEP(hw)->cfg_handle, reg));
41 pci_config_put16(OS_DEP(hw)->cfg_handle, reg, val);
H A Dixgbe_osdep.h72 #define OS_DEP(hw) ((struct ixgbe_osdep *)((hw)->back)) macro
94 ddi_put32((OS_DEP(a))->reg_handle, \
101 ddi_get32((OS_DEP(a))->reg_handle, \
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h79 #define OS_DEP(hw) ((struct e1000g_osdep *)((hw)->back)) macro
126 ddi_put32((OS_DEP(hw))->reg_handle, \
130 ddi_put32((OS_DEP(hw))->reg_handle, \
138 ddi_get32((OS_DEP(hw))->reg_handle, \
140 ddi_get32((OS_DEP(hw))->reg_handle, \
147 ddi_put32((OS_DEP(hw))->reg_handle, \
152 ddi_put32((OS_DEP(hw))->reg_handle, \
160 ddi_get32((OS_DEP(hw))->reg_handle, \
163 ddi_get32((OS_DEP(hw))->reg_handle, \
176 ddi_get32((OS_DEP(h
[all...]
H A De1000g_osdep.c48 pci_config_put16(OS_DEP(hw)->cfg_handle, reg, *value);
55 pci_config_get16(OS_DEP(hw)->cfg_handle, reg);
111 *value = pci_config_get16(OS_DEP(hw)->cfg_handle,
130 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap);
134 pci_config_put16(OS_DEP(hw)->cfg_handle,
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_osdep.c51 pci_config_put16(OS_DEP(hw)->cfg_handle, reg, *value);
58 pci_config_get16(OS_DEP(hw)->cfg_handle, reg);
74 status = pci_lcap_locate((OS_DEP(hw))->cfg_handle, pcie_id, &pcie_cap);
78 *value = pci_config_get16(OS_DEP(hw)->cfg_handle,
98 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap);
102 pci_config_put16(OS_DEP(hw)->cfg_handle,
H A De1000_osdep.h72 #define OS_DEP(hw) ((struct igb_osdep *)((hw)->back)) macro
114 ddi_put32((OS_DEP(hw))->reg_handle, \
118 ddi_get32((OS_DEP(hw))->reg_handle, \
122 ddi_put32((OS_DEP(hw))->reg_handle, \
127 ddi_get32((OS_DEP(hw))->reg_handle, \
137 ddi_get32((OS_DEP(hw))->ich_flash_handle, \
141 ddi_get16((OS_DEP(hw))->ich_flash_handle, \
145 ddi_put32((OS_DEP(hw))->ich_flash_handle, \
149 ddi_put16((OS_DEP(hw))->ich_flash_handle, \
201 ddi_put32((OS_DEP(
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h167 #define OS_DEP(hw) ((struct i40e_osdep *)((hw)->back)) macro
169 (pci_config_get16(OS_DEP(hw)->ios_cfg_handle, (reg)))
171 (pci_config_put16(OS_DEP(hw)->ios_cfg_handle, (reg), (value)))
181 ddi_put32(OS_DEP(hw)->ios_reg_handle, \
184 ddi_get32(OS_DEP(hw)->ios_reg_handle, \
H A Di40e_osdep.c48 i40e_t *i40e = OS_DEP(hw)->ios_i40e;
207 status = pci_lcap_locate((OS_DEP(hw))->ios_cfg_handle, pcie_id,
210 i40e_error(OS_DEP(hw)->ios_i40e, "failed to locate PCIe "
216 value = pci_config_get16(OS_DEP(hw)->ios_cfg_handle,
H A Di40e_main.c1377 struct i40e_osdep *osdep = OS_DEP(hw);

Completed in 79 milliseconds