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