Searched refs:hw_if (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-drv.c | 312 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 1081 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_init_tx_coalesce() local 1095 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_init_rx_coalesce() local 1165 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_powerdown() local 1204 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_powerup() local 1293 struct xgbe_hw_if *hw_if = &pdata->hw_if; in xgbe_start() local 1358 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 D | xgbe-dev.c | 2783 pdata->hw_if.disable_rx(pdata); in xgbe_config_dcb_pfc() 2791 pdata->hw_if.enable_rx(pdata); in xgbe_config_dcb_pfc() 3558 hw_if->set_speed = xgbe_set_speed; in xgbe_init_function_ptrs_dev() 3564 hw_if->set_gpio = xgbe_set_gpio; in xgbe_init_function_ptrs_dev() 3565 hw_if->clr_gpio = xgbe_clr_gpio; in xgbe_init_function_ptrs_dev() 3567 hw_if->enable_tx = xgbe_enable_tx; in xgbe_init_function_ptrs_dev() 3569 hw_if->enable_rx = xgbe_enable_rx; in xgbe_init_function_ptrs_dev() 3577 hw_if->dev_xmit = xgbe_dev_xmit; in xgbe_init_function_ptrs_dev() 3578 hw_if->dev_read = xgbe_dev_read; in xgbe_init_function_ptrs_dev() 3581 hw_if->init = xgbe_init; in xgbe_init_function_ptrs_dev() [all …]
|
| A D | xgbe-ethtool.c | 226 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 D | xgbe-desc.c | 388 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 D | xgbe-mdio.c | 222 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_1000); in xgbe_sgmii_100_mode() 1115 pdata->hw_if.config_tx_flow_control(pdata); in xgbe_phy_adjust_link() 1121 pdata->hw_if.config_rx_flow_control(pdata); in xgbe_phy_adjust_link()
|
| A D | xgbe-ptp.c | 132 nsec = pdata->hw_if.get_tstamp_time(pdata); in xgbe_cc_read() 161 pdata->hw_if.update_tstamp_addend(pdata, addend); in xgbe_adjfreq()
|
| A D | xgbe-dcb.c | 205 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 D | xgbe-main.c | 164 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 D | xgbe-phy-v2.c | 614 return pdata->hw_if.write_ext_mii_regs(pdata, addr, reg, val); in xgbe_phy_mdio_mii_write() 674 return pdata->hw_if.read_ext_mii_regs(pdata, addr, reg); in xgbe_phy_mdio_mii_read() 1014 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->mdio_addr, in xgbe_phy_find_phy_device() 1913 return pdata->hw_if.write_ext_mii_regs(pdata, phy_data->redrv_addr, in xgbe_phy_set_redrv_mode_mdio() 2721 ret = pdata->hw_if.set_gpio(pdata, phy_data->mdio_reset_gpio); in xgbe_phy_int_mdio_reset() 2725 ret = pdata->hw_if.clr_gpio(pdata, phy_data->mdio_reset_gpio); in xgbe_phy_int_mdio_reset() 3076 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->redrv_addr, in xgbe_phy_start() 3377 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->mdio_addr, in xgbe_phy_init() 3388 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->redrv_addr, in xgbe_phy_init()
|
| A D | xgbe-common.h | 1705 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \ 1712 ((_pdata)->hw_if.write_mmd_regs((_pdata), 0, \
|
| A D | xgbe.h | 1092 struct xgbe_hw_if hw_if; member
|
Completed in 46 milliseconds