Lines Matching refs:sgpg_q
5189 INIT_LIST_HEAD(&mod->sgpg_q); in bfa_sgpg_attach()
5224 list_add_tail(&hsgpg->qe, &mod->sgpg_q); in bfa_sgpg_attach()
5236 bfa_sgpg_malloc(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpgs) in bfa_sgpg_malloc() argument
5246 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc()
5248 list_add_tail(&hsgpg->qe, sgpg_q); in bfa_sgpg_malloc()
5256 bfa_sgpg_mfree(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpg) in bfa_sgpg_mfree() argument
5264 list_splice_tail_init(sgpg_q, &mod->sgpg_q); in bfa_sgpg_mfree()
5278 bfa_sgpg_malloc(bfa, &wqe->sgpg_q, nsgpg); in bfa_sgpg_mfree()
5305 list_splice_tail_init(&mod->sgpg_q, &wqe->sgpg_q); in bfa_sgpg_wait()
5322 bfa_sgpg_mfree(bfa, &wqe->sgpg_q, in bfa_sgpg_wcancel()
5330 INIT_LIST_HEAD(&wqe->sgpg_q); in bfa_sgpg_winit()