Searched refs:cq_list_head (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_controlq.c | 177 list_add(&cq->cq_list, &hw->cq_list_head); in idpf_ctlq_add() 223 INIT_LIST_HEAD(&hw->cq_list_head); in idpf_ctlq_init() 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()
|
| A D | idpf_controlq.h | 132 struct list_head cq_list_head; member
|
| A D | idpf_virtchnl.c | 2932 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list) in idpf_find_ctlq()
|
Completed in 15 milliseconds