Lines Matching full:fchs
71 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs);
682 fcxp_rsp->residue_len, &fcxp_rsp->fchs); in hal_fcxp_send_comp()
691 fcxp->rsp_fchs = fcxp_rsp->fchs; in hal_fcxp_send_comp()
703 struct fchs_s *fchs) in hal_fcxp_tx_plog() argument
715 reqlen + sizeof(struct fchs_s), fchs, in hal_fcxp_tx_plog()
721 fchs); in hal_fcxp_tx_plog()
725 reqlen + sizeof(struct fchs_s), fchs); in hal_fcxp_tx_plog()
741 &fcxp_rsp->fchs, pld_w0); in hal_fcxp_rx_plog()
746 &fcxp_rsp->fchs); in hal_fcxp_rx_plog()
750 (u16) fcxp_rsp->rsp_len, &fcxp_rsp->fchs); in hal_fcxp_rx_plog()
799 send_req->fchs = reqi->fchs; in bfa_fcxp_queue()
841 hal_fcxp_tx_plog(bfa, reqi->req_tot_len, fcxp, &reqi->fchs); in bfa_fcxp_queue()
964 * @param[in] reqlen request length, does not include FCHS length
965 * @param[in] fchs fc Header Pointer. The header content will be copied
979 u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, in bfa_fcxp_send() argument
998 reqi->fchs = *fchs; in bfa_fcxp_send()