Searched refs:phy_qcfg_resp (Results 1 – 3 of 3) sorted by relevance
1207 struct hwrm_port_phy_qcfg_output_compat phy_qcfg_resp = {}; in bnxt_vf_set_link() local1213 memcpy(&phy_qcfg_resp, &bp->link_info.phy_qcfg_resp, in bnxt_vf_set_link()1214 sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()1216 phy_qcfg_resp.resp_len = cpu_to_le16(sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()1217 phy_qcfg_resp.seq_id = phy_qcfg_req->seq_id; in bnxt_vf_set_link()1221 phy_qcfg_resp.option_flags &= in bnxt_vf_set_link()1223 phy_qcfg_resp.valid = 1; in bnxt_vf_set_link()1227 if (phy_qcfg_resp.link != in bnxt_vf_set_link()1229 phy_qcfg_resp.link = in bnxt_vf_set_link()1231 phy_qcfg_resp.link_speed = cpu_to_le16( in bnxt_vf_set_link()[all …]
1711 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; member
12008 if (bp->link_info.phy_qcfg_resp.option_flags & in bnxt_report_link()12197 memcpy(&link_info->phy_qcfg_resp, resp, sizeof(*resp)); in bnxt_update_link()12308 struct hwrm_port_phy_qcfg_output *resp = &link_info->phy_qcfg_resp; in bnxt_get_port_module_status()