Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fcpim.c2384 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloced()
2402 struct bfa_sgpg_s *sgpg; in bfa_ioim_send_ioreq() local
2426 sgpg = ioim->sgpg; in bfa_ioim_send_ioreq()
2443 sgpge = sgpg->sgpg->sges; in bfa_ioim_send_ioreq()
2469 sgpg = (struct bfa_sgpg_s *) bfa_q_next(sgpg); in bfa_ioim_send_ioreq()
2471 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2481 sge->sga = ioim->sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2564 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloc()
H A Dbfa_fcpim.h198 struct bfa_sgpg_s *sgpg; /* first SG page */ member
H A Dbfa_svc.c5109 struct bfi_sgpg_s *sgpg; in bfa_sgpg_attach() local
5141 sgpg = (struct bfi_sgpg_s *) in bfa_sgpg_attach()
5150 memset(sgpg, 0, sizeof(*sgpg)); in bfa_sgpg_attach()
5152 hsgpg->sgpg = sgpg; in bfa_sgpg_attach()
5157 sgpg++; in bfa_sgpg_attach()
H A Dbfa_svc.h41 struct bfi_sgpg_s *sgpg; /* va of SG page */ member