Home
last modified time | relevance | path

Searched refs:iwch_ep_common (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_cm.h154 struct iwch_ep_common { struct
170 struct iwch_ep_common com; argument
176 struct iwch_ep_common com;
Diwch_cm.c237 static enum iwch_ep_state state_read(struct iwch_ep_common *epc) in state_read()
248 static void __state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) in __state_set()
253 static void state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) in state_set()
266 struct iwch_ep_common *epc; in alloc_ep()
281 ep = container_of(container_of(kref, struct iwch_ep_common, kref), in __free_ep()
2183 put_ep((struct iwch_ep_common *)ep); in process_work()
2191 struct iwch_ep_common *epc = ctx; in sched()