Searched refs:qeth_core_card_list (Results 1 – 3 of 3) sorted by relevance
56 struct qeth_card_list_struct qeth_core_card_list; variable57 EXPORT_SYMBOL_GPL(qeth_core_card_list);5800 write_lock_irqsave(&qeth_core_card_list.rwlock, flags); in qeth_core_probe_device()5801 list_add_tail(&card->list, &qeth_core_card_list.list); in qeth_core_probe_device()5802 write_unlock_irqrestore(&qeth_core_card_list.rwlock, flags); in qeth_core_probe_device()5828 write_lock_irqsave(&qeth_core_card_list.rwlock, flags); in qeth_core_remove_device()5830 write_unlock_irqrestore(&qeth_core_card_list.rwlock, flags); in qeth_core_remove_device()6604 INIT_LIST_HEAD(&qeth_core_card_list.list); in qeth_core_init()6606 rwlock_init(&qeth_core_card_list.rwlock); in qeth_core_init()
49 read_lock_irqsave(&qeth_core_card_list.rwlock, flags); in qeth_l2_netdev_by_devno()50 list_for_each_entry(card, &qeth_core_card_list.list, list) { in qeth_l2_netdev_by_devno()57 read_unlock_irqrestore(&qeth_core_card_list.rwlock, flags); in qeth_l2_netdev_by_devno()
964 extern struct qeth_card_list_struct qeth_core_card_list;