Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dccwgroup.h19 CCWGROUP_ONLINE, enumerator
/linux-6.15/drivers/s390/cio/
H A 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.15/drivers/s390/net/
H A Dctcm_sysfs.c120 if (!priv || gdev->state != CCWGROUP_ONLINE) in stats_show()
H A Dctcm_main.c1647 if (cgdev->state == CCWGROUP_ONLINE) in ctcm_remove_device()
H A Dqeth_l3_main.c1962 if (cgdev->state == CCWGROUP_ONLINE) in qeth_l3_remove_device()
H A Dqeth_l2_main.c2323 if (gdev->state == CCWGROUP_ONLINE) in qeth_l2_remove_device()
H A Dqeth_core_main.c6479 if ((gdev->state == CCWGROUP_ONLINE) && card->info.hwtrap) in qeth_core_shutdown()