Searched refs:cq_list (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_controlq.c | 175 list_add(&cq->cq_list, &hw->cq_list_head); in idpf_ctlq_add() 198 list_del(&cq->cq_list); in idpf_ctlq_remove() 234 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_ctlq_init() 248 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_ctlq_deinit()
|
| H A D | idpf_controlq_api.h | 98 struct list_head cq_list; member
|
| H A D | idpf_virtchnl.c | 3343 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_find_ctlq()
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_hw_queues.c | 140 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 D | efct_hw.h | 477 struct list_head cq_list; member
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | resource_tracker.c | 4795 struct list_head *cq_list = in rem_slave_cqs() local 4810 list_for_each_entry_safe(cq, tmp, cq_list, com.list) { in rem_slave_cqs()
|