Lines Matching defs:bfad_fcxp
264 struct bfad_fcxp { struct
265 struct bfad_port_s *port;
266 struct bfa_rport_s *bfa_rport;
267 bfa_status_t req_status;
268 u16 tag;
269 u16 rsp_len;
270 u16 rsp_maxlen;
271 u8 use_ireqbuf;
272 u8 use_irspbuf;
273 u32 num_req_sgles;
274 u32 num_rsp_sgles;
275 struct fchs_s fchs;
276 void *reqbuf_info;
277 void *rspbuf_info;
278 struct bfa_sge_s *req_sge;
279 struct bfa_sge_s *rsp_sge;
280 fcxp_send_cb_t send_cbfn;
281 void *send_cbarg;
282 void *bfa_fcxp;
283 struct completion comp;