Home
last modified time | relevance | path

Searched refs:hw (Results 1 – 25 of 8952) sorted by relevance

12345678910>>...359

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/ixgbe/
H A Dixgbe_api.c181 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw), in ixgbe_init_hw()
194 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw), in ixgbe_reset_hw()
210 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw), in ixgbe_start_hw()
237 return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw), in ixgbe_clear_hw_cntrs()
348 return ixgbe_call_func(hw, hw->mac.ops.get_bus_info, (hw), in ixgbe_get_bus_info()
385 return ixgbe_call_func(hw, hw->mac.ops.stop_adapter, (hw), in ixgbe_stop_adapter()
425 status = ixgbe_call_func(hw, hw->phy.ops.identify, (hw), in ixgbe_identify_phy()
446 status = ixgbe_call_func(hw, hw->phy.ops.reset, (hw), in ixgbe_reset_phy()
511 return ixgbe_call_func(hw, hw->phy.ops.setup_link, (hw), in ixgbe_setup_phy_link()
932 return ixgbe_call_func(hw, hw->mac.ops.enable_mc, (hw), in ixgbe_enable_mc()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/gba/
H A Dhardware.c58 hw->gbpCallback.p = hw; in GBAHardwareInit()
64 hw->gbpDriver.p = hw; in GBAHardwareInit()
103 hw->pinState &= ~hw->direction; in GBAHardwareGPIOWrite()
202 hw->rtc.bits |= ((hw->pinState & 2) >> 1) << hw->rtc.bitsRead; in _rtcReadPins()
264 hw->rtc.control = hw->rtc.bits; in _rtcProcessByte()
394 hw->gyroEdge = !!(hw->pinState & 2); in _gyroReadPins()
440 hw->lightEdge = !(hw->pinState & 1); in _lightReadPins()
628 state->hw.devices = hw->devices; in GBAHardwareSerialize()
637 memcpy(state->hw.time, hw->rtc.time, sizeof(state->hw.time)); in GBAHardwareSerialize()
660 hw->devices = state->hw.devices; in GBAHardwareDeserialize()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/gba/
H A Dhardware.c55 hw->gbpCallback.p = hw; in GBAHardwareInit()
61 hw->gbpDriver.p = hw; in GBAHardwareInit()
85 hw->pinState &= ~hw->direction; in GBAHardwareGPIOWrite()
86 hw->pinState |= value & hw->direction; in GBAHardwareGPIOWrite()
181 hw->rtc.bits |= ((hw->pinState & 2) >> 1) << hw->rtc.bitsRead; in _rtcReadPins()
242 hw->rtc.control = hw->rtc.bits; in _rtcProcessByte()
369 hw->gyroEdge = !!(hw->pinState & 2); in _gyroReadPins()
415 hw->lightEdge = !(hw->pinState & 1); in _lightReadPins()
602 state->hw.devices = hw->devices; in GBAHardwareSerialize()
634 hw->devices = state->hw.devices; in GBAHardwareDeserialize()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/sprd/
H A Dsc9863a-clk.c331 { .hw = &rco_4m.hw },
332 { .hw = &rco_25m.hw },
342 { .hw = &rco_4m.hw },
343 { .hw = &rco_25m.hw },
394 { .hw = &rco_4m.hw },
415 { .hw = &rco_4m.hw },
430 { .hw = &rco_4m.hw },
445 { .hw = &rco_4m.hw },
452 { .hw = &rco_4m.hw },
460 { .hw = &rco_4m.hw },
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/sprd/
H A Dsc9863a-clk.c331 { .hw = &rco_4m.hw },
332 { .hw = &rco_25m.hw },
342 { .hw = &rco_4m.hw },
343 { .hw = &rco_25m.hw },
394 { .hw = &rco_4m.hw },
415 { .hw = &rco_4m.hw },
430 { .hw = &rco_4m.hw },
445 { .hw = &rco_4m.hw },
452 { .hw = &rco_4m.hw },
460 { .hw = &rco_4m.hw },
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/sprd/
H A Dsc9863a-clk.c331 { .hw = &rco_4m.hw },
332 { .hw = &rco_25m.hw },
342 { .hw = &rco_4m.hw },
343 { .hw = &rco_25m.hw },
394 { .hw = &rco_4m.hw },
415 { .hw = &rco_4m.hw },
430 { .hw = &rco_4m.hw },
445 { .hw = &rco_4m.hw },
452 { .hw = &rco_4m.hw },
460 { .hw = &rco_4m.hw },
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c242 hw->phy.ops.read_reg(hw, in ixgbe_probe_phy()
435 status = hw->phy.ops.read_reg(hw, in ixgbe_reset_phy_generic()
785 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_mii_bus_read() local
802 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_mii_bus_write() local
1076 hw->phy.ops.setup_link(hw); in ixgbe_setup_phy_link_speed_generic()
1171 status = hw->phy.ops.read_reg(hw, in ixgbe_check_phy_link_tnx()
1422 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_sfp_module_generic()
1689 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_qsfp_module_generic()
1736 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_qsfp_module_generic()
1740 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_qsfp_module_generic()
[all …]
H A Dixgbe_common.c277 hw->phy.media_type = hw->mac.ops.get_media_type(hw); in ixgbe_start_hw_generic()
280 hw->phy.ops.identify(hw); in ixgbe_start_hw_generic()
283 hw->mac.ops.clear_vfta(hw); in ixgbe_start_hw_generic()
286 hw->mac.ops.clear_hw_cntrs(hw); in ixgbe_start_hw_generic()
474 hw->phy.ops.identify(hw); in ixgbe_clear_hw_cntrs_generic()
668 hw->mac.ops.set_lan_id(hw); in ixgbe_get_bus_info_generic()
724 hw->mac.ops.disable_rx(hw); in ixgbe_stop_adapter_generic()
1945 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
2164 hw->mac.ops.fc_autoneg(hw); in ixgbe_fc_enable_generic()
2738 hw->mac.ops.enable_rx(hw); in ixgbe_enable_rx_dma_generic()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c242 hw->phy.ops.read_reg(hw, in ixgbe_probe_phy()
435 status = hw->phy.ops.read_reg(hw, in ixgbe_reset_phy_generic()
785 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_mii_bus_read() local
802 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_mii_bus_write() local
1076 hw->phy.ops.setup_link(hw); in ixgbe_setup_phy_link_speed_generic()
1171 status = hw->phy.ops.read_reg(hw, in ixgbe_check_phy_link_tnx()
1422 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_sfp_module_generic()
1689 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_qsfp_module_generic()
1736 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_qsfp_module_generic()
1740 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_qsfp_module_generic()
[all …]
H A Dixgbe_common.c277 hw->phy.media_type = hw->mac.ops.get_media_type(hw); in ixgbe_start_hw_generic()
280 hw->phy.ops.identify(hw); in ixgbe_start_hw_generic()
283 hw->mac.ops.clear_vfta(hw); in ixgbe_start_hw_generic()
286 hw->mac.ops.clear_hw_cntrs(hw); in ixgbe_start_hw_generic()
474 hw->phy.ops.identify(hw); in ixgbe_clear_hw_cntrs_generic()
668 hw->mac.ops.set_lan_id(hw); in ixgbe_get_bus_info_generic()
724 hw->mac.ops.disable_rx(hw); in ixgbe_stop_adapter_generic()
1945 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
2164 hw->mac.ops.fc_autoneg(hw); in ixgbe_fc_enable_generic()
2738 hw->mac.ops.enable_rx(hw); in ixgbe_enable_rx_dma_generic()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c242 hw->phy.ops.read_reg(hw, in ixgbe_probe_phy()
435 status = hw->phy.ops.read_reg(hw, in ixgbe_reset_phy_generic()
785 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_mii_bus_read() local
802 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_mii_bus_write() local
1076 hw->phy.ops.setup_link(hw); in ixgbe_setup_phy_link_speed_generic()
1171 status = hw->phy.ops.read_reg(hw, in ixgbe_check_phy_link_tnx()
1422 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_sfp_module_generic()
1689 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_qsfp_module_generic()
1736 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_qsfp_module_generic()
1740 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_qsfp_module_generic()
[all …]
H A Dixgbe_common.c277 hw->phy.media_type = hw->mac.ops.get_media_type(hw); in ixgbe_start_hw_generic()
280 hw->phy.ops.identify(hw); in ixgbe_start_hw_generic()
283 hw->mac.ops.clear_vfta(hw); in ixgbe_start_hw_generic()
286 hw->mac.ops.clear_hw_cntrs(hw); in ixgbe_start_hw_generic()
474 hw->phy.ops.identify(hw); in ixgbe_clear_hw_cntrs_generic()
668 hw->mac.ops.set_lan_id(hw); in ixgbe_get_bus_info_generic()
724 hw->mac.ops.disable_rx(hw); in ixgbe_stop_adapter_generic()
1945 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
2164 hw->mac.ops.fc_autoneg(hw); in ixgbe_fc_enable_generic()
2738 hw->mac.ops.enable_rx(hw); in ixgbe_enable_rx_dma_generic()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/e1000/
H A De1000_hw.c990 if (hw->dma_fairness && hw->mac_type <= e1000_82543) { in e1000_init_hw()
1211 hw->original_fc = hw->fc; in e1000_setup_link()
1253 E1000_WRITE_REG(hw, FCTTV, hw->fc_pause_time); in e1000_setup_link()
1272 E1000_WRITE_REG(hw, FCRTL, hw->fc_low_water); in e1000_setup_link()
3155 E1000_WRITE_REG(hw, TXCW, hw->txcw); in e1000_check_for_link()
4483 if (!hw->autoneg && (hw->mdix == 0 || hw->mdix == 3)) { in e1000_validate_mdi_setting()
5853 hw->mac_addr[i] = hw->perm_mac_addr[i]; in e1000_read_mac_addr()
5877 e1000_rar_set(hw, hw->mac_addr, 0); in e1000_init_rx_addrs()
6164 hw->ledctl_mode1 = hw->ledctl_default; in e1000_id_led_init()
6165 hw->ledctl_mode2 = hw->ledctl_default; in e1000_id_led_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/spi/
H A Dspi-au1550.c356 hw->rx = hw->dma_rx_tmpbuf; in au1550_spi_dma_txrxb()
365 hw->tx = hw->rx; in au1550_spi_dma_txrxb()
408 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count; in au1550_spi_dma_txrxb()
459 hw->rx_count = hw->len; in au1550_spi_dma_irq_callback()
460 hw->tx_count = hw->len; in au1550_spi_dma_irq_callback()
519 hw->tx_word(hw); in au1550_spi_pio_txrxb()
542 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count; in au1550_spi_pio_txrxb()
594 hw->rx_word(hw); in au1550_spi_pio_irq_callback()
598 hw->tx_word(hw); in au1550_spi_pio_irq_callback()
897 free_irq(hw->irq, hw); in au1550_spi_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/spi/
H A Dspi-au1550.c356 hw->rx = hw->dma_rx_tmpbuf; in au1550_spi_dma_txrxb()
365 hw->tx = hw->rx; in au1550_spi_dma_txrxb()
408 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count; in au1550_spi_dma_txrxb()
459 hw->rx_count = hw->len; in au1550_spi_dma_irq_callback()
460 hw->tx_count = hw->len; in au1550_spi_dma_irq_callback()
519 hw->tx_word(hw); in au1550_spi_pio_txrxb()
542 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count; in au1550_spi_pio_txrxb()
594 hw->rx_word(hw); in au1550_spi_pio_irq_callback()
598 hw->tx_word(hw); in au1550_spi_pio_irq_callback()
897 free_irq(hw->irq, hw); in au1550_spi_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/spi/
H A Dspi-au1550.c356 hw->rx = hw->dma_rx_tmpbuf; in au1550_spi_dma_txrxb()
365 hw->tx = hw->rx; in au1550_spi_dma_txrxb()
408 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count; in au1550_spi_dma_txrxb()
459 hw->rx_count = hw->len; in au1550_spi_dma_irq_callback()
460 hw->tx_count = hw->len; in au1550_spi_dma_irq_callback()
519 hw->tx_word(hw); in au1550_spi_pio_txrxb()
542 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count; in au1550_spi_pio_txrxb()
594 hw->rx_word(hw); in au1550_spi_pio_irq_callback()
598 hw->tx_word(hw); in au1550_spi_pio_irq_callback()
897 free_irq(hw->irq, hw); in au1550_spi_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/alx/
H A Dhw.c389 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_stop_mac()
480 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_reset_mac()
641 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_cfg_mac_flowcontrol()
855 cfg = ethadv_to_hw_cfg(hw, hw->adv_cfg); in alx_phy_configured()
937 alx_set_macaddr(hw, hw->mac_addr); in alx_configure_basic()
946 alx_write_mem32(hw, ALX_SMB_TIMER, hw->smb_timer * 500UL); in alx_configure_basic()
958 alx_write_mem32(hw, ALX_TINT_TPD_THRSHLD, hw->ith_tpd); in alx_configure_basic()
959 alx_write_mem32(hw, ALX_TINT_TIMER, hw->imt); in alx_configure_basic()
1052 if (alx_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id[0]) || in alx_get_phy_info()
1053 alx_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id[1])) in alx_get_phy_info()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/alx/
H A Dhw.c389 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_stop_mac()
480 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_reset_mac()
641 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_cfg_mac_flowcontrol()
855 cfg = ethadv_to_hw_cfg(hw, hw->adv_cfg); in alx_phy_configured()
937 alx_set_macaddr(hw, hw->mac_addr); in alx_configure_basic()
946 alx_write_mem32(hw, ALX_SMB_TIMER, hw->smb_timer * 500UL); in alx_configure_basic()
958 alx_write_mem32(hw, ALX_TINT_TPD_THRSHLD, hw->ith_tpd); in alx_configure_basic()
959 alx_write_mem32(hw, ALX_TINT_TIMER, hw->imt); in alx_configure_basic()
1052 if (alx_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id[0]) || in alx_get_phy_info()
1053 alx_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id[1])) in alx_get_phy_info()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/alx/
H A Dhw.c389 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_stop_mac()
480 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_reset_mac()
641 alx_write_mem32(hw, ALX_MAC_CTRL, hw->rx_ctrl); in alx_cfg_mac_flowcontrol()
855 cfg = ethadv_to_hw_cfg(hw, hw->adv_cfg); in alx_phy_configured()
937 alx_set_macaddr(hw, hw->mac_addr); in alx_configure_basic()
946 alx_write_mem32(hw, ALX_SMB_TIMER, hw->smb_timer * 500UL); in alx_configure_basic()
958 alx_write_mem32(hw, ALX_TINT_TPD_THRSHLD, hw->ith_tpd); in alx_configure_basic()
959 alx_write_mem32(hw, ALX_TINT_TIMER, hw->imt); in alx_configure_basic()
1052 if (alx_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id[0]) || in alx_get_phy_info()
1053 alx_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id[1])) in alx_get_phy_info()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/meson/
H A Dg12a.c365 { .hw = &g12a_fclk_div2.hw },
366 { .hw = &g12a_fclk_div3.hw },
385 { .hw = &g12a_fclk_div2.hw },
386 { .hw = &g12a_fclk_div3.hw },
549 { .hw = &g12a_fclk_div2.hw },
550 { .hw = &g12a_fclk_div3.hw },
716 { .hw = &sm1_gp1_pll.hw },
736 { .hw = &sm1_gp1_pll.hw },
2419 { .hw = &g12a_mpll1.hw },
2420 { .hw = &g12a_mpll2.hw },
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/meson/
H A Dg12a.c365 { .hw = &g12a_fclk_div2.hw },
366 { .hw = &g12a_fclk_div3.hw },
385 { .hw = &g12a_fclk_div2.hw },
386 { .hw = &g12a_fclk_div3.hw },
549 { .hw = &g12a_fclk_div2.hw },
550 { .hw = &g12a_fclk_div3.hw },
716 { .hw = &sm1_gp1_pll.hw },
736 { .hw = &sm1_gp1_pll.hw },
2419 { .hw = &g12a_mpll1.hw },
2420 { .hw = &g12a_mpll2.hw },
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/meson/
H A Dg12a.c365 { .hw = &g12a_fclk_div2.hw },
366 { .hw = &g12a_fclk_div3.hw },
385 { .hw = &g12a_fclk_div2.hw },
386 { .hw = &g12a_fclk_div3.hw },
549 { .hw = &g12a_fclk_div2.hw },
550 { .hw = &g12a_fclk_div3.hw },
716 { .hw = &sm1_gp1_pll.hw },
736 { .hw = &sm1_gp1_pll.hw },
2419 { .hw = &g12a_mpll1.hw },
2420 { .hw = &g12a_mpll2.hw },
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c275 wr32(hw, hw->aq.asq.head, 0); in i40e_config_asq_regs()
276 wr32(hw, hw->aq.asq.tail, 0); in i40e_config_asq_regs()
279 wr32(hw, hw->aq.asq.len, (hw->aq.num_asq_entries | in i40e_config_asq_regs()
304 wr32(hw, hw->aq.arq.head, 0); in i40e_config_arq_regs()
305 wr32(hw, hw->aq.arq.tail, 0); in i40e_config_arq_regs()
308 wr32(hw, hw->aq.arq.len, (hw->aq.num_arq_entries | in i40e_config_arq_regs()
314 wr32(hw, hw->aq.arq.tail, hw->aq.num_arq_entries - 1); in i40e_config_arq_regs()
462 wr32(hw, hw->aq.asq.len, 0); in i40e_shutdown_asq()
463 wr32(hw, hw->aq.asq.bal, 0); in i40e_shutdown_asq()
464 wr32(hw, hw->aq.asq.bah, 0); in i40e_shutdown_asq()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c275 wr32(hw, hw->aq.asq.head, 0); in i40e_config_asq_regs()
276 wr32(hw, hw->aq.asq.tail, 0); in i40e_config_asq_regs()
279 wr32(hw, hw->aq.asq.len, (hw->aq.num_asq_entries | in i40e_config_asq_regs()
304 wr32(hw, hw->aq.arq.head, 0); in i40e_config_arq_regs()
305 wr32(hw, hw->aq.arq.tail, 0); in i40e_config_arq_regs()
308 wr32(hw, hw->aq.arq.len, (hw->aq.num_arq_entries | in i40e_config_arq_regs()
314 wr32(hw, hw->aq.arq.tail, hw->aq.num_arq_entries - 1); in i40e_config_arq_regs()
462 wr32(hw, hw->aq.asq.len, 0); in i40e_shutdown_asq()
463 wr32(hw, hw->aq.asq.bal, 0); in i40e_shutdown_asq()
464 wr32(hw, hw->aq.asq.bah, 0); in i40e_shutdown_asq()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c275 wr32(hw, hw->aq.asq.head, 0); in i40e_config_asq_regs()
276 wr32(hw, hw->aq.asq.tail, 0); in i40e_config_asq_regs()
279 wr32(hw, hw->aq.asq.len, (hw->aq.num_asq_entries | in i40e_config_asq_regs()
304 wr32(hw, hw->aq.arq.head, 0); in i40e_config_arq_regs()
305 wr32(hw, hw->aq.arq.tail, 0); in i40e_config_arq_regs()
308 wr32(hw, hw->aq.arq.len, (hw->aq.num_arq_entries | in i40e_config_arq_regs()
314 wr32(hw, hw->aq.arq.tail, hw->aq.num_arq_entries - 1); in i40e_config_arq_regs()
462 wr32(hw, hw->aq.asq.len, 0); in i40e_shutdown_asq()
463 wr32(hw, hw->aq.asq.bal, 0); in i40e_shutdown_asq()
464 wr32(hw, hw->aq.asq.bah, 0); in i40e_shutdown_asq()
[all …]

12345678910>>...359