Lines Matching defs:ncsi_package
235 struct ncsi_package { struct
236 unsigned char id; /* NCSI 3-bits package ID */
237 unsigned char uuid[16]; /* UUID */
238 struct ncsi_dev_priv *ndp; /* NCSI device */
239 spinlock_t lock; /* Protect the package */
240 unsigned int channel_num; /* Number of channels */
241 struct list_head channels; /* List of chanels */
242 struct list_head node; /* Form list of packages */
244 bool multi_channel; /* Enable multiple channels */
245 u32 channel_whitelist; /* Channels to configure */
246 struct ncsi_channel *preferred_channel; /* Primary channel */