Lines Matching full:ncsi
108 u8 major; /* NCSI version major */
109 u8 minor; /* NCSI version minor */
110 u8 update; /* NCSI version update */
111 char alpha1; /* NCSI version alpha1 */
112 char alpha2; /* NCSI version alpha2 */
121 u32 cap; /* NCSI channel capability */
187 u32 ncsi_rx_cmds; /* Rx NCSI commands */
191 u32 ncsi_rx_pkts; /* Rx NCSI packets */
192 u32 ncsi_tx_pkts; /* Tx NCSI packets */
246 unsigned char id; /* NCSI 3-bits package ID */
248 struct ncsi_dev_priv *ndp; /* NCSI device */
262 unsigned int flags; /* NCSI request property */
265 struct ncsi_dev_priv *ndp; /* Associated NCSI device */
266 struct sk_buff *cmd; /* Associated NCSI command packet */
267 struct sk_buff *rsp; /* Associated NCSI response packet */
319 struct ncsi_dev ndev; /* Associated NCSI device */
320 unsigned int flags; /* NCSI device flags */
321 #define NCSI_DEV_PROBED 1 /* Finalized NCSI topology */
327 spinlock_t lock; /* Protect the NCSI device */
341 struct packet_type ptype; /* NCSI packet Rx handler */
342 struct list_head node; /* Form NCSI device list */
353 struct ncsi_dev_priv *ndp; /* Associated NCSI device */
354 unsigned char type; /* Command in the NCSI packet */
359 unsigned int req_flags; /* NCSI request properties */
365 unsigned char *data; /* NCSI OEM data */