Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c988 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; in bnxt_vf_set_link() local
994 memcpy(&phy_qcfg_resp, &bp->link_info.phy_qcfg_resp, in bnxt_vf_set_link()
995 sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
997 phy_qcfg_resp.resp_len = cpu_to_le16(sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
998 phy_qcfg_resp.seq_id = phy_qcfg_req->seq_id; in bnxt_vf_set_link()
999 phy_qcfg_resp.valid = 1; in bnxt_vf_set_link()
1003 if (phy_qcfg_resp.link != in bnxt_vf_set_link()
1005 phy_qcfg_resp.link = in bnxt_vf_set_link()
1007 phy_qcfg_resp.link_speed = cpu_to_le16( in bnxt_vf_set_link()
1009 phy_qcfg_resp.duplex_cfg = in bnxt_vf_set_link()
[all …]
Dbnxt.h973 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; member
Dbnxt.c6399 memcpy(&link_info->phy_qcfg_resp, resp, sizeof(*resp)); in bnxt_update_link()
6504 struct hwrm_port_phy_qcfg_output *resp = &link_info->phy_qcfg_resp; in bnxt_get_port_module_status()