Home
last modified time | relevance | path

Searched refs:phy_qcfg_resp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c1032 struct hwrm_port_phy_qcfg_output phy_qcfg_resp = {0}; in bnxt_vf_set_link() local
1038 memcpy(&phy_qcfg_resp, &bp->link_info.phy_qcfg_resp, in bnxt_vf_set_link()
1039 sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
1041 phy_qcfg_resp.resp_len = cpu_to_le16(sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
1042 phy_qcfg_resp.seq_id = phy_qcfg_req->seq_id; in bnxt_vf_set_link()
1043 phy_qcfg_resp.valid = 1; in bnxt_vf_set_link()
1047 if (phy_qcfg_resp.link != in bnxt_vf_set_link()
1049 phy_qcfg_resp in bnxt_vf_set_link()
[all...]
H A Dbnxt.h1268 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; member
H A Dbnxt.c9166 memcpy(&link_info->phy_qcfg_resp, resp, sizeof(*resp)); in bnxt_update_link()
9283 struct hwrm_port_phy_qcfg_output *resp = &link_info->phy_qcfg_resp; in bnxt_get_port_module_status()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c1080 struct hwrm_port_phy_qcfg_output phy_qcfg_resp = {0}; in bnxt_vf_set_link() local
1086 memcpy(&phy_qcfg_resp, &bp->link_info.phy_qcfg_resp, in bnxt_vf_set_link()
1087 sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
1089 phy_qcfg_resp.resp_len = cpu_to_le16(sizeof(phy_qcfg_resp)); in bnxt_vf_set_link()
1090 phy_qcfg_resp.seq_id = phy_qcfg_req->seq_id; in bnxt_vf_set_link()
1091 phy_qcfg_resp.valid = 1; in bnxt_vf_set_link()
1095 if (phy_qcfg_resp.link != in bnxt_vf_set_link()
1097 phy_qcfg_resp in bnxt_vf_set_link()
[all...]
H A Dbnxt.h1317 struct hwrm_port_phy_qcfg_output phy_qcfg_resp; member
H A Dbnxt.c9540 if (bp->link_info.phy_qcfg_resp.option_flags & in bnxt_report_link()
9670 memcpy(&link_info->phy_qcfg_resp, resp, sizeof(*resp)); in bnxt_update_link()
9787 struct hwrm_port_phy_qcfg_output *resp = &link_info->phy_qcfg_resp; in bnxt_get_port_module_status()

Completed in 46 milliseconds