Searched defs:ncsi_request (Results 1 – 1 of 1) sorted by relevance
214 struct ncsi_request { struct215 unsigned char id; /* Request ID - 0 to 255 */216 bool used; /* Request that has been assigned */217 unsigned int flags; /* NCSI request property */219 struct ncsi_dev_priv *ndp; /* Associated NCSI device */220 struct sk_buff *cmd; /* Associated NCSI command packet */221 struct sk_buff *rsp; /* Associated NCSI response packet */222 struct timer_list timer; /* Timer on waiting for response */223 bool enabled; /* Time has been enabled or not */