Lines Matching refs:bfa_fcxp_s
99 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */
118 typedef void (*fcxp_send_cb_t) (struct bfa_s *ioc, struct bfa_fcxp_s *fcxp,
125 typedef void (*bfa_cb_fcxp_send_t) (void *bfad_fcxp, struct bfa_fcxp_s *fcxp,
129 typedef void (*bfa_fcxp_alloc_cbfn_t) (void *cbarg, struct bfa_fcxp_s *fcxp);
163 struct bfa_fcxp_s { struct
610 struct bfa_fcxp_s *bfa_fcxp_req_rsp_alloc(void *bfad_fcxp, struct bfa_s *bfa,
628 void bfa_fcxp_discard(struct bfa_fcxp_s *fcxp);
630 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp);
631 void *bfa_fcxp_get_rspbuf(struct bfa_fcxp_s *fcxp);
633 void bfa_fcxp_free(struct bfa_fcxp_s *fcxp);
635 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
642 bfa_status_t bfa_fcxp_abort(struct bfa_fcxp_s *fcxp);
643 u32 bfa_fcxp_get_reqbufsz(struct bfa_fcxp_s *fcxp);