Searched defs:c4iw_ep (Results 1 – 1 of 1) sorted by relevance
879 struct c4iw_ep { struct880 struct c4iw_ep_common com; argument881 struct c4iw_ep *parent_ep; argument882 struct timer_list timer;883 struct list_head entry;884 unsigned int atid;885 u32 hwtid;886 u32 snd_seq;887 u32 rcv_seq;888 struct l2t_entry *l2t;[all …]