Searched refs:cq_list_head (Results 1 – 3 of 3) 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() 221 INIT_LIST_HEAD(&hw->cq_list_head); in idpf_ctlq_init() 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.h | 132 struct list_head cq_list_head; 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()
|