Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fcpim.c2397 struct bfi_sge_s *sge, *sgpge; in bfa_ioim_send_ioreq() local
2428 sgpge = NULL; in bfa_ioim_send_ioreq()
2443 sgpge = sgpg->sgpg->sges; in bfa_ioim_send_ioreq()
2448 pgcumsz += sgpge->sg_len; in bfa_ioim_send_ioreq()
2459 bfa_sge_to_le(sgpge); in bfa_ioim_send_ioreq()
2461 sgpge++; in bfa_ioim_send_ioreq()
2464 sgpge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq()
2466 sgpge->sg_len = pgcumsz; in bfa_ioim_send_ioreq()
2467 bfa_sge_to_le(sgpge); in bfa_ioim_send_ioreq()
2472 sgpge->sg_len = pgcumsz; in bfa_ioim_send_ioreq()
[all …]