Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_svc.h42 union bfi_addr_u sgpg_pa; /* pa of SG page */ member
Dbfa_svc.c5187 } sgpg_pa, sgpg_pa_tmp; in bfa_sgpg_attach() local
5212 sgpg_pa.pa = bfa_mem_dma_phys(seg_ptr) + align_len; in bfa_sgpg_attach()
5213 WARN_ON(sgpg_pa.pa & (sgpg_sz - 1)); in bfa_sgpg_attach()
5222 sgpg_pa_tmp.pa = bfa_sgaddr_le(sgpg_pa.pa); in bfa_sgpg_attach()
5223 hsgpg->sgpg_pa = sgpg_pa_tmp.addr; in bfa_sgpg_attach()
5228 sgpg_pa.pa += sgpg_sz; in bfa_sgpg_attach()
Dbfa_fcpim.c2522 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2532 sge->sga = ioim->sgpg->sgpg_pa; in bfa_ioim_send_ioreq()