Searched refs:list (Results 1 – 5 of 5) sorted by relevance
| /dev/virtio/9p/ |
| A D | virtio-9p.c | 75 list_add_tail(&p9_devices, &p9dev->list); in virtio_9p_init() 198 list_for_every_entry(&p9_devices, p9dev, struct virtio_9p_dev, list) { in virtio_get_9p_device()
|
| A D | protocol.h | 68 struct list_node list; member
|
| /dev/bus/pci/bus_mgr/ |
| A D | bus.cpp | 162 auto dump_list = [](list_node *list) { in allocate_resources() argument 164 list_for_every_entry(list, r, device::bar_alloc_request, node) { in allocate_resources()
|
| /dev/virtio/net/ |
| A D | virtio-net.c | 403 list_add_tail(&ndev->completed_rx_queue, &p->list); in virtio_net_irq_driver_callback() 442 pktbuf_t *p = list_remove_head_type(&ndev->completed_rx_queue, pktbuf_t, list); in virtio_net_rx_worker()
|
| /dev/net/e1000/ |
| A D | e1000.cpp | 209 list_add_tail(&rx_queue_, &pkt->list); in irq_handler() 240 p = list_remove_head_type(&rx_queue_, pktbuf_t, list); in rx_worker_routine()
|
Completed in 23 milliseconds