Home
last modified time | relevance | path

Searched defs:c4iw_ep (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h646 struct c4iw_ep { struct
647 struct c4iw_ep_common com; argument
648 struct c4iw_ep *parent_ep; argument
649 struct timer_list timer;
650 struct list_head entry;
651 unsigned int atid;
652 u32 hwtid;
653 u32 snd_seq;
677 static inline struct c4iw_ep *to_ep(struct iw_cm_id *cm_id) in to_ep() argument