Home
last modified time | relevance | path

Searched refs:hsgpg (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/bfa/
Dbfa_svc.c5288 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_attach() local
5311 hsgpg = (struct bfa_sgpg_s *) bfa_mem_kva_curp(mod); in bfa_sgpg_attach()
5329 memset(hsgpg, 0, sizeof(*hsgpg)); in bfa_sgpg_attach()
5332 hsgpg->sgpg = sgpg; in bfa_sgpg_attach()
5334 hsgpg->sgpg_pa = sgpg_pa_tmp.addr; in bfa_sgpg_attach()
5335 list_add_tail(&hsgpg->qe, &mod->sgpg_q); in bfa_sgpg_attach()
5338 hsgpg++; in bfa_sgpg_attach()
5343 bfa_mem_kva_curp(mod) = (u8 *) hsgpg; in bfa_sgpg_attach()
5370 struct bfa_sgpg_s *hsgpg; in bfa_sgpg_malloc() local
5377 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc()
[all …]