Home
last modified time | relevance | path

Searched refs:bpq_list (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/hamradio/
Dbpqether.c106 struct list_head bpq_list; /* list of bpq devices chain */ member
156 list_for_each_entry_rcu(bpq, &bpq_devices, bpq_list) { in bpq_get_ax25_dev()
390 list_for_each_entry_rcu(bpqdev, &bpq_devices, bpq_list) { in bpq_seq_start()
407 p = rcu_dereference(list_next_rcu(&bpqdev->bpq_list)); in bpq_seq_next()
410 : list_entry(p, struct bpqdev, bpq_list); in bpq_seq_next()
509 list_add_rcu(&bpq->bpq_list, &bpq_devices); in bpq_new_device()
524 list_del_rcu(&bpq->bpq_list); in bpq_free_device()
603 bpq = list_entry(bpq_devices.next, struct bpqdev, bpq_list); in bpq_cleanup_driver()