Searched refs:link_params (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c7016 elink_link_update(&sc->link_params, &sc->link_vars);
8190 elink_hw_reset_phy(&sc->link_params);
8196 elink_handle_module_detect_int(&sc->link_params);
10860 sc->link_params.shmem_base =
11636 return (bxe_set_mac_one(sc, sc->link_params.mac_addr,
11646 if (sc->link_params.num_phys <= 1) {
11654 (sc->link_params.phy[ELINK_EXT_PHY2].supported &
11658 switch (elink_phy_selection(&sc->link_params)) {
11685 if (sc->link_params.multi_phy_config & PORT_HW_CFG_PHY_SWAPPED_ENABLED) {
11704 sc->link_params
[all...]
H A Dbxe.h1483 struct elink_params link_params; member in struct:bxe_softc
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h97 * - struct al_pcie_link_params link_params = {
102 * &link_params,
476 * The fields that are pointers (e.g. link_params) can be set to NULL, in that
480 struct al_pcie_link_params *link_params; member in struct:al_pcie_port_config_params
H A Dal_hal_pcie.c175 const struct al_pcie_link_params *link_params)
180 if ((link_params->max_payload_size != AL_PCIE_MPS_DEFAULT) &&
181 (link_params->max_payload_size != AL_PCIE_MPS_128) &&
182 (link_params->max_payload_size != AL_PCIE_MPS_256)) {
184 pcie_port->port_id, link_params->max_payload_size);
188 al_pcie_port_link_speed_ctrl_set(pcie_port, link_params->max_speed);
193 if (link_params->max_payload_size != AL_PCIE_MPS_DEFAULT)
196 link_params->max_payload_size <<
1729 if (params->link_params)
1730 status = al_pcie_port_link_config(pcie_port, params->link_params);
173 al_pcie_port_link_config( struct al_pcie_port *pcie_port, const struct al_pcie_link_params *link_params) argument
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c5560 struct ecore_mcp_link_params link_params; local
5566 memset(&link_params, 0, sizeof(struct ecore_mcp_link_params));
5584 memcpy(&link_params, ecore_mcp_get_link_params(hwfn),
5585 sizeof(link_params));
5591 ecore_vf_get_link_params(hwfn, &link_params);
5603 if (link_params.speed.autoneg)
5606 if (link_params.pause.autoneg ||
5607 (link_params.pause.forced_rx && link_params.pause.forced_tx))
5610 if (link_params
[all...]
H A Decore_sriov.c1106 struct ecore_mcp_link_params link_params; local
1213 OSAL_MEMCPY(&link_params, ecore_mcp_get_link_params(p_hwfn),
1214 sizeof(link_params));
1220 &link_params, &link_state, &link_caps);

Completed in 123 milliseconds