Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.c107 struct bfi_fcxp_send_rsp_s *fcxp_rsp);
680 hal_fcxp_send_comp(struct bfa_s *bfa, struct bfi_fcxp_send_rsp_s *fcxp_rsp) in hal_fcxp_send_comp() argument
684 u16 fcxp_tag = be16_to_cpu(fcxp_rsp->fcxp_tag); in hal_fcxp_send_comp()
688 fcxp_rsp->rsp_len = be32_to_cpu(fcxp_rsp->rsp_len); in hal_fcxp_send_comp()
694 if (fcxp_rsp->req_status == BFA_STATUS_OK) in hal_fcxp_send_comp()
695 fcxp_rsp->residue_len = 0; in hal_fcxp_send_comp()
697 fcxp_rsp->residue_len = be32_to_cpu(fcxp_rsp->residue_len); in hal_fcxp_send_comp()
703 hal_fcxp_rx_plog(mod->bfa, fcxp, fcxp_rsp); in hal_fcxp_send_comp()
709 fcxp_rsp->req_status, fcxp_rsp->rsp_len, in hal_fcxp_send_comp()
710 fcxp_rsp->residue_len, &fcxp_rsp->fchs); in hal_fcxp_send_comp()
[all …]