Searched refs:fcxp_tag (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_svc.h | 168 u16 fcxp_tag; /* internal tag */ member 225 bfa_mem_get_dmabuf_pa((_fcxp)->fcxp_mod, (_fcxp)->fcxp_tag, \ 230 (bfa_mem_get_dmabuf_pa((_fcxp)->fcxp_mod, (_fcxp)->fcxp_tag, \
|
D | bfi_ms.h | 352 __be16 fcxp_tag; /* driver request tag */ member 372 __be16 fcxp_tag; /* send request tag */ member
|
D | bfa_svc.c | 467 fcxp->fcxp_tag = i; in claim_fcxps_mem() 617 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_init_reqrsp() 651 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_init() 679 bfa_trc(mod->bfa, fcxp->fcxp_tag); in bfa_fcxp_put() 726 u16 fcxp_tag = be16_to_cpu(fcxp_rsp->fcxp_tag); in hal_fcxp_send_comp() local 728 bfa_trc(bfa, fcxp_tag); in hal_fcxp_send_comp() 741 fcxp = BFA_FCXP_FROM_TAG(mod, fcxp_tag); in hal_fcxp_send_comp() 853 send_req->fcxp_tag = cpu_to_be16(fcxp->fcxp_tag); in bfa_fcxp_queue() 959 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_req_rsp_alloc() 981 reqbuf = bfa_mem_get_dmabuf_kva(mod, fcxp->fcxp_tag, in bfa_fcxp_get_reqbuf() [all …]
|