Home
last modified time | relevance | path

Searched refs:fcxp_tag (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/bfa/
Dbfa_svc.h161 u16 fcxp_tag; /* internal tag */ member
218 bfa_mem_get_dmabuf_pa((_fcxp)->fcxp_mod, (_fcxp)->fcxp_tag, \
223 (bfa_mem_get_dmabuf_pa((_fcxp)->fcxp_mod, (_fcxp)->fcxp_tag, \
Dbfi_ms.h345 __be16 fcxp_tag; /* driver request tag */ member
365 __be16 fcxp_tag; /* send request tag */ member
Dbfa_svc.c432 fcxp->fcxp_tag = i; in claim_fcxps_mem()
567 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_init_reqrsp()
601 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_init()
629 bfa_trc(mod->bfa, fcxp->fcxp_tag); in bfa_fcxp_put()
676 u16 fcxp_tag = be16_to_cpu(fcxp_rsp->fcxp_tag); in hal_fcxp_send_comp() local
678 bfa_trc(bfa, fcxp_tag); in hal_fcxp_send_comp()
691 fcxp = BFA_FCXP_FROM_TAG(mod, fcxp_tag); in hal_fcxp_send_comp()
803 send_req->fcxp_tag = cpu_to_be16(fcxp->fcxp_tag); in bfa_fcxp_queue()
909 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_req_rsp_alloc()
931 reqbuf = bfa_mem_get_dmabuf_kva(mod, fcxp->fcxp_tag, in bfa_fcxp_get_reqbuf()
[all …]