Searched refs:fcxp_rsp (Results 1 – 1 of 1) sorted by relevance
113 struct bfi_fcxp_send_rsp_s *fcxp_rsp);722 hal_fcxp_send_comp(struct bfa_s *bfa, struct bfi_fcxp_send_rsp_s *fcxp_rsp) in hal_fcxp_send_comp() argument726 u16 fcxp_tag = be16_to_cpu(fcxp_rsp->fcxp_tag); in hal_fcxp_send_comp()730 fcxp_rsp->rsp_len = be32_to_cpu(fcxp_rsp->rsp_len); in hal_fcxp_send_comp()736 if (fcxp_rsp->req_status == BFA_STATUS_OK) in hal_fcxp_send_comp()737 fcxp_rsp->residue_len = 0; in hal_fcxp_send_comp()739 fcxp_rsp->residue_len = be32_to_cpu(fcxp_rsp->residue_len); in hal_fcxp_send_comp()745 hal_fcxp_rx_plog(mod->bfa, fcxp, fcxp_rsp); in hal_fcxp_send_comp()751 fcxp_rsp->req_status, fcxp_rsp->rsp_len, in hal_fcxp_send_comp()752 fcxp_rsp->residue_len, &fcxp_rsp->fchs); in hal_fcxp_send_comp()[all …]