Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h233 int ccw_device_get_cssid(struct ccw_device *cdev, u8 *cssid);
/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c741 int ccw_device_get_cssid(struct ccw_device *cdev, u8 *cssid) in ccw_device_get_cssid() function
750 EXPORT_SYMBOL_GPL(ccw_device_get_cssid);
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c5057 info->ids_valid = !ccw_device_get_cssid(cdev, &info->cssid) && in qeth_read_ccw_conf_data()