Lines Matching defs:nes_timer_entry
154 struct nes_timer_entry { struct155 struct list_head list;156 unsigned long timetosend; /* jiffies */157 struct sk_buff *skb;158 u32 type;159 u32 retrycount;160 u32 retranscount;161 u32 context;162 u32 seq_num;163 u32 send_retrans;164 int close_when_complete;165 struct net_device *netdev;