Searched defs:bfad_fcxp (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/scsi/bfa/ |
D | bfad_drv.h | 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; [all …]
|
D | bfad_bsg.c | 2861 bfad_fcxp_get_req_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sgaddr_cb() 2873 bfad_fcxp_get_req_sglen_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sglen_cb() 2883 bfad_fcxp_get_rsp_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_rsp_sgaddr_cb() 2895 bfad_fcxp_get_rsp_sglen_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_rsp_sglen_cb() 2905 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb()
|
D | bfa_svc.c | 664 bfa_fcxp_null_comp(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcxp_null_comp()
|