Home
last modified time | relevance | path

Searched refs:retimer (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_ethdev.c282 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_mtu_setup()
287 } else if (hw->retimer.mac_type == in ipn3ke_mtu_setup()
322 hw->retimer.port_num = (int)port_num; in ipn3ke_hw_init()
323 hw->port_num = hw->retimer.port_num; in ipn3ke_hw_init()
326 hw->retimer.mac_type = (int)mac_type; in ipn3ke_hw_init()
355 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_hw_init()
379 } else if (hw->retimer.mac_type == in ipn3ke_hw_init()
428 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_hw_uninit()
448 } else if (hw->retimer.mac_type == in ipn3ke_hw_uninit()
H A Dipn3ke_representor.c51 (hw->retimer.mac_type == in ipn3ke_rpst_dev_infos_get()
54 ((hw->retimer.mac_type == in ipn3ke_rpst_dev_infos_get()
137 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_rpst_dev_start()
176 } else if (hw->retimer.mac_type == in ipn3ke_rpst_dev_start()
202 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_rpst_dev_stop()
222 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_rpst_dev_close()
242 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_rpst_dev_reset()
2107 } else if (hw->retimer.mac_type == in ipn3ke_rpst_stats_reset()
2638 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_rpst_promiscuous_enable()
2665 if (hw->retimer.mac_type == IFPGA_RAWDEV_RETIMER_MAC_TYPE_10GE_XFI) { in ipn3ke_rpst_promiscuous_disable()
[all …]
H A Dipn3ke_ethdev.h276 struct ifpga_rawdevg_retimer_info retimer; member