Home
last modified time | relevance | path

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

/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1532 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; in no_auto_parse() local
1539 &from_ssid, &from); in no_auto_parse()
1545 if ((from_ssid > to_ssid) || in no_auto_parse()
1546 ((from_ssid == to_ssid) && (from > to))) in no_auto_parse()
1550 to_ssid = from_ssid; in no_auto_parse()
1555 while ((from_ssid < to_ssid) || in no_auto_parse()
1556 ((from_ssid == to_ssid) && (from <= to))) { in no_auto_parse()
1557 set_bit(from, devs_no_auto[from_ssid]); in no_auto_parse()
1560 from_ssid++; in no_auto_parse()