Searched defs:visornic_devdata (Results 1 – 1 of 1) sorted by relevance
112 struct visornic_devdata { struct113 unsigned short enabled; /* 0 disabled 1 enabled to receive */114 unsigned short enab_dis_acked; /* NET_RCV_ENABLE/DISABLE acked by117 struct visor_device *dev;118 struct net_device *netdev;119 struct net_device_stats net_stats;120 atomic_t interrupt_rcvd;121 wait_queue_head_t rsp_queue;122 struct sk_buff **rcvbuf;123 u64 incarnation_id; /* lets IOPART know about re-birth */[all …]