Home
last modified time | relevance | path

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

/Linux-v4.19/net/ncsi/
Dinternal.h204 struct ncsi_package { struct
205 unsigned char id; /* NCSI 3-bits package ID */
206 unsigned char uuid[16]; /* UUID */
207 struct ncsi_dev_priv *ndp; /* NCSI device */
208 spinlock_t lock; /* Protect the package */
209 unsigned int channel_num; /* Number of channels */
210 struct list_head channels; /* List of chanels */
211 struct list_head node; /* Form list of packages */