Home
last modified time | relevance | path

Searched refs:hw_if (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe-drv.c312 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_enable_rx_tx_int() local
338 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_disable_rx_tx_int() local
479 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_isr_task() local
1086 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_init_tx_coalesce() local
1100 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_init_rx_coalesce() local
1170 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_powerdown() local
1209 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_powerup() local
1298 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_start() local
1363 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_stop() local
1927 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_xmit() local
[all …]
A Dxgbe-dev.c2840 pdata->hw_if.disable_rx(pdata); in xgbe_config_dcb_pfc()
2848 pdata->hw_if.enable_rx(pdata); in xgbe_config_dcb_pfc()
3615 hw_if->set_speed = xgbe_set_speed; in xgbe_init_function_ptrs_dev()
3623 hw_if->set_gpio = xgbe_set_gpio; in xgbe_init_function_ptrs_dev()
3624 hw_if->clr_gpio = xgbe_clr_gpio; in xgbe_init_function_ptrs_dev()
3626 hw_if->enable_tx = xgbe_enable_tx; in xgbe_init_function_ptrs_dev()
3628 hw_if->enable_rx = xgbe_enable_rx; in xgbe_init_function_ptrs_dev()
3636 hw_if->dev_xmit = xgbe_dev_xmit; in xgbe_init_function_ptrs_dev()
3637 hw_if->dev_read = xgbe_dev_read; in xgbe_init_function_ptrs_dev()
3640 hw_if->init = xgbe_init; in xgbe_init_function_ptrs_dev()
[all …]
A Dxgbe-ethtool.c226 pdata->hw_if.read_mmc_stats(pdata); in xgbe_get_ethtool_stats()
451 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_set_coalesce() local
455 rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs); in xgbe_set_coalesce()
466 hw_if->riwt_to_usec(pdata, XGMAC_MAX_DMA_RIWT)); in xgbe_set_coalesce()
487 hw_if->config_rx_coalesce(pdata); in xgbe_set_coalesce()
490 hw_if->config_tx_coalesce(pdata); in xgbe_set_coalesce()
550 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_set_rxfh() local
559 ret = hw_if->set_rss_lookup_table(pdata, indir); in xgbe_set_rxfh()
565 ret = hw_if->set_rss_hash_key(pdata, key); in xgbe_set_rxfh()
A Dxgbe-desc.c388 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_wrapper_tx_descriptor_init() local
421 hw_if->tx_desc_init(channel); in xgbe_wrapper_tx_descriptor_init()
429 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_wrapper_rx_descriptor_init() local
464 hw_if->rx_desc_init(channel); in xgbe_wrapper_rx_descriptor_init()
A Dxgbe-ptp.c132 nsec = pdata->hw_if.get_tstamp_time(pdata); in xgbe_cc_read()
149 pdata->hw_if.update_tstamp_addend(pdata, addend); in xgbe_adjfine()
A Dxgbe-dcb.c205 pdata->hw_if.config_dcb_tc(pdata); in xgbe_dcb_ieee_setets()
252 pdata->hw_if.config_dcb_pfc(pdata); in xgbe_dcb_ieee_setpfc()
A Dxgbe-mdio.c222 pdata->hw_if.set_speed(pdata, SPEED_10000); in xgbe_kr_mode()
231 pdata->hw_if.set_speed(pdata, SPEED_2500); in xgbe_kx_2500_mode()
240 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_kx_1000_mode()
253 pdata->hw_if.set_speed(pdata, SPEED_10000); in xgbe_sfi_mode()
262 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_x_mode()
271 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_sgmii_1000_mode()
280 pdata->hw_if.set_speed(pdata, SPEED_10); in xgbe_sgmii_10_mode()
289 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_sgmii_100_mode()
1132 pdata->hw_if.config_tx_flow_control(pdata); in xgbe_phy_adjust_link()
1138 pdata->hw_if.config_rx_flow_control(pdata); in xgbe_phy_adjust_link()
A Dxgbe-main.c164 xgbe_init_function_ptrs_dev(&pdata->hw_if); in xgbe_init_all_fptrs()
281 ret = pdata->hw_if.exit(pdata); in xgbe_config_netdev()
A Dxgbe-phy-v2.c615 return pdata->hw_if.write_ext_mii_regs_c22(pdata, addr, reg, val); in xgbe_phy_mdio_mii_write_c22()
626 return pdata->hw_if.write_ext_mii_regs_c45(pdata, addr, devad, in xgbe_phy_mdio_mii_write_c45()
706 return pdata->hw_if.read_ext_mii_regs_c22(pdata, addr, reg); in xgbe_phy_mdio_mii_read_c22()
717 return pdata->hw_if.read_ext_mii_regs_c45(pdata, addr, devad, reg); in xgbe_phy_mdio_mii_read_c45()
1079 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->mdio_addr, in xgbe_phy_find_phy_device()
1999 return pdata->hw_if.write_ext_mii_regs_c22(pdata, phy_data->redrv_addr, in xgbe_phy_set_redrv_mode_mdio()
3024 ret = pdata->hw_if.set_gpio(pdata, phy_data->mdio_reset_gpio); in xgbe_phy_int_mdio_reset()
3028 ret = pdata->hw_if.clr_gpio(pdata, phy_data->mdio_reset_gpio); in xgbe_phy_int_mdio_reset()
3390 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->redrv_addr, in xgbe_phy_start()
3709 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->mdio_addr, in xgbe_phy_init()
[all …]
A Dxgbe-common.h1746 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \
1753 ((_pdata)->hw_if.write_mmd_regs((_pdata), 0, \
A Dxgbe.h1126 struct xgbe_hw_if hw_if; member

Completed in 46 milliseconds