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