Home
last modified time | relevance | path

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

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