Home
last modified time | relevance | path

Searched refs:link_config (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h294 struct link_config { struct
350 struct link_config *lc);
507 void init_link_config(struct link_config *lc, fw_port_cap32_t pcaps,
H A Dadapter.h36 struct link_config link_cfg; /* link configuration info */
H A Dt4_hw.c2957 struct link_config *lc) in t4_link_l1cfg()
4544 struct link_config *lc = &pi->link_cfg; in t4_handle_get_port_info()
4719 struct link_config *lc = &pi->link_cfg; in t4_reset_link_config()
4737 void init_link_config(struct link_config *lc, fw_port_cap32_t pcaps, in init_link_config()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c8108 sc->port.link_config[ELINK_EXT_PHY1] = in bnx2x_get_shmem_info()
8556 sc->port.link_config[0]); in bnx2x_link_settings_supported()
8620 uint32_t link_config; in bnx2x_link_settings_requested() local
8639 link_config = sc->port.link_config[idx]; in bnx2x_link_settings_requested()
8676 link_config, in bnx2x_link_settings_requested()
8696 link_config, in bnx2x_link_settings_requested()
8715 link_config, in bnx2x_link_settings_requested()
8735 link_config, in bnx2x_link_settings_requested()
8753 link_config, in bnx2x_link_settings_requested()
8771 link_config, in bnx2x_link_settings_requested()
[all …]
H A Delink.c13113 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 Dbnx2x.h698 uint32_t link_config[ELINK_LINK_CONFIG_SIZE]; member
H A Decore_hsi.h1106 uint32_t link_config; /* Used as HW defaults for the driver */ member
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ethdev.c789 struct link_config *lc = &pi->link_cfg; in cxgbe_flow_ctrl_get()
812 struct link_config *lc = &pi->link_cfg; in cxgbe_flow_ctrl_set()