Lines Matching refs:hsgpg
5177 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_attach() local
5200 hsgpg = (struct bfa_sgpg_s *) bfa_mem_kva_curp(mod); in bfa_sgpg_attach()
5218 memset(hsgpg, 0, sizeof(*hsgpg)); in bfa_sgpg_attach()
5221 hsgpg->sgpg = sgpg; in bfa_sgpg_attach()
5223 hsgpg->sgpg_pa = sgpg_pa_tmp.addr; in bfa_sgpg_attach()
5224 list_add_tail(&hsgpg->qe, &mod->sgpg_q); in bfa_sgpg_attach()
5227 hsgpg++; in bfa_sgpg_attach()
5232 bfa_mem_kva_curp(mod) = (u8 *) hsgpg; in bfa_sgpg_attach()
5239 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_malloc() local
5246 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc()
5247 WARN_ON(!hsgpg); in bfa_sgpg_malloc()
5248 list_add_tail(&hsgpg->qe, sgpg_q); in bfa_sgpg_malloc()