Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_svc.h42 union bfi_addr_u sgpg_pa; /* pa of SG page */ member
H A Dbfa_svc.c5118 } sgpg_pa, sgpg_pa_tmp; in bfa_sgpg_attach() local
5143 sgpg_pa.pa = bfa_mem_dma_phys(seg_ptr) + align_len; in bfa_sgpg_attach()
5144 WARN_ON(sgpg_pa.pa & (sgpg_sz - 1)); in bfa_sgpg_attach()
5153 sgpg_pa_tmp.pa = bfa_sgaddr_le(sgpg_pa.pa); in bfa_sgpg_attach()
5154 hsgpg->sgpg_pa = sgpg_pa_tmp.addr; in bfa_sgpg_attach()
5159 sgpg_pa.pa += sgpg_sz; in bfa_sgpg_attach()
H A Dbfa_fcpim.c2471 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2481 sge->sga = ioim->sgpg->sgpg_pa; in bfa_ioim_send_ioreq()