Rechercher une page de manuel
struct_ccw_dev_id
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
struct_ccw_dev_id - unique identifier for ccw devicesSYNOPSIS
-
struct ccw_dev_id { u8 ssid; u16 devno; };
MEMBERS
ssid
- subchannel set id
devno
- device number
DESCRIPTION
This structure is not directly based on any hardware structure. The hardware identifies a device by its device number and its subchannel, which is in turn identified by its id. In order to get a unique identifier for ccw devices across subchannel sets, struct ccw_dev_id has been introduced.
AUTHOR
Cornelia Huck <cornelia.huck@de.ibm.com>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre