Searched refs:hw_if (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_dev.c | 1347 void axgbe_init_function_ptrs_dev(struct axgbe_hw_if *hw_if) in axgbe_init_function_ptrs_dev() argument 1349 hw_if->exit = axgbe_exit; in axgbe_init_function_ptrs_dev() 1350 hw_if->config_flow_control = axgbe_config_flow_control; in axgbe_init_function_ptrs_dev() 1352 hw_if->init = axgbe_init; in axgbe_init_function_ptrs_dev() 1354 hw_if->read_mmd_regs = axgbe_read_mmd_regs; in axgbe_init_function_ptrs_dev() 1355 hw_if->write_mmd_regs = axgbe_write_mmd_regs; in axgbe_init_function_ptrs_dev() 1357 hw_if->set_speed = axgbe_set_speed; in axgbe_init_function_ptrs_dev() 1359 hw_if->set_ext_mii_mode = axgbe_set_ext_mii_mode; in axgbe_init_function_ptrs_dev() 1360 hw_if->read_ext_mii_regs = axgbe_read_ext_mii_regs; in axgbe_init_function_ptrs_dev() 1361 hw_if->write_ext_mii_regs = axgbe_write_ext_mii_regs; in axgbe_init_function_ptrs_dev() [all …]
|
| H A D | axgbe_mdio.c | 88 pdata->hw_if.set_speed(pdata, SPEED_10000); in axgbe_kr_mode() 97 pdata->hw_if.set_speed(pdata, SPEED_2500); in axgbe_kx_2500_mode() 106 pdata->hw_if.set_speed(pdata, SPEED_1000); in axgbe_kx_1000_mode() 120 pdata->hw_if.set_speed(pdata, SPEED_10000); in axgbe_sfi_mode() 130 pdata->hw_if.set_speed(pdata, SPEED_1000); in axgbe_x_mode() 140 pdata->hw_if.set_speed(pdata, SPEED_1000); in axgbe_sgmii_1000_mode() 150 pdata->hw_if.set_speed(pdata, SPEED_1000); in axgbe_sgmii_100_mode() 829 pdata->hw_if.config_tx_flow_control(pdata); in axgbe_phy_adjust_link() 834 pdata->hw_if.config_rx_flow_control(pdata); in axgbe_phy_adjust_link()
|
| H A D | axgbe_ethdev.c | 374 ret = pdata->hw_if.init(pdata); in axgbe_dev_start() 423 pdata->hw_if.exit(pdata); in axgbe_dev_stop() 1320 pdata->hw_if.config_tx_flow_control(pdata); in axgbe_flow_ctrl_set() 1323 pdata->hw_if.config_rx_flow_control(pdata); in axgbe_flow_ctrl_set() 1325 pdata->hw_if.config_flow_control(pdata); in axgbe_flow_ctrl_set() 1412 pdata->hw_if.config_tx_flow_control(pdata); in axgbe_priority_flow_ctrl_set() 1415 pdata->hw_if.config_rx_flow_control(pdata); in axgbe_priority_flow_ctrl_set() 1416 pdata->hw_if.config_flow_control(pdata); in axgbe_priority_flow_ctrl_set() 1820 pdata->hw_if.update_vlan_hash_table(pdata); in axgbe_vlan_filter_set() 2061 axgbe_init_function_ptrs_dev(&pdata->hw_if); in axgbe_init_all_fptrs() [all …]
|
| H A D | axgbe_ethdev.h | 553 struct axgbe_hw_if hw_if; member 685 void axgbe_init_function_ptrs_dev(struct axgbe_hw_if *hw_if);
|
| H A D | axgbe_phy_impl.c | 1158 return pdata->hw_if.write_ext_mii_regs(pdata, phy_data->redrv_addr, in axgbe_phy_set_redrv_mode_mdio() 2277 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->mdio_addr, in axgbe_phy_init() 2287 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->redrv_addr, in axgbe_phy_init()
|
| H A D | axgbe_common.h | 1736 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \ 1743 ((_pdata)->hw_if.write_mmd_regs((_pdata), 0, \
|