Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_svc.c5177 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()
[all …]