Home
last modified time | relevance | path

Searched refs:phy_qcfg_resp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c1153 memcpy(&phy_qcfg_resp, &bp->link_info.phy_qcfg_resp, in bnxt_vf_set_link()
1156 phy_qcfg_resp.resp_len = cpu_to_le16(sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
1161 phy_qcfg_resp.option_flags &= in bnxt_vf_set_link()
1163 phy_qcfg_resp.valid = 1; in bnxt_vf_set_link()
1167 if (phy_qcfg_resp.link != in bnxt_vf_set_link()
1169 phy_qcfg_resp.link = in bnxt_vf_set_link()
1173 phy_qcfg_resp.duplex_cfg = in bnxt_vf_set_link()
1177 phy_qcfg_resp.pause = in bnxt_vf_set_link()
1185 phy_qcfg_resp.duplex_state = in bnxt_vf_set_link()
1187 phy_qcfg_resp.pause = 0; in bnxt_vf_set_link()
[all …]
H A Dbnxt.h1700 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; member
H A Dbnxt.c11749 if (bp->link_info.phy_qcfg_resp.option_flags & in bnxt_report_link()
11936 memcpy(&link_info->phy_qcfg_resp, resp, sizeof(*resp)); in bnxt_update_link()
12046 struct hwrm_port_phy_qcfg_output *resp = &link_info->phy_qcfg_resp; in bnxt_get_port_module_status()