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