Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcpim.c2448 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloced()
2466 struct bfa_sgpg_s *sgpg; in bfa_ioim_send_ioreq() local
2490 sgpg = ioim->sgpg; in bfa_ioim_send_ioreq()
2507 sgpge = sgpg->sgpg->sges; in bfa_ioim_send_ioreq()
2533 sgpg = (struct bfa_sgpg_s *) bfa_q_next(sgpg); in bfa_ioim_send_ioreq()
2535 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2545 sge->sga = ioim->sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2627 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloc()
Dbfa_fcpim.h178 struct bfa_sgpg_s *sgpg; /* first SG page */ member
Dbfa_svc.c27 BFA_MODULE(sgpg);
5289 struct bfi_sgpg_s *sgpg; in bfa_sgpg_attach() local
5321 sgpg = (struct bfi_sgpg_s *) in bfa_sgpg_attach()
5330 memset(sgpg, 0, sizeof(*sgpg)); in bfa_sgpg_attach()
5332 hsgpg->sgpg = sgpg; in bfa_sgpg_attach()
5337 sgpg++; in bfa_sgpg_attach()
Dbfa_svc.h48 struct bfi_sgpg_s *sgpg; /* va of SG page */ member