Searched refs:cq_list (Results 1 - 5 of 5) sorted by relevance

/drivers/infiniband/hw/ehca/
H A Dehca_irq.h61 struct list_head cq_list; member in struct:ehca_cpu_comp_task
H A Dehca_irq.c688 list_add_tail(&__cq->entry, &cct->cq_list);
729 while (!list_empty(&cct->cq_list)) {
730 cq = list_entry(cct->cq_list.next, struct ehca_cq, entry);
741 list_del_init(cct->cq_list.next);
759 list_splice_init(&cct->cq_list, &list);
780 WARN_ON(!list_empty(&cct->cq_list));
797 cql_empty = list_empty(&cct->cq_list);
840 INIT_LIST_HEAD(&cct->cq_list);
/drivers/infiniband/core/
H A Duverbs_main.c248 list_for_each_entry_safe(uobj, tmp, &context->cq_list, list) {
H A Duverbs_cmd.c322 INIT_LIST_HEAD(&ucontext->cq_list);
1370 list_add_tail(&obj->uobject.list, &file->ucontext->cq_list);
/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c4406 struct list_head *cq_list = local
4422 list_for_each_entry_safe(cq, tmp, cq_list, com.list) {

Completed in 126 milliseconds