Lines Matching defs:ncsi_package
218 struct ncsi_package { struct
219 unsigned char id; /* NCSI 3-bits package ID */
220 unsigned char uuid[16]; /* UUID */
221 struct ncsi_dev_priv *ndp; /* NCSI device */
222 spinlock_t lock; /* Protect the package */
223 unsigned int channel_num; /* Number of channels */
224 struct list_head channels; /* List of chanels */
225 struct list_head node; /* Form list of packages */
227 bool multi_channel; /* Enable multiple channels */
228 u32 channel_whitelist; /* Channels to configure */
229 struct ncsi_channel *preferred_channel; /* Primary channel */