Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
Dbfi_ms.h345 __be16 fcxp_tag; /* driver request tag */ member
365 __be16 fcxp_tag; /* send request tag */ member
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, \
Dbfa_svc.c426 fcxp->fcxp_tag = i; in claim_fcxps_mem()
561 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_init_reqrsp()
595 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_init()
623 bfa_trc(mod->bfa, fcxp->fcxp_tag); in bfa_fcxp_put()
670 u16 fcxp_tag = be16_to_cpu(fcxp_rsp->fcxp_tag); in hal_fcxp_send_comp() local
672 bfa_trc(bfa, fcxp_tag); in hal_fcxp_send_comp()
685 fcxp = BFA_FCXP_FROM_TAG(mod, fcxp_tag); in hal_fcxp_send_comp()
797 send_req->fcxp_tag = cpu_to_be16(fcxp->fcxp_tag); in bfa_fcxp_queue()
903 bfa_trc(bfa, fcxp->fcxp_tag); in bfa_fcxp_req_rsp_alloc()
925 reqbuf = bfa_mem_get_dmabuf_kva(mod, fcxp->fcxp_tag, in bfa_fcxp_get_reqbuf()
[all …]