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