Home
last modified time | relevance | path

Searched defs:ncsi_package (Results 1 – 1 of 1) sorted by relevance

/linux/net/ncsi/
H A Dinternal.h244 struct ncsi_package { struct
245 unsigned char id; /* NCSI 3-bits package ID */
246 unsigned char uuid[16]; /* UUID */
247 struct ncsi_dev_priv *ndp; /* NCSI device */
248 spinlock_t lock; /* Protect the package */
249 unsigned int channel_num; /* Number of channels */
250 struct list_head channels; /* List of channels */
251 struct list_head node; /* Form list of packages */
253 bool multi_channel; /* Enable multiple channels */
254 u32 channel_whitelist; /* Channels to configure */
[all …]