Lines Matching refs:bfa_fcxp_s
98 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */
117 typedef void (*fcxp_send_cb_t) (struct bfa_s *ioc, struct bfa_fcxp_s *fcxp,
124 typedef void (*bfa_cb_fcxp_send_t) (void *bfad_fcxp, struct bfa_fcxp_s *fcxp,
128 typedef void (*bfa_fcxp_alloc_cbfn_t) (void *cbarg, struct bfa_fcxp_s *fcxp);
162 struct bfa_fcxp_s { struct
609 struct bfa_fcxp_s *bfa_fcxp_req_rsp_alloc(void *bfad_fcxp, struct bfa_s *bfa,
627 void bfa_fcxp_discard(struct bfa_fcxp_s *fcxp);
629 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp);
630 void *bfa_fcxp_get_rspbuf(struct bfa_fcxp_s *fcxp);
632 void bfa_fcxp_free(struct bfa_fcxp_s *fcxp);
634 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
641 bfa_status_t bfa_fcxp_abort(struct bfa_fcxp_s *fcxp);
642 u32 bfa_fcxp_get_reqbufsz(struct bfa_fcxp_s *fcxp);