Searched defs:bfad_fcxp (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_drv.h | 255 struct bfad_fcxp { struct 256 struct bfad_port_s *port; 257 struct bfa_rport_s *bfa_rport; 258 bfa_status_t req_status; 259 u16 tag; 260 u16 rsp_len; 261 u16 rsp_maxlen; 262 u8 use_ireqbuf; 263 u8 use_irspbuf; 264 u32 num_req_sgles; [all …]
|
H A D | bfad_bsg.c | 3207 bfad_fcxp_get_req_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sgaddr_cb() 3219 bfad_fcxp_get_req_sglen_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sglen_cb() 3229 bfad_fcxp_get_rsp_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_rsp_sgaddr_cb() 3241 bfad_fcxp_get_rsp_sglen_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_rsp_sglen_cb() 3251 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb()
|
H A D | bfa_svc.c | 644 bfa_fcxp_null_comp(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcxp_null_comp()
|