Searched refs:cq_list_head (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.h118 struct list_head cq_list_head; member in struct:idpf_hw
H A Didpf_controlq.c178 list_add(&cq->cq_list, &hw->cq_list_head);
224 INIT_LIST_HEAD(&hw->cq_list_head);
237 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list)
251 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list)
H A Didpf_virtchnl.c2755 list_for_each_entry_safe(cq, tmp, &hw->cq_list_head, cq_list)

Completed in 188 milliseconds