Home
last modified time | relevance | path

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

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