Searched refs:hsgpg (Results 1 – 1 of 1) sorted by relevance
5177 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_attach() local5200 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() local5246 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc()[all …]