Searched defs:si_ctl_state (Results 1 – 1 of 1) sorted by relevance
161 typedef struct si_ctl_state { struct163 dev_info_t *sictl_devinfop;165 int sictl_num_ports; /* number of controller ports */166 si_port_state_t *sictl_ports[SI_MAX_PORTS];168 int sictl_devid; /* device id of the controller */169 int sictl_flags; /* some important state of controller */170 int sictl_power_level;196 } si_ctl_state_t; argument