Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_svc.h49 union bfi_addr_u sgpg_pa; /* pa of SG page */ member
Dbfa_svc.c5298 } sgpg_pa, sgpg_pa_tmp; in bfa_sgpg_attach() local
5323 sgpg_pa.pa = bfa_mem_dma_phys(seg_ptr) + align_len; in bfa_sgpg_attach()
5324 WARN_ON(sgpg_pa.pa & (sgpg_sz - 1)); in bfa_sgpg_attach()
5333 sgpg_pa_tmp.pa = bfa_sgaddr_le(sgpg_pa.pa); in bfa_sgpg_attach()
5334 hsgpg->sgpg_pa = sgpg_pa_tmp.addr; in bfa_sgpg_attach()
5339 sgpg_pa.pa += sgpg_sz; in bfa_sgpg_attach()
Dbfa_fcpim.c2535 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2545 sge->sga = ioim->sgpg->sgpg_pa; in bfa_ioim_send_ioreq()