Lines Matching refs:resp
592 struct hwrm_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_fwd_resp() local
611 if (resp->error_code) { in bnxt_hwrm_fwd_resp()
613 resp->error_code); in bnxt_hwrm_fwd_resp()
627 struct hwrm_reject_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_fwd_err_resp() local
642 if (resp->error_code) { in bnxt_hwrm_fwd_err_resp()
644 resp->error_code); in bnxt_hwrm_fwd_err_resp()
658 struct hwrm_exec_fwd_resp_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_exec_fwd_resp() local
673 if (resp->error_code) { in bnxt_hwrm_exec_fwd_resp()
675 resp->error_code); in bnxt_hwrm_exec_fwd_resp()
795 struct hwrm_func_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_update_vf_mac() local
804 if (!is_valid_ether_addr(resp->perm_mac_address)) in bnxt_update_vf_mac()
807 if (!ether_addr_equal(resp->perm_mac_address, bp->vf.mac_addr)) in bnxt_update_vf_mac()
808 memcpy(bp->vf.mac_addr, resp->perm_mac_address, ETH_ALEN); in bnxt_update_vf_mac()