Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c179 pdata->hw_if.tx_start_xmit(channel, ring); in xgbe_maybe_stop_tx_queue()
203 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_enable_rx_tx_int() local
215 hw_if->enable_int(channel, int_id); in xgbe_enable_rx_tx_int()
229 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_disable_rx_tx_int() local
241 hw_if->disable_int(channel, int_id); in xgbe_disable_rx_tx_int()
325 pdata->hw_if.disable_ecc_ded(pdata); in xgbe_ecc_isr_bh_work()
333 pdata->hw_if.disable_ecc_sec(pdata, XGBE_ECC_SEC_TX); in xgbe_ecc_isr_bh_work()
339 pdata->hw_if.disable_ecc_sec(pdata, XGBE_ECC_SEC_RX); in xgbe_ecc_isr_bh_work()
344 pdata->hw_if.disable_ecc_sec(pdata, XGBE_ECC_SEC_DESC); in xgbe_ecc_isr_bh_work()
371 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_isr_bh_work() local
[all …]
H A Dxgbe-desc.c284 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_wrapper_tx_descriptor_init() local
317 hw_if->tx_desc_init(channel); in xgbe_wrapper_tx_descriptor_init()
325 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_wrapper_rx_descriptor_init() local
360 hw_if->rx_desc_init(channel); in xgbe_wrapper_rx_descriptor_init()
H A Dxgbe-phy-v2.c506 return pdata->hw_if.write_ext_mii_regs_c22(pdata, addr, reg, val); in xgbe_phy_mdio_mii_write_c22()
517 return pdata->hw_if.write_ext_mii_regs_c45(pdata, addr, devad, in xgbe_phy_mdio_mii_write_c45()
597 return pdata->hw_if.read_ext_mii_regs_c22(pdata, addr, reg); in xgbe_phy_mdio_mii_read_c22()
608 return pdata->hw_if.read_ext_mii_regs_c45(pdata, addr, devad, reg); in xgbe_phy_mdio_mii_read_c45()
955 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->mdio_addr, in xgbe_phy_find_phy_device()
1876 return pdata->hw_if.write_ext_mii_regs_c22(pdata, phy_data->redrv_addr, in xgbe_phy_set_redrv_mode_mdio()
2034 pdata->hw_if.disable_tx(pdata); in xgbe_phy_stop_data_path()
2035 pdata->hw_if.disable_rx(pdata); in xgbe_phy_stop_data_path()
2054 pdata->hw_if.enable_rx(pdata); in xgbe_phy_start_data_path()
2055 pdata->hw_if.enable_tx(pdata); in xgbe_phy_start_data_path()
[all …]
H A Dxgbe-main.c55 xgbe_init_function_ptrs_dev(&pdata->hw_if); in xgbe_init_all_fptrs()
171 ret = pdata->hw_if.exit(pdata); in xgbe_config_netdev()
H A Dxgbe-common.h1689 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \
1696 ((_pdata)->hw_if.write_mmd_regs((_pdata), 0, \
H A Dxgbe.h1066 struct xgbe_hw_if hw_if; member