Searched refs:phy_qcfg_resp (Results 1 – 3 of 3) sorted by relevance
706 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; in bnxt_vf_set_link() local712 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 …]
834 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; member
4351 memcpy(&link_info->phy_qcfg_resp, resp, sizeof(*resp)); in bnxt_update_link()