Searched defs:ncsi_request (Results 1 – 1 of 1) sorted by relevance
256 struct ncsi_request { struct257 unsigned char id; /* Request ID - 0 to 255 */258 bool used; /* Request that has been assigned */259 unsigned int flags; /* NCSI request property */262 struct ncsi_dev_priv *ndp; /* Associated NCSI device */263 struct sk_buff *cmd; /* Associated NCSI command packet */264 struct sk_buff *rsp; /* Associated NCSI response packet */265 struct timer_list timer; /* Timer on waiting for response */266 bool enabled; /* Time has been enabled or not */267 u32 snd_seq; /* netlink sending sequence number */[all …]