Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c798 struct chp_id cssid_chpid; in ccw_device_get_chid() local
802 chp_id_init(&cssid_chpid); in ccw_device_get_chid()
803 rc = ccw_device_get_chpid(cdev, chp_idx, &cssid_chpid.id); in ccw_device_get_chid()
806 chp = chpid_to_chp(cssid_chpid); in ccw_device_get_chid()