Searched refs:pci_channel_state_t (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dpci.h84 typedef unsigned int __bitwise pci_channel_state_t; typedef
88 pci_channel_io_normal = (__force pci_channel_state_t) 1,
91 pci_channel_io_frozen = (__force pci_channel_state_t) 2,
94 pci_channel_io_perm_failure = (__force pci_channel_state_t) 3,
141 pci_channel_state_t error_state; /* current connectivity state */

Completed in 41 milliseconds