Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_ioc.h127 #define bfa_mem_dma_seg_iter(_mod, _sptr, _nr, _i) \ argument
128 for (_i = 0, _sptr = bfa_mem_dma_sptr(_mod, _i); _i < (_nr); \
129 _i++, _sptr = bfa_mem_dma_sptr(_mod, _i))
132 #define bfa_mem_dma_virt(_sptr) ((_sptr)->kva_curp) argument
133 #define bfa_mem_dma_phys(_sptr) ((_sptr)->dma_curp) argument
134 #define bfa_mem_dma_len(_sptr) ((_sptr)->mem_len) argument