Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_fcpim.c2448 struct bfi_sge_s *sge, *sgpge; in bfa_ioim_send_ioreq() local
2479 sgpge = NULL; in bfa_ioim_send_ioreq()
2494 sgpge = sgpg->sgpg->sges; in bfa_ioim_send_ioreq()
2497 sgpge->sga = *(union bfi_addr_u *) &addr; in bfa_ioim_send_ioreq()
2498 sgpge->sg_len = sg_dma_len(sg); in bfa_ioim_send_ioreq()
2499 pgcumsz += sgpge->sg_len; in bfa_ioim_send_ioreq()
2504 sgpge->flags = BFI_SGE_DATA; in bfa_ioim_send_ioreq()
2506 sgpge->flags = BFI_SGE_DATA_CPL; in bfa_ioim_send_ioreq()
2508 sgpge->flags = BFI_SGE_DATA_LAST; in bfa_ioim_send_ioreq()
2510 bfa_sge_to_le(sgpge); in bfa_ioim_send_ioreq()
[all …]