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