Searched defs:ncsi_cmd_arg (Results 1 – 1 of 1) sorted by relevance
295 struct ncsi_cmd_arg { struct296 struct ncsi_dev_priv *ndp; /* Associated NCSI device */297 unsigned char type; /* Command in the NCSI packet */298 unsigned char id; /* Request ID (sequence number) */299 unsigned char package; /* Destination package ID */300 unsigned char channel; /* Detination channel ID or 0x1f */301 unsigned short payload; /* Command packet payload length */302 unsigned int req_flags; /* NCSI request properties */303 union {