Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/bfa/
Dbfa_svc.c106 struct bfi_fcxp_send_rsp_s *fcxp_rsp);
703 hal_fcxp_send_comp(struct bfa_s *bfa, struct bfi_fcxp_send_rsp_s *fcxp_rsp) in hal_fcxp_send_comp() argument
707 u16 fcxp_tag = be16_to_cpu(fcxp_rsp->fcxp_tag); in hal_fcxp_send_comp()
711 fcxp_rsp->rsp_len = be32_to_cpu(fcxp_rsp->rsp_len); in hal_fcxp_send_comp()
717 if (fcxp_rsp->req_status == BFA_STATUS_OK) in hal_fcxp_send_comp()
718 fcxp_rsp->residue_len = 0; in hal_fcxp_send_comp()
720 fcxp_rsp->residue_len = be32_to_cpu(fcxp_rsp->residue_len); in hal_fcxp_send_comp()
726 hal_fcxp_rx_plog(mod->bfa, fcxp, fcxp_rsp); in hal_fcxp_send_comp()
732 fcxp_rsp->req_status, fcxp_rsp->rsp_len, in hal_fcxp_send_comp()
733 fcxp_rsp->residue_len, &fcxp_rsp->fchs); in hal_fcxp_send_comp()
[all …]