Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dccwdev.h234 int ccw_device_get_cssid(struct ccw_device *cdev, u8 *cssid);
/linux-6.15/drivers/s390/cio/
H A Ddevice_ops.c749 int ccw_device_get_cssid(struct ccw_device *cdev, u8 *cssid) in ccw_device_get_cssid() function
758 EXPORT_SYMBOL_GPL(ccw_device_get_cssid);
/linux-6.15/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()