Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.h221 #define BFA_FCXP_REQ_PLD(_fcxp) (bfa_fcxp_get_reqbuf(_fcxp)) argument
222 #define BFA_FCXP_RSP_FCHS(_fcxp) (&((_fcxp)->rsp_info.fchs)) argument
223 #define BFA_FCXP_RSP_PLD(_fcxp) (bfa_fcxp_get_rspbuf(_fcxp)) argument
225 #define BFA_FCXP_REQ_PLD_PA(_fcxp) \ argument
226 bfa_mem_get_dmabuf_pa((_fcxp)->fcxp_mod, (_fcxp)->fcxp_tag, \
227 (_fcxp)->fcxp_mod->req_pld_sz + (_fcxp)->fcxp_mod->rsp_pld_sz)
230 #define BFA_FCXP_RSP_PLD_PA(_fcxp) \ argument
231 (bfa_mem_get_dmabuf_pa((_fcxp)->fcxp_mod, (_fcxp)->fcxp_tag, \
232 (_fcxp)->fcxp_mod->req_pld_sz + (_fcxp)->fcxp_mod->rsp_pld_sz) + \
233 (_fcxp)->fcxp_mod->req_pld_sz)