Searched refs:sgpg (Results 1 – 4 of 4) sorted by relevance
2441 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloced()2459 struct bfa_sgpg_s *sgpg; in bfa_ioim_send_ioreq() local2483 sgpg = ioim->sgpg; in bfa_ioim_send_ioreq()2500 sgpge = sgpg->sgpg->sges; in bfa_ioim_send_ioreq()2526 sgpg = (struct bfa_sgpg_s *) bfa_q_next(sgpg); in bfa_ioim_send_ioreq()2528 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq()2538 sge->sga = ioim->sgpg->sgpg_pa; in bfa_ioim_send_ioreq()2621 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloc()
171 struct bfa_sgpg_s *sgpg; /* first SG page */ member
5184 struct bfi_sgpg_s *sgpg; in bfa_sgpg_attach() local5216 sgpg = (struct bfi_sgpg_s *) in bfa_sgpg_attach()5225 memset(sgpg, 0, sizeof(*sgpg)); in bfa_sgpg_attach()5227 hsgpg->sgpg = sgpg; in bfa_sgpg_attach()5232 sgpg++; in bfa_sgpg_attach()
41 struct bfi_sgpg_s *sgpg; /* va of SG page */ member