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