Searched refs:hsgpg (Results 1 – 1 of 1) sorted by relevance
5108 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_attach() local5149 memset(hsgpg, 0, sizeof(*hsgpg)); in bfa_sgpg_attach()5152 hsgpg->sgpg = sgpg; in bfa_sgpg_attach()5154 hsgpg->sgpg_pa = sgpg_pa_tmp.addr; in bfa_sgpg_attach()5155 list_add_tail(&hsgpg->qe, &mod->sgpg_q); in bfa_sgpg_attach()5158 hsgpg++; in bfa_sgpg_attach()5163 bfa_mem_kva_curp(mod) = (u8 *) hsgpg; in bfa_sgpg_attach()5170 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_malloc() local5177 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc()5178 WARN_ON(!hsgpg); in bfa_sgpg_malloc()[all …]