Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/include/asm/
Dccwgroup.h20 CCWGROUP_ONLINE, enumerator
/Linux-v5.10/drivers/s390/cio/
Dccwgroup.c84 if (gdev->state == CCWGROUP_ONLINE) in ccwgroup_set_online()
91 gdev->state = CCWGROUP_ONLINE; in ccwgroup_set_online()
163 online = (gdev->state == CCWGROUP_ONLINE) ? 1 : 0; in ccwgroup_online_show()
/Linux-v5.10/drivers/s390/net/
Dctcm_sysfs.c119 if (!priv || gdev->state != CCWGROUP_ONLINE) in stats_show()
Dctcm_main.c1694 if (cgdev->state == CCWGROUP_ONLINE) in ctcm_remove_device()
Dqeth_l3_main.c1976 if (cgdev->state == CCWGROUP_ONLINE) in qeth_l3_remove_device()
Dlcs.c2288 if (ccwgdev->state == CCWGROUP_ONLINE) { in lcs_remove_device()
Dqeth_l2_main.c2210 if (gdev->state == CCWGROUP_ONLINE) in qeth_l2_remove_device()
Dqeth_core_main.c6443 if ((gdev->state == CCWGROUP_ONLINE) && card->info.hwtrap) in qeth_core_shutdown()