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 */
318 struct ncsi_dev ndev; /* Associated NCSI device */
319 unsigned int flags; /* NCSI device flags */
320 #define NCSI_DEV_PROBED 1 /* Finalized NCSI topology */
325 spinlock_t lock; /* Protect the NCSI device */
339 struct packet_type ptype; /* NCSI packet Rx handler */
340 struct list_head node; /* Form NCSI device list */
351 struct ncsi_dev_priv *ndp; /* Associated NCSI device */
352 unsigned char type; /* Command in the NCSI packet */
357 unsigned int req_flags; /* NCSI request properties */
363 unsigned char *data; /* NCSI OEM data */