Searched refs:link_config (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 212 struct link_config *lc = &pi->link_cfg; in cxgbe_dev_link_update() 1071 struct link_config *lc = &pi->link_cfg; in cxgbe_flow_ctrl_get() 1099 struct link_config *lc = &pi->link_cfg; in cxgbe_flow_ctrl_set() 1477 static int cxgbe_fec_get_capa_speed_to_fec(struct link_config *lc, in cxgbe_fec_get_capa_speed_to_fec() 1518 struct link_config *lc = &pi->link_cfg; in cxgbe_fec_get_capability() 1534 struct link_config *lc = &pi->link_cfg; in cxgbe_fec_get() 1555 struct link_config *lc = &pi->link_cfg; in cxgbe_fec_set()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_hw.c | 2805 struct link_config *lc = &pi->link_cfg; in t4_link_l1cfg_core() 4335 struct link_config *lc = &pi->link_cfg; in t4_set_link_autoneg_speed() 4347 struct link_config *lc = &pi->link_cfg; in t4_set_link_speed() 4364 struct link_config *lc = &pi->link_cfg; in t4_set_link_pause() 4414 struct link_config *lc = &pi->link_cfg; in t4_set_link_fec() 4493 struct link_config *lc = &pi->link_cfg; in t4_handle_get_port_info() 4617 struct link_config *lc = &pi->link_cfg; in t4_reset_link_config() 4640 struct link_config *lc = &pi->link_cfg; in t4_init_link_config()
|
| H A D | adapter.h | 36 struct link_config link_cfg; /* link configuration info */
|
| H A D | common.h | 272 struct link_config { struct
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 8112 sc->port.link_config[ELINK_EXT_PHY1] = in bnx2x_get_shmem_info() 8560 sc->port.link_config[0]); in bnx2x_link_settings_supported() 8624 uint32_t link_config; in bnx2x_link_settings_requested() local 8643 link_config = sc->port.link_config[idx]; in bnx2x_link_settings_requested() 8680 link_config, in bnx2x_link_settings_requested() 8700 link_config, in bnx2x_link_settings_requested() 8719 link_config, in bnx2x_link_settings_requested() 8739 link_config, in bnx2x_link_settings_requested() 8757 link_config, in bnx2x_link_settings_requested() 8775 link_config, in bnx2x_link_settings_requested() [all …]
|
| H A D | elink.c | 13113 dev_info.port_feature_config[port].link_config)) & in elink_populate_int_phy() 13392 uint32_t link_config; in elink_phy_def_cfg() local 13395 link_config = REG_RD(sc, params->shmem_base + in elink_phy_def_cfg() 13403 link_config = REG_RD(sc, params->shmem_base + in elink_phy_def_cfg() 13405 port_feature_config[params->port].link_config)); in elink_phy_def_cfg() 13413 phy_index, link_config, phy->speed_cap_mask); in elink_phy_def_cfg() 13416 switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) { in elink_phy_def_cfg() 13446 switch (link_config & PORT_FEATURE_FLOW_CONTROL_MASK) { in elink_phy_def_cfg()
|
| H A D | bnx2x.h | 698 uint32_t link_config[ELINK_LINK_CONFIG_SIZE]; member
|
| H A D | ecore_hsi.h | 1106 uint32_t link_config; /* Used as HW defaults for the driver */ member
|