Lines Matching refs:phy_qcfg_resp
1064 struct hwrm_port_phy_qcfg_output phy_qcfg_resp = {0}; in bnxt_vf_set_link() local
1070 memcpy(&phy_qcfg_resp, &bp->link_info.phy_qcfg_resp, in bnxt_vf_set_link()
1071 sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
1073 phy_qcfg_resp.resp_len = cpu_to_le16(sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
1074 phy_qcfg_resp.seq_id = phy_qcfg_req->seq_id; in bnxt_vf_set_link()
1075 phy_qcfg_resp.valid = 1; in bnxt_vf_set_link()
1079 if (phy_qcfg_resp.link != in bnxt_vf_set_link()
1081 phy_qcfg_resp.link = in bnxt_vf_set_link()
1083 phy_qcfg_resp.link_speed = cpu_to_le16( in bnxt_vf_set_link()
1085 phy_qcfg_resp.duplex_cfg = in bnxt_vf_set_link()
1087 phy_qcfg_resp.duplex_state = in bnxt_vf_set_link()
1089 phy_qcfg_resp.pause = in bnxt_vf_set_link()
1095 phy_qcfg_resp.link = PORT_PHY_QCFG_RESP_LINK_NO_LINK; in bnxt_vf_set_link()
1096 phy_qcfg_resp.link_speed = 0; in bnxt_vf_set_link()
1097 phy_qcfg_resp.duplex_state = in bnxt_vf_set_link()
1099 phy_qcfg_resp.pause = 0; in bnxt_vf_set_link()
1101 rc = bnxt_hwrm_fwd_resp(bp, vf, &phy_qcfg_resp, in bnxt_vf_set_link()
1104 sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()