Lines Matching refs:sgpg_q
5195 INIT_LIST_HEAD(&mod->sgpg_q); in bfa_sgpg_attach()
5230 list_add_tail(&hsgpg->qe, &mod->sgpg_q); in bfa_sgpg_attach()
5242 bfa_sgpg_malloc(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpgs) in bfa_sgpg_malloc() argument
5252 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc()
5254 list_add_tail(&hsgpg->qe, sgpg_q); in bfa_sgpg_malloc()
5262 bfa_sgpg_mfree(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpg) in bfa_sgpg_mfree() argument
5270 list_splice_tail_init(sgpg_q, &mod->sgpg_q); in bfa_sgpg_mfree()
5284 bfa_sgpg_malloc(bfa, &wqe->sgpg_q, nsgpg); in bfa_sgpg_mfree()
5311 list_splice_tail_init(&mod->sgpg_q, &wqe->sgpg_q); in bfa_sgpg_wait()
5328 bfa_sgpg_mfree(bfa, &wqe->sgpg_q, in bfa_sgpg_wcancel()
5336 INIT_LIST_HEAD(&wqe->sgpg_q); in bfa_sgpg_winit()