Searched defs:hw (Results 1 - 25 of 91) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.c33 ixgbe_read_pci_cfg(struct ixgbe_hw *hw, uint32_t reg) argument
35 return (pci_config_get16(OS_DEP(hw)->cfg_handle, reg));
39 ixgbe_write_pci_cfg(struct ixgbe_hw *hw, uint32_t reg, uint32_t val) argument
41 pci_config_put16(OS_DEP(hw)->cfg_handle, reg, val);
H A Dixgbe_stat.c41 struct ixgbe_hw *hw; local
50 hw = &ixgbe->hw;
102 IXGBE_READ_REG(hw, IXGBE_QPRC(i));
105 IXGBE_READ_REG(hw, IXGBE_QPTC(i));
108 IXGBE_READ_REG(hw, IXGBE_QBRC(i));
110 switch (hw->mac.type) {
113 IXGBE_READ_REG(hw, IXGBE_QBTC(i));
121 IXGBE_READ_REG(hw, IXGBE_QBTC_L(i));
123 ((uint64_t)((IXGBE_READ_REG(hw,
484 struct ixgbe_hw *hw = &ixgbe->hw; local
[all...]
H A Dixgbe_debug.c41 struct ixgbe_hw *hw = &ixgbe->hw; local
50 ixgbe_log(ixgbe, "..eims: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMS));
51 ixgbe_log(ixgbe, "..eimc: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMC));
52 ixgbe_log(ixgbe, "..eiac: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIAC));
53 ixgbe_log(ixgbe, "..eiam: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIAM));
54 ixgbe_log(ixgbe, "..gpie: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_GPIE));
60 if (ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(i))) {
71 IXGBE_READ_REG(hw, IXGBE_EITR(i)));
79 IXGBE_READ_REG(hw, IXGBE_RXDCT
431 struct ixgbe_hw *hw = &ixgbe->hw; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dpg.c41 "hw",
60 pg_hw_name(int hw) argument
62 return ((hw < 0 || hw > NHW) ? "UNKNOWN" : pg_hw_names[hw]);
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_stat.c40 struct e1000_hw *hw; local
52 hw = &igb->hw;
96 igb_ks->gprc.value.ul += E1000_READ_REG(hw, E1000_GPRC);
97 igb_ks->gptc.value.ul += E1000_READ_REG(hw, E1000_GPTC);
98 igb_ks->prc64.value.ul += E1000_READ_REG(hw, E1000_PRC64);
99 igb_ks->prc127.value.ul += E1000_READ_REG(hw, E1000_PRC127);
100 igb_ks->prc255.value.ul += E1000_READ_REG(hw, E1000_PRC255);
101 igb_ks->prc511.value.ul += E1000_READ_REG(hw, E1000_PRC511);
102 igb_ks->prc1023.value.ul += E1000_READ_REG(hw, E1000_PRC102
[all...]
H A Digb_osdep.c33 e1000_pci_set_mwi(struct e1000_hw *hw) argument
35 uint16_t val = hw->bus.pci_cmd_word | CMD_MEM_WRT_INVALIDATE;
37 e1000_write_pci_cfg(hw, PCI_COMMAND_REGISTER, &val);
41 e1000_pci_clear_mwi(struct e1000_hw *hw) argument
43 uint16_t val = hw->bus.pci_cmd_word & ~CMD_MEM_WRT_INVALIDATE;
45 e1000_write_pci_cfg(hw, PCI_COMMAND_REGISTER, &val);
49 e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
51 pci_config_put16(OS_DEP(hw)->cfg_handle, reg, *value);
55 e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
58 pci_config_get16(OS_DEP(hw)
67 e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
91 e1000_write_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
113 e1000_rar_clear(struct e1000_hw *hw, uint32_t index) argument
129 e1000_rar_set_vmdq(struct e1000_hw *hw, const uint8_t *addr, uint32_t index, uint32_t vmdq_mode, uint8_t qsel) argument
[all...]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_div.c93 int ha, hb, hc, hd, hz, hw, hs, i, j; local
117 hw = (hc > hd)? hc : hd;
120 if (hw >= 0x7ff00000) { /* w is inf or nan */
142 if (hw < 0x00100000) {
154 hw = (hc > hd)? hc : hd;
157 if (hw == 0 && (cc.i[1] | dd.i[1]) == 0) {
233 hs = (((hw >> 2) - hw) + 0x6fd7ffff) & 0xfff00000;
235 if (((hw - 0x32800000) | (0x47100000 - hw)) >
[all...]
H A D_D_cplx_div_ix.c103 int hb, hc, hd, hw, i, j; local
121 hw = (hc > hd)? hc : hd;
124 if (hw >= 0x7ff00000) { /* w is inf or nan */
137 if (hw < 0x00100000) {
149 hw = (hc > hd)? hc : hd;
152 if (hw == 0 && (cc.i[1] | dd.i[1]) == 0) {
174 hw = (hw - 0x38000000) >> 28;
175 sc = c * scl[hw + 4].d;
176 sd = d * scl[hw
[all...]
H A D_D_cplx_div_rx.c103 int ha, hc, hd, hw, i, j; local
121 hw = (hc > hd)? hc : hd;
124 if (hw >= 0x7ff00000) { /* w is inf or nan */
137 if (hw < 0x00100000) {
149 hw = (hc > hd)? hc : hd;
152 if (hw == 0 && (cc.i[1] | dd.i[1]) == 0) {
174 hw = (hw - 0x38000000) >> 28;
175 sc = c * scl[hw + 4].d;
176 sd = d * scl[hw
[all...]
H A D_Q_cplx_div.c100 int ha, hb, hc, hd, hz, hw, hs, i, j; local
124 hw = (hc > hd)? hc : hd;
127 if (hw >= 0x7fff0000) { /* w is inf or nan */
147 if (hw == 0 && (cc.i[1] | cc.i[2] | cc.i[3] |
177 hs = (((hw >> 2) - hw) + 0x6ffd7fff) & 0xffff0000;
179 if (((hw - 0x3e380000) | (0x40e90000 - hw)) >= 0)
180 hs = (((0x40e90000 - hw) >> 1) & 0xffff0000)
H A D_Q_cplx_div_ix.c95 int hb, hc, hd, hw, i, j; local
115 hw = (hc > hd)? hc : hd;
118 if (hw >= 0x7fff0000) { /* w is inf or nan */
131 if (hw == 0 && (cc.i[1] | cc.i[2] | cc.i[3] |
154 hw = (hw - 0x3fff0000) >> 16;
157 _Q_scl(&sc, -hw);
158 _Q_scl(&sd, -hw);
164 hb -= (hw + hw);
[all...]
H A D_Q_cplx_div_rx.c95 int ha, hc, hd, hw, i, j; local
115 hw = (hc > hd)? hc : hd;
118 if (hw >= 0x7fff0000) { /* w is inf or nan */
131 if (hw == 0 && (cc.i[1] | cc.i[2] | cc.i[3] |
154 hw = (hw - 0x3fff0000) >> 16;
157 _Q_scl(&sc, -hw);
158 _Q_scl(&sd, -hw);
164 ha -= (hw + hw);
[all...]
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_polled.c78 struct kbtrans_hardware *hw; local
96 hw = upper->kbtrans_streams_hw;
102 while (cb->kbtrans_polled_keycheck(hw, &key, &state)) {
250 struct kbtrans_hardware *hw; local
253 hw = upper->kbtrans_streams_hw;
255 cb->kbtrans_polled_setled(hw, upper->kbtrans_lower.kbtrans_led_state);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c30 e1000_pci_set_mwi(struct e1000_hw *hw) argument
32 uint16_t val = hw->bus.pci_cmd_word | CMD_MEM_WRT_INVALIDATE;
34 e1000_write_pci_cfg(hw, PCI_COMMAND_REGISTER, &val);
38 e1000_pci_clear_mwi(struct e1000_hw *hw) argument
40 uint16_t val = hw->bus.pci_cmd_word & ~CMD_MEM_WRT_INVALIDATE;
42 e1000_write_pci_cfg(hw, PCI_COMMAND_REGISTER, &val);
46 e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
48 pci_config_put16(OS_DEP(hw)->cfg_handle, reg, *value);
52 e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
55 pci_config_get16(OS_DEP(hw)
65 phy_spd_state(struct e1000_hw *hw, boolean_t enable) argument
109 e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
123 e1000_write_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) argument
145 e1000_rar_clear(struct e1000_hw *hw, uint32_t index) argument
163 e1000_destroy_hw_mutex(struct e1000_hw *hw) argument
[all...]
H A De1000g_stat.c40 static uint32_t e1000g_read_phy_stat(struct e1000_hw *hw, int reg);
152 struct e1000_hw *hw; local
169 hw = &Adapter->shared;
215 e1000g_ksp->Mpc.value.ul += E1000_READ_REG(hw, E1000_MPC);
216 e1000g_ksp->Rlec.value.ul += E1000_READ_REG(hw, E1000_RLEC);
217 e1000g_ksp->Xonrxc.value.ul += E1000_READ_REG(hw, E1000_XONRXC);
218 e1000g_ksp->Xontxc.value.ul += E1000_READ_REG(hw, E1000_XONTXC);
219 e1000g_ksp->Xoffrxc.value.ul += E1000_READ_REG(hw, E1000_XOFFRXC);
220 e1000g_ksp->Xofftxc.value.ul += E1000_READ_REG(hw, E1000_XOFFTXC);
221 e1000g_ksp->Fcruc.value.ul += E1000_READ_REG(hw, E1000_FCRU
316 struct e1000_hw *hw = &Adapter->shared; local
883 e1000g_read_phy_stat(struct e1000_hw *hw, int reg) argument
959 struct e1000_hw *hw = &Adapter->shared; local
[all...]
H A De1000g_workarounds.c42 * @hw: pointer to the HW structure
48 e1000_ttl_workaround_enabled_82541(struct e1000_hw *hw) argument
50 struct e1000_dev_spec_82541 *dev_spec = &hw->dev_spec._82541;
55 if ((hw->mac.type != e1000_82541) && (hw->mac.type != e1000_82547))
66 * @hw: pointer to the HW structure
75 e1000_fifo_workaround_82547(struct e1000_hw *hw, u16 length) argument
77 struct e1000_dev_spec_82541 *dev_spec = &hw->dev_spec._82541;
84 if (hw->mac.type != e1000_82547)
101 if (E1000_READ_REG(hw, E1000_TD
146 e1000_update_tx_fifo_head_82547(struct e1000_hw *hw, u32 length) argument
171 e1000_set_ttl_workaround_state_82541(struct e1000_hw *hw, bool state) argument
197 e1000_igp_ttl_workaround_82547(struct e1000_hw *hw) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c42 * @hw: pointer to hardware structure
48 s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw, argument
62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
64 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC(tc));
66 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
68 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC(tc));
84 * @hw: pointer to hardware structure
90 s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw, argument
103 stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
105 stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRX
118 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *tsa) argument
173 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
217 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
262 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, u8 pfc_en) argument
314 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw) argument
346 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
[all...]
H A Dixgbe_dcb_82599.c42 * @hw: pointer to hardware structure
48 s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw, argument
62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
64 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc));
66 (((u64)(IXGBE_READ_REG(hw, IXGBE_QBTC_H(tc)))) << 32);
68 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
70 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(tc));
72 (((u64)(IXGBE_READ_REG(hw, IXGBE_QBRC_H(tc)))) << 32);
75 stats->qprdc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRDC(tc));
83 * @hw
89 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
117 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
176 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
221 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
283 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *map) argument
369 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
495 ixgbe_dcb_config_82599(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
579 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dcmp.c91 pg_plat_hw_shared(cpu_t *cp, pghw_type_t hw) argument
93 switch (hw) {
105 pg_plat_cpus_share(cpu_t *cpu_a, cpu_t *cpu_b, pghw_type_t hw) argument
107 if (pg_plat_hw_shared(cpu_a, hw) == 0 ||
108 pg_plat_hw_shared(cpu_b, hw) == 0)
111 return (pg_plat_hw_instance_id(cpu_a, hw) ==
112 pg_plat_hw_instance_id(cpu_b, hw));
116 pg_plat_hw_instance_id(cpu_t *cpu, pghw_type_t hw) argument
118 switch (hw) {
167 pg_plat_cmt_policy(pghw_type_t hw) argument
190 pg_cmt_load_bal_hw(pghw_type_t hw) argument
204 pg_cmt_affinity_hw(pghw_type_t hw) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcmp.c144 pg_plat_hw_shared(cpu_t *cp, pghw_type_t hw) argument
150 switch (hw) {
169 pg_plat_cpus_share(cpu_t *cpu_a, cpu_t *cpu_b, pghw_type_t hw) argument
175 switch (hw) {
178 return (pg_plat_hw_instance_id(cpu_a, hw) ==
179 pg_plat_hw_instance_id(cpu_b, hw));
193 pg_plat_hw_instance_id(cpu_t *cpu, pghw_type_t hw) argument
199 switch (hw) {
261 pg_plat_cmt_policy(pghw_type_t hw) argument
285 pg_cmt_load_bal_hw(pghw_type_t hw) argument
299 pg_cmt_affinity_hw(pghw_type_t hw) argument
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82540.c48 static s32 e1000_init_phy_params_82540(struct e1000_hw *hw);
49 static s32 e1000_init_nvm_params_82540(struct e1000_hw *hw);
50 static s32 e1000_init_mac_params_82540(struct e1000_hw *hw);
51 static s32 e1000_adjust_serdes_amplitude_82540(struct e1000_hw *hw);
52 static void e1000_clear_hw_cntrs_82540(struct e1000_hw *hw);
53 static s32 e1000_init_hw_82540(struct e1000_hw *hw);
54 static s32 e1000_reset_hw_82540(struct e1000_hw *hw);
55 static s32 e1000_set_phy_mode_82540(struct e1000_hw *hw);
56 static s32 e1000_set_vco_speed_82540(struct e1000_hw *hw);
57 static s32 e1000_setup_copper_link_82540(struct e1000_hw *hw);
66 e1000_init_phy_params_82540(struct e1000_hw *hw) argument
117 e1000_init_nvm_params_82540(struct e1000_hw *hw) argument
158 e1000_init_mac_params_82540(struct e1000_hw *hw) argument
255 e1000_init_function_pointers_82540(struct e1000_hw *hw) argument
270 e1000_reset_hw_82540(struct e1000_hw *hw) argument
328 e1000_init_hw_82540(struct e1000_hw *hw) argument
411 e1000_setup_copper_link_82540(struct e1000_hw *hw) argument
460 e1000_setup_fiber_serdes_link_82540(struct e1000_hw *hw) argument
499 e1000_adjust_serdes_amplitude_82540(struct e1000_hw *hw) argument
529 e1000_set_vco_speed_82540(struct e1000_hw *hw) argument
588 e1000_set_phy_mode_82540(struct e1000_hw *hw) argument
631 e1000_power_down_phy_copper_82540(struct e1000_hw *hw) argument
646 e1000_clear_hw_cntrs_82540(struct e1000_hw *hw) argument
691 e1000_read_mac_addr_82540(struct e1000_hw *hw) argument
[all...]
H A De1000_82542.c41 static s32 e1000_init_phy_params_82542(struct e1000_hw *hw);
42 static s32 e1000_init_nvm_params_82542(struct e1000_hw *hw);
43 static s32 e1000_init_mac_params_82542(struct e1000_hw *hw);
44 static s32 e1000_get_bus_info_82542(struct e1000_hw *hw);
45 static s32 e1000_reset_hw_82542(struct e1000_hw *hw);
46 static s32 e1000_init_hw_82542(struct e1000_hw *hw);
47 static s32 e1000_setup_link_82542(struct e1000_hw *hw);
48 static s32 e1000_led_on_82542(struct e1000_hw *hw);
49 static s32 e1000_led_off_82542(struct e1000_hw *hw);
50 static int e1000_rar_set_82542(struct e1000_hw *hw, u
58 e1000_init_phy_params_82542(struct e1000_hw *hw) argument
74 e1000_init_nvm_params_82542(struct e1000_hw *hw) argument
100 e1000_init_mac_params_82542(struct e1000_hw *hw) argument
159 e1000_init_function_pointers_82542(struct e1000_hw *hw) argument
175 e1000_get_bus_info_82542(struct e1000_hw *hw) argument
192 e1000_reset_hw_82542(struct e1000_hw *hw) argument
243 e1000_init_hw_82542(struct e1000_hw *hw) argument
317 e1000_setup_link_82542(struct e1000_hw *hw) argument
373 e1000_led_on_82542(struct e1000_hw *hw) argument
392 e1000_led_off_82542(struct e1000_hw *hw) argument
414 e1000_rar_set_82542(struct e1000_hw *hw, u8 *addr, u32 index) argument
542 e1000_clear_hw_cntrs_82542(struct e1000_hw *hw) argument
568 e1000_read_mac_addr_82542(struct e1000_hw *hw) argument
[all...]
H A De1000_manage.c62 * @hw: pointer to the HW structure
70 s32 e1000_mng_enable_host_if_generic(struct e1000_hw *hw) argument
77 if (!hw->mac.arc_subsystem_valid) {
83 hicr = E1000_READ_REG(hw, E1000_HICR);
90 hicr = E1000_READ_REG(hw, E1000_HICR);
106 * @hw: pointer to the HW structure
111 bool e1000_check_mng_mode_generic(struct e1000_hw *hw) argument
113 u32 fwsm = E1000_READ_REG(hw, E1000_FWSM);
124 * @hw: pointer to the HW structure
129 bool e1000_enable_tx_pkt_filtering_generic(struct e1000_hw *hw) argument
189 e1000_mng_write_cmd_header_generic(struct e1000_hw *hw, struct e1000_host_mng_command_header *hdr) argument
223 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer, u16 length, u16 offset, u8 *sum) argument
295 e1000_mng_write_dhcp_info_generic(struct e1000_hw *hw, u8 *buffer, u16 length) argument
340 e1000_enable_mng_pass_thru(struct e1000_hw *hw) argument
394 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length) argument
467 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length) argument
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c46 * @hw: pointer to our hw struct
52 enum i40e_status_code i40e_add_sd_table_entry(struct i40e_hw *hw, argument
88 ret_code = i40e_allocate_dma_mem(hw, &mem, mem_type, alloc_len,
94 ret_code = i40e_allocate_virt_mem(hw,
123 i40e_free_dma_mem(hw, &mem);
130 * @hw: pointer to our HW structure
145 enum i40e_status_code i40e_add_pd_table_entry(struct i40e_hw *hw, argument
180 ret_code = i40e_allocate_dma_mem(hw, page, i40e_mem_bp,
213 * @hw
227 i40e_remove_pd_bp(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) argument
311 i40e_remove_sd_bp_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) argument
360 i40e_remove_pd_page_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) argument
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c26 i40e_allocate_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem, u32 size) argument
35 i40e_free_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem) argument
44 i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem, argument
48 i40e_t *i40e = OS_DEP(hw)->ios_i40e;
137 i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem) argument
200 i40e_set_hw_bus_info(struct i40e_hw *hw) argument
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,
219 i40e_set_pci_config_data(hw, valu
226 i40e_debug(void *hw, u32 mask, char *fmt, ...) argument
[all...]

Completed in 88 milliseconds

1234