Searched refs:rds_iw_devices (Results 1 – 3 of 3) sorted by relevance
54 struct list_head rds_iw_devices; variable111 list_add_tail(&rds_iwdev->list, &rds_iw_devices); in rds_iw_add_one()296 INIT_LIST_HEAD(&rds_iw_devices); in rds_iw_init()
101 list_for_each_entry(iwdev, &rds_iw_devices, list) {583 list_for_each_entry(rds_iwdev, &rds_iw_devices, list) {
21 extern struct list_head rds_iw_devices;