Searched defs:c4iw_ep (Results 1 – 1 of 1) sorted by relevance
868 struct c4iw_ep { struct869 struct c4iw_ep_common com; argument870 struct c4iw_ep *parent_ep; argument871 struct timer_list timer;872 struct list_head entry;873 unsigned int atid;874 u32 hwtid;875 u32 snd_seq;876 u32 rcv_seq;877 struct l2t_entry *l2t;[all …]