Lines Matching defs:ncsi_request
258 struct ncsi_request { struct
259 unsigned char id; /* Request ID - 0 to 255 */
260 bool used; /* Request that has been assigned */
261 unsigned int flags; /* NCSI request property */
264 struct ncsi_dev_priv *ndp; /* Associated NCSI device */
265 struct sk_buff *cmd; /* Associated NCSI command packet */
266 struct sk_buff *rsp; /* Associated NCSI response packet */
267 struct timer_list timer; /* Timer on waiting for response */
268 bool enabled; /* Time has been enabled or not */
269 u32 snd_seq; /* netlink sending sequence number */
270 u32 snd_portid; /* netlink portid of sender */
271 struct nlmsghdr nlhdr; /* netlink message header */