Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
H A Dbpqether.c101 struct list_head bpq_list; /* list of bpq devices chain */ member
151 list_for_each_entry_rcu(bpq, &bpq_devices, bpq_list, in bpq_get_ax25_dev()
387 list_for_each_entry_rcu(bpqdev, &bpq_devices, bpq_list) { in bpq_seq_start()
404 p = rcu_dereference(list_next_rcu(&bpqdev->bpq_list)); in bpq_seq_next()
407 : list_entry(p, struct bpqdev, bpq_list); in bpq_seq_next()
505 list_add_rcu(&bpq->bpq_list, &bpq_devices); in bpq_new_device()
520 list_del_rcu(&bpq->bpq_list); in bpq_free_device()
599 bpq = list_entry(bpq_devices.next, struct bpqdev, bpq_list); in bpq_cleanup_driver()