Searched refs:qeth_set_allowed_threads (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_main.c | 400 qeth_set_allowed_threads(card, 0, 1); in qeth_l2_stop_card() 898 qeth_set_allowed_threads(card, 0, 1); in qeth_l2_remove_device() 1067 qeth_set_allowed_threads(card, 0xffffffff, 0); in __qeth_l2_set_online() 1191 qeth_set_allowed_threads(card, 0, 1); in qeth_l2_shutdown() 1205 qeth_set_allowed_threads(card, 0, 1); in qeth_l2_pm_suspend() 1236 qeth_set_allowed_threads(card, 0xffffffff, 0); in qeth_l2_pm_resume()
|
D | qeth_l3_main.c | 2168 qeth_set_allowed_threads(card, 0, 1); in qeth_l3_stop_card() 3358 qeth_set_allowed_threads(card, 0, 1); in qeth_l3_remove_device() 3453 qeth_set_allowed_threads(card, 0xffffffff, 0); in __qeth_l3_set_online() 3574 qeth_set_allowed_threads(card, 0, 1); in qeth_l3_shutdown() 3588 qeth_set_allowed_threads(card, 0, 1); in qeth_l3_pm_suspend() 3619 qeth_set_allowed_threads(card, 0xffffffff, 0); in qeth_l3_pm_resume()
|
D | qeth_core.h | 892 void qeth_set_allowed_threads(struct qeth_card *, unsigned long , int);
|
D | qeth_core_main.c | 207 void qeth_set_allowed_threads(struct qeth_card *card, unsigned long threads, in qeth_set_allowed_threads() function 219 EXPORT_SYMBOL_GPL(qeth_set_allowed_threads);
|