Lines Matching defs:c4iw_ep
867 struct c4iw_ep { struct
868 struct c4iw_ep_common com; argument
869 struct c4iw_ep *parent_ep; argument
870 struct timer_list timer;
871 struct list_head entry;
872 unsigned int atid;
873 u32 hwtid;
874 u32 snd_seq;
875 u32 rcv_seq;
876 struct l2t_entry *l2t;
900 struct c4iw_ep_stats stats; argument
906 static inline struct c4iw_ep *to_ep(struct iw_cm_id *cm_id) in to_ep() argument