Lines Matching refs:hsgpg
5191 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_attach() local
5214 hsgpg = (struct bfa_sgpg_s *) bfa_mem_kva_curp(mod); in bfa_sgpg_attach()
5232 memset(hsgpg, 0, sizeof(*hsgpg)); in bfa_sgpg_attach()
5235 hsgpg->sgpg = sgpg; in bfa_sgpg_attach()
5237 hsgpg->sgpg_pa = sgpg_pa_tmp.addr; in bfa_sgpg_attach()
5238 list_add_tail(&hsgpg->qe, &mod->sgpg_q); in bfa_sgpg_attach()
5241 hsgpg++; in bfa_sgpg_attach()
5246 bfa_mem_kva_curp(mod) = (u8 *) hsgpg; in bfa_sgpg_attach()
5253 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_malloc() local
5260 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc()
5261 WARN_ON(!hsgpg); in bfa_sgpg_malloc()
5262 list_add_tail(&hsgpg->qe, sgpg_q); in bfa_sgpg_malloc()