Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c6997 elink_link_update(&sc->link_params, &sc->link_vars); in bxe_link_attn()
8171 elink_hw_reset_phy(&sc->link_params); in bxe_attn_int_deasserted0()
8177 elink_handle_module_detect_int(&sc->link_params); in bxe_attn_int_deasserted0()
10841 sc->link_params.shmem_base = in bxe_init_shmem()
11621 return (bxe_set_mac_one(sc, sc->link_params.mac_addr, in bxe_set_eth_mac()
11631 if (sc->link_params.num_phys <= 1) { in bxe_get_cur_phy_idx()
11639 (sc->link_params.phy[ELINK_EXT_PHY2].supported & in bxe_get_cur_phy_idx()
11643 switch (elink_phy_selection(&sc->link_params)) { in bxe_get_cur_phy_idx()
11670 if (sc->link_params.multi_phy_config & PORT_HW_CFG_PHY_SWAPPED_ENABLED) { in bxe_get_link_cfg_idx()
11689 sc->link_params.req_fc_auto_adv = ELINK_FLOW_CTRL_TX; in bxe_set_requested_fc()
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c175 const struct al_pcie_link_params *link_params) in al_pcie_port_link_config() argument
180 if ((link_params->max_payload_size != AL_PCIE_MPS_DEFAULT) && in al_pcie_port_link_config()
181 (link_params->max_payload_size != AL_PCIE_MPS_128) && in al_pcie_port_link_config()
182 (link_params->max_payload_size != AL_PCIE_MPS_256)) { in al_pcie_port_link_config()
184 pcie_port->port_id, link_params->max_payload_size); in al_pcie_port_link_config()
188 al_pcie_port_link_speed_ctrl_set(pcie_port, link_params->max_speed); in al_pcie_port_link_config()
193 if (link_params->max_payload_size != AL_PCIE_MPS_DEFAULT) in al_pcie_port_link_config()
196 link_params->max_payload_size << in al_pcie_port_link_config()
1729 if (params->link_params) in al_pcie_port_config()
1730 status = al_pcie_port_link_config(pcie_port, params->link_params); in al_pcie_port_config()
[all …]
H A Dal_hal_pcie.h480 struct al_pcie_link_params *link_params; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c5410 struct ecore_mcp_link_params link_params; in qlnx_fill_link() local
5416 memset(&link_params, 0, sizeof(struct ecore_mcp_link_params)); in qlnx_fill_link()
5434 memcpy(&link_params, ecore_mcp_get_link_params(hwfn), in qlnx_fill_link()
5435 sizeof(link_params)); in qlnx_fill_link()
5441 ecore_vf_get_link_params(hwfn, &link_params); in qlnx_fill_link()
5453 if (link_params.speed.autoneg) in qlnx_fill_link()
5456 if (link_params.pause.autoneg || in qlnx_fill_link()
5457 (link_params.pause.forced_rx && link_params.pause.forced_tx)) in qlnx_fill_link()
5460 if (link_params.pause.autoneg || link_params.pause.forced_rx || in qlnx_fill_link()
5461 link_params.pause.forced_tx) in qlnx_fill_link()
[all …]
H A Decore_sriov.c1104 struct ecore_mcp_link_params link_params; in ecore_iov_init_hw_for_vf() local
1211 OSAL_MEMCPY(&link_params, ecore_mcp_get_link_params(p_hwfn), in ecore_iov_init_hw_for_vf()
1212 sizeof(link_params)); in ecore_iov_init_hw_for_vf()
1218 &link_params, &link_state, &link_caps); in ecore_iov_init_hw_for_vf()
/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c3212 struct probe_resp_params link_params; in hostapd_gen_per_sta_profiles() local
3256 if (hostapd_get_probe_resp_tmpl(link_bss, &link_params, true)) { in hostapd_gen_per_sta_profiles()
3263 link_data = link_params.resp; in hostapd_gen_per_sta_profiles()
3264 link_data_len = link_params.resp_len; in hostapd_gen_per_sta_profiles()
3300 os_free(link_params.resp); in hostapd_gen_per_sta_profiles()