Searched defs:visornic_devdata (Results 1 – 1 of 1) sorted by relevance
129 struct visornic_devdata { struct130 unsigned short enabled;131 unsigned short enab_dis_acked;133 struct visor_device *dev;134 struct net_device *netdev;135 struct net_device_stats net_stats;136 atomic_t interrupt_rcvd;137 wait_queue_head_t rsp_queue;138 struct sk_buff **rcvbuf;139 u64 incarnation_id;[all …]