Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c706 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; in bnxt_vf_set_link() local
712 memcpy(&phy_qcfg_resp, &bp->link_info.phy_qcfg_resp, in bnxt_vf_set_link()
713 sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
715 phy_qcfg_resp.seq_id = phy_qcfg_req->seq_id; in bnxt_vf_set_link()
719 if (phy_qcfg_resp.link == in bnxt_vf_set_link()
721 phy_qcfg_resp.link = in bnxt_vf_set_link()
723 if (phy_qcfg_resp.auto_link_speed) in bnxt_vf_set_link()
724 phy_qcfg_resp.link_speed = in bnxt_vf_set_link()
725 phy_qcfg_resp.auto_link_speed; in bnxt_vf_set_link()
727 phy_qcfg_resp.link_speed = in bnxt_vf_set_link()
[all …]
Dbnxt.h834 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; member
Dbnxt.c4351 memcpy(&link_info->phy_qcfg_resp, resp, sizeof(*resp)); in bnxt_update_link()