Searched refs:cq_list_head (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_controlq.c | 178 list_add(&cq->cq_list, &hw->cq_list_head); in idpf_ctlq_add() 224 INIT_LIST_HEAD(&hw->cq_list_head); in idpf_ctlq_init() 237 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_ctlq_init() 251 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_ctlq_deinit()
|
| H A D | idpf_controlq.h | 118 struct list_head cq_list_head; member
|
| H A D | idpf_virtchnl.c | 2800 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_find_ctlq()
|