Lines Matching refs:sgpg_q
5300 INIT_LIST_HEAD(&mod->sgpg_q); in bfa_sgpg_attach()
5335 list_add_tail(&hsgpg->qe, &mod->sgpg_q); in bfa_sgpg_attach()
5367 bfa_sgpg_malloc(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpgs) in bfa_sgpg_malloc() argument
5377 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc()
5379 list_add_tail(&hsgpg->qe, sgpg_q); in bfa_sgpg_malloc()
5387 bfa_sgpg_mfree(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpg) in bfa_sgpg_mfree() argument
5395 list_splice_tail_init(sgpg_q, &mod->sgpg_q); in bfa_sgpg_mfree()
5409 bfa_sgpg_malloc(bfa, &wqe->sgpg_q, nsgpg); in bfa_sgpg_mfree()
5436 list_splice_tail_init(&mod->sgpg_q, &wqe->sgpg_q); in bfa_sgpg_wait()
5453 bfa_sgpg_mfree(bfa, &wqe->sgpg_q, in bfa_sgpg_wcancel()
5461 INIT_LIST_HEAD(&wqe->sgpg_q); in bfa_sgpg_winit()