Lines Matching refs:qe
698 struct list_head *waitq, *qe, *qen; in bfa_reqq_resume() local
702 list_for_each_safe(qe, qen, waitq) { in bfa_reqq_resume()
709 list_del(qe); in bfa_reqq_resume()
710 wqe = (struct bfa_reqq_wait_s *) qe; in bfa_reqq_resume()
1771 INIT_LIST_HEAD(&meminfo->dma_info.qe); in bfa_cfg_get_meminfo()
1772 INIT_LIST_HEAD(&meminfo->kva_info.qe); in bfa_cfg_get_meminfo()
1840 list_for_each(dm_qe, &dma_info->qe) { in bfa_attach()
1846 list_for_each(km_qe, &kva_info->qe) { in bfa_attach()
1899 struct list_head *qe; in bfa_comp_process() local
1904 list_for_each_safe(qe, qen, comp_q) { in bfa_comp_process()
1905 hcb_qe = (struct bfa_cb_qe_s *) qe; in bfa_comp_process()
1908 list_del(qe); in bfa_comp_process()
1919 struct list_head *qe; in bfa_comp_free() local
1923 bfa_q_deq(comp_q, &qe); in bfa_comp_free()
1924 hcb_qe = (struct bfa_cb_qe_s *) qe; in bfa_comp_free()