Home
last modified time | relevance | path

Searched refs:cq_list (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.c177 list_add(&cq->cq_list, &hw->cq_list_head); in idpf_ctlq_add()
200 list_del(&cq->cq_list); in idpf_ctlq_remove()
236 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_ctlq_init()
250 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_ctlq_deinit()
H A Didpf_controlq_api.h98 struct list_head cq_list; member
H A Didpf_virtchnl.c3267 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_find_ctlq()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c1105 static void check_and_get_armed_cq(struct list_head *cq_list, struct ib_cq *cq) in check_and_get_armed_cq() argument
1114 list_add_tail(&hr_cq->node, cq_list); in check_and_get_armed_cq()
1124 struct list_head cq_list; in hns_roce_handle_device_err() local
1128 INIT_LIST_HEAD(&cq_list); in hns_roce_handle_device_err()
1134 check_and_get_armed_cq(&cq_list, hr_qp->ibqp.send_cq); in hns_roce_handle_device_err()
1139 check_and_get_armed_cq(&cq_list, hr_qp->ibqp.recv_cq); in hns_roce_handle_device_err()
1143 list_for_each_entry(hr_cq, &cq_list, node) in hns_roce_handle_device_err()
/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c140 INIT_LIST_HEAD(&eq->cq_list); in efct_hw_new_eq()
185 list_add_tail(&cq->list_entry, &eq->cq_list); in efct_hw_new_cq()
230 list_add_tail(&cqs[i]->list_entry, &cqs[i]->eq->cq_list); in efct_hw_new_cq_set()
396 list_for_each_entry_safe(cq, cq_next, &eq->cq_list, list_entry) in efct_hw_del_eq()
H A Defct_hw.h477 struct list_head cq_list; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c4802 struct list_head *cq_list = in rem_slave_cqs() local
4817 list_for_each_entry_safe(cq, tmp, cq_list, com.list) { in rem_slave_cqs()