Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_svc.c99 struct bfi_fcxp_send_rsp_s *fcxp_rsp);
666 hal_fcxp_send_comp(struct bfa_s *bfa, struct bfi_fcxp_send_rsp_s *fcxp_rsp) in hal_fcxp_send_comp() argument
670 u16 fcxp_tag = be16_to_cpu(fcxp_rsp->fcxp_tag); in hal_fcxp_send_comp()
674 fcxp_rsp->rsp_len = be32_to_cpu(fcxp_rsp->rsp_len); in hal_fcxp_send_comp()
680 if (fcxp_rsp->req_status == BFA_STATUS_OK) in hal_fcxp_send_comp()
681 fcxp_rsp->residue_len = 0; in hal_fcxp_send_comp()
683 fcxp_rsp->residue_len = be32_to_cpu(fcxp_rsp->residue_len); in hal_fcxp_send_comp()
689 hal_fcxp_rx_plog(mod->bfa, fcxp, fcxp_rsp); in hal_fcxp_send_comp()
695 fcxp_rsp->req_status, fcxp_rsp->rsp_len, in hal_fcxp_send_comp()
696 fcxp_rsp->residue_len, &fcxp_rsp->fchs); in hal_fcxp_send_comp()
[all …]