Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/net/
Dqeth_core_main.c1743 static int qeth_stop_channel(struct qeth_channel *channel) in qeth_stop_channel() function
5005 qeth_stop_channel(channel); in qeth_determine_capabilities()
5176 qeth_stop_channel(&card->data); in qeth_hardsetup_card()
5177 qeth_stop_channel(&card->write); in qeth_hardsetup_card()
5178 qeth_stop_channel(&card->read); in qeth_hardsetup_card()
5342 qeth_stop_channel(&card->data); in qeth_set_online()
5343 qeth_stop_channel(&card->write); in qeth_set_online()
5344 qeth_stop_channel(&card->read); in qeth_set_online()
5385 rc = qeth_stop_channel(&card->data); in qeth_set_offline()
5386 rc2 = qeth_stop_channel(&card->write); in qeth_set_offline()
[all …]