Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/hamradio/
Dbpqether.c110 struct list_head bpq_list; /* list of bpq devices chain */ member
160 list_for_each_entry_rcu(bpq, &bpq_devices, bpq_list) { in bpq_get_ax25_dev()
394 list_for_each_entry_rcu(bpqdev, &bpq_devices, bpq_list) { in bpq_seq_start()
411 p = rcu_dereference(list_next_rcu(&bpqdev->bpq_list)); in bpq_seq_next()
414 : list_entry(p, struct bpqdev, bpq_list); in bpq_seq_next()
527 list_add_rcu(&bpq->bpq_list, &bpq_devices); in bpq_new_device()
542 list_del_rcu(&bpq->bpq_list); in bpq_free_device()
622 bpq = list_entry(bpq_devices.next, struct bpqdev, bpq_list); in bpq_cleanup_driver()