Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c1203 void axgbe_init_function_ptrs_dev(struct axgbe_hw_if *hw_if) in axgbe_init_function_ptrs_dev() argument
1205 hw_if->exit = axgbe_exit; in axgbe_init_function_ptrs_dev()
1206 hw_if->config_flow_control = axgbe_config_flow_control; in axgbe_init_function_ptrs_dev()
1208 hw_if->init = axgbe_init; in axgbe_init_function_ptrs_dev()
1210 hw_if->read_mmd_regs = axgbe_read_mmd_regs; in axgbe_init_function_ptrs_dev()
1211 hw_if->write_mmd_regs = axgbe_write_mmd_regs; in axgbe_init_function_ptrs_dev()
1213 hw_if->set_speed = axgbe_set_speed; in axgbe_init_function_ptrs_dev()
1215 hw_if->set_ext_mii_mode = axgbe_set_ext_mii_mode; in axgbe_init_function_ptrs_dev()
1216 hw_if->read_ext_mii_regs = axgbe_read_ext_mii_regs; in axgbe_init_function_ptrs_dev()
1217 hw_if->write_ext_mii_regs = axgbe_write_ext_mii_regs; in axgbe_init_function_ptrs_dev()
[all …]
H A Daxgbe_mdio.c109 pdata->hw_if.set_speed(pdata, SPEED_10000); in axgbe_kr_mode()
121 pdata->hw_if.set_speed(pdata, SPEED_2500); in axgbe_kx_2500_mode()
133 pdata->hw_if.set_speed(pdata, SPEED_1000); in axgbe_kx_1000_mode()
149 pdata->hw_if.set_speed(pdata, SPEED_10000); in axgbe_sfi_mode()
161 pdata->hw_if.set_speed(pdata, SPEED_1000); in axgbe_x_mode()
173 pdata->hw_if.set_speed(pdata, SPEED_1000); in axgbe_sgmii_1000_mode()
185 pdata->hw_if.set_speed(pdata, SPEED_1000); in axgbe_sgmii_100_mode()
861 pdata->hw_if.config_tx_flow_control(pdata); in axgbe_phy_adjust_link()
866 pdata->hw_if.config_rx_flow_control(pdata); in axgbe_phy_adjust_link()
H A Daxgbe_ethdev.h535 struct axgbe_hw_if hw_if; member
664 void axgbe_init_function_ptrs_dev(struct axgbe_hw_if *hw_if);
H A Daxgbe_ethdev.c359 ret = pdata->hw_if.init(pdata); in axgbe_dev_start()
406 pdata->hw_if.exit(pdata); in axgbe_dev_stop()
1264 pdata->hw_if.config_tx_flow_control(pdata); in axgbe_flow_ctrl_set()
1267 pdata->hw_if.config_rx_flow_control(pdata); in axgbe_flow_ctrl_set()
1269 pdata->hw_if.config_flow_control(pdata); in axgbe_flow_ctrl_set()
1356 pdata->hw_if.config_tx_flow_control(pdata); in axgbe_priority_flow_ctrl_set()
1359 pdata->hw_if.config_rx_flow_control(pdata); in axgbe_priority_flow_ctrl_set()
1360 pdata->hw_if.config_flow_control(pdata); in axgbe_priority_flow_ctrl_set()
1863 axgbe_init_function_ptrs_dev(&pdata->hw_if); in axgbe_init_all_fptrs()
2093 ret = pdata->hw_if.exit(pdata); in eth_axgbe_dev_init()
H A Daxgbe_common.h1681 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \
1688 ((_pdata)->hw_if.write_mmd_regs((_pdata), 0, \
H A Daxgbe_phy_impl.c1153 return pdata->hw_if.write_ext_mii_regs(pdata, phy_data->redrv_addr, in axgbe_phy_set_redrv_mode_mdio()
2269 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->mdio_addr, in axgbe_phy_init()
2279 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->redrv_addr, in axgbe_phy_init()