| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_80003es2lan.c | 27 u16 *duplex); 33 STATIC s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex); 764 u16 *duplex) in e1000_get_link_up_info_80003es2lan() argument 772 duplex); in e1000_get_link_up_info_80003es2lan() 777 duplex); in e1000_get_link_up_info_80003es2lan() 1221 u16 duplex; in e1000_cfg_on_link_up_80003es2lan() local 1227 &duplex); in e1000_cfg_on_link_up_80003es2lan() 1234 ret_val = e1000_cfg_kmrn_10_100_80003es2lan(hw, duplex); in e1000_cfg_on_link_up_80003es2lan() 1248 STATIC s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex) in e1000_cfg_kmrn_10_100_80003es2lan() argument 1284 if (duplex == HALF_DUPLEX) in e1000_cfg_kmrn_10_100_80003es2lan()
|
| H A D | e1000_vf.c | 18 u16 *duplex); 195 u16 *duplex) in e1000_get_link_up_info_vf() argument 214 *duplex = FULL_DUPLEX; in e1000_get_link_up_info_vf() 217 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_vf()
|
| H A D | e1000_mac.h | 34 u16 *duplex); 36 u16 *speed, u16 *duplex);
|
| H A D | e1000_82541.c | 22 u16 *duplex); 412 u16 *duplex) in e1000_get_link_up_info_82541() argument 420 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex); in e1000_get_link_up_info_82541() 438 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541() 446 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541() 449 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541() 642 u16 phy_data, phy_saved_data, speed, duplex, i; in e1000_config_dsp_after_link_change_82541() local 653 ret_val = hw->mac.ops.get_link_up_info(hw, &speed, &duplex); in e1000_config_dsp_after_link_change_82541()
|
| H A D | e1000_mac.c | 1329 u16 speed, duplex; in e1000_config_fc_after_link_up_generic() local 1476 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in e1000_config_fc_after_link_up_generic() 1482 if (duplex == HALF_DUPLEX) in e1000_config_fc_after_link_up_generic() 1632 u16 *duplex) in e1000_get_speed_and_duplex_copper_generic() argument 1651 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex_copper_generic() 1654 *duplex = HALF_DUPLEX; in e1000_get_speed_and_duplex_copper_generic() 1671 u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex_fiber_serdes_generic() argument 1677 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex_fiber_serdes_generic()
|
| H A D | e1000_82575.c | 26 u16 *duplex); 53 u16 *speed, u16 *duplex); 1098 u16 *duplex) in e1000_get_link_up_info_82575() argument 1106 duplex); in e1000_get_link_up_info_82575() 1109 duplex); in e1000_get_link_up_info_82575() 1124 u16 speed, duplex; in e1000_check_for_link_82575() local 1130 &duplex); in e1000_check_for_link_82575() 1286 *duplex = FULL_DUPLEX; in e1000_get_pcs_speed_and_duplex_82575() 1288 *duplex = HALF_DUPLEX; in e1000_get_pcs_speed_and_duplex_82575() 1296 *duplex = FULL_DUPLEX; in e1000_get_pcs_speed_and_duplex_82575() [all …]
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_mac.h | 34 u16 *duplex); 36 u16 *speed, u16 *duplex);
|
| H A D | igc_mac.c | 1321 u16 speed, duplex; in igc_config_fc_after_link_up_generic() local 1464 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in igc_config_fc_after_link_up_generic() 1470 if (duplex == HALF_DUPLEX) in igc_config_fc_after_link_up_generic() 1496 u16 *duplex) in igc_get_speed_and_duplex_copper_generic() argument 1525 *duplex = FULL_DUPLEX; in igc_get_speed_and_duplex_copper_generic() 1528 *duplex = HALF_DUPLEX; in igc_get_speed_and_duplex_copper_generic() 1546 u16 *speed, u16 *duplex) in igc_get_speed_and_duplex_fiber_serdes_generic() argument 1552 *duplex = FULL_DUPLEX; in igc_get_speed_and_duplex_fiber_serdes_generic()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio.h | 183 uint8_t duplex; member 212 uint8_t duplex; member
|
| H A D | virtio_ethdev.c | 1859 offsetof(struct virtio_net_config, duplex), in virtio_get_speed_duplex() 1860 &config->duplex, sizeof(config->duplex)); in virtio_get_speed_duplex() 1862 hw->duplex = config->duplex; in virtio_get_speed_duplex() 1864 link->link_duplex = hw->duplex; in virtio_get_speed_duplex() 1868 hw->speed, hw->duplex); in virtio_get_speed_duplex() 2258 if (hw->duplex == DUPLEX_UNKNOWN) in virtio_init_device() 2259 hw->duplex = RTE_ETH_LINK_FULL_DUPLEX; in virtio_init_device() 2261 hw->speed, hw->duplex); in virtio_init_device() 2388 hw->duplex = DUPLEX_UNKNOWN; in eth_virtio_dev_init() 2965 link.link_duplex = hw->duplex; in virtio_dev_link_update()
|
| /dpdk/drivers/net/pfe/ |
| H A D | pfe_hal.c | 166 gemac_set_duplex(void *base, int duplex) in gemac_set_duplex() argument 168 if (duplex == DUPLEX_HALF) { in gemac_set_duplex() 488 gemac_set_duplex(base, cfg->duplex); in gemac_set_config()
|
| /dpdk/drivers/bus/dpaa/include/ |
| H A D | process.h | 132 int dpaa_update_link_speed(char *if_name, int speed, int duplex);
|
| /dpdk/drivers/net/dpaa/ |
| H A D | dpaa_ethdev.c | 206 int speed, duplex; in dpaa_eth_dev_configure() local 306 duplex = RTE_ETH_LINK_HALF_DUPLEX; in dpaa_eth_dev_configure() 310 duplex = RTE_ETH_LINK_FULL_DUPLEX; in dpaa_eth_dev_configure() 314 duplex = RTE_ETH_LINK_HALF_DUPLEX; in dpaa_eth_dev_configure() 318 duplex = RTE_ETH_LINK_FULL_DUPLEX; in dpaa_eth_dev_configure() 322 duplex = RTE_ETH_LINK_FULL_DUPLEX; in dpaa_eth_dev_configure() 326 duplex = RTE_ETH_LINK_FULL_DUPLEX; in dpaa_eth_dev_configure() 330 duplex = RTE_ETH_LINK_FULL_DUPLEX; in dpaa_eth_dev_configure() 334 duplex = RTE_ETH_LINK_FULL_DUPLEX; in dpaa_eth_dev_configure() 338 dpaa_update_link_speed(__fif->node_name, speed, duplex); in dpaa_eth_dev_configure()
|
| /dpdk/doc/guides/nics/ |
| H A D | qede.rst | 320 Port 0 Link Up - speed 25000 Mbps - full-duplex 321 Port 1 Link Up - speed 25000 Mbps - full-duplex 322 Port 2 Link Up - speed 25000 Mbps - full-duplex 323 Port 3 Link Up - speed 25000 Mbps - full-duplex
|
| H A D | liquidio.rst | 133 Port 0 Link Up - speed 10000 Mbps - full-duplex 134 Port 1 Link Up - speed 10000 Mbps - full-duplex
|
| H A D | kni.rst | 118 Port 0 Link Up - speed 10000 Mbps - full-duplex 119 Port 1 Link Up - speed 10000 Mbps - full-duplex
|
| H A D | octeontx.rst | 102 Port 0 Link Up - speed 40000 Mbps - full-duplex 103 Port 1 Link Up - speed 40000 Mbps - full-duplex
|
| H A D | axgbe.rst | 72 Port 0 Link Up - speed 10000 Mbps - full-duplex
|
| /dpdk/drivers/net/liquidio/ |
| H A D | lio_struct.h | 524 uint64_t duplex : 8; member 542 uint64_t duplex : 8;
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_struct.h | 94 uint8_t duplex; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_frag.rst | 78 done: Link Up - speed 10000 Mbps - full-duplex 81 done: Link Up - speed 10000 Mbps - full-duplex
|
| /dpdk/drivers/net/pfe/base/cbus/ |
| H A D | emac_mtip.h | 223 u32 duplex; member
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | elink.c | 6504 duplex = DUPLEX_FULL; in elink_link_settings_status() 6506 duplex); in elink_link_settings_status() 6519 duplex); in elink_link_settings_status() 6525 vars->duplex = duplex; in elink_link_settings_status() 6644 vars->duplex = duplex; in elink_warpcore_read_status() 6699 duplex); in elink_warpcore_read_status() 7876 vars->duplex = phy_vars[active_external_phy].duplex; in elink_link_update() 13686 vars->duplex = DUPLEX_FULL; in elink_init_emul() 13706 vars->duplex = DUPLEX_FULL; in elink_init_fpga() 13810 vars->duplex = DUPLEX_FULL; in elink_init_xmac_loopback() [all …]
|
| /dpdk/drivers/net/octeontx/ |
| H A D | octeontx_ethdev.h | 126 uint8_t duplex; member
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_bgx.h | 64 uint8_t duplex; member
|