Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dccwgroup.h19 CCWGROUP_ONLINE, enumerator
/linux-6.1.9/drivers/s390/cio/
Dccwgroup.c63 if (gdev->state == CCWGROUP_ONLINE) in ccwgroup_set_online()
70 gdev->state = CCWGROUP_ONLINE; in ccwgroup_set_online()
148 online = (gdev->state == CCWGROUP_ONLINE) ? 1 : 0; in ccwgroup_online_show()
/linux-6.1.9/drivers/s390/net/
Dctcm_sysfs.c120 if (!priv || gdev->state != CCWGROUP_ONLINE) in stats_show()
Dctcm_main.c1647 if (cgdev->state == CCWGROUP_ONLINE) in ctcm_remove_device()
Dqeth_l3_main.c1958 if (cgdev->state == CCWGROUP_ONLINE) in qeth_l3_remove_device()
Dlcs.c2289 if (ccwgdev->state == CCWGROUP_ONLINE) { in lcs_remove_device()
Dqeth_l2_main.c2321 if (gdev->state == CCWGROUP_ONLINE) in qeth_l2_remove_device()
Dqeth_core_main.c6452 if ((gdev->state == CCWGROUP_ONLINE) && card->info.hwtrap) in qeth_core_shutdown()