Home
last modified time | relevance | path

Searched refs:lookup_stid (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_defs.h77 static inline struct t3c_tid_entry *lookup_stid(const struct tid_info *t, in lookup_stid() function
Dcxgb3_offload.c765 t3c_tid = lookup_stid(&(T3C_DATA(dev))->tid_maps, stid); in do_stid_rpl()
810 t3c_tid = lookup_stid(t, stid); in do_cr()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h139 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid() function
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c2213 struct c4iw_listen_ep *ep = lookup_stid(t, stid); in pass_open_rpl()
2232 struct c4iw_listen_ep *ep = lookup_stid(t, stid); in close_listsrv_rpl()
2395 parent_ep = lookup_stid(t, stid); in pass_accept_req()
3812 lep = (struct c4iw_ep *)lookup_stid(dev->rdev.lldi.tids, stid); in rx_pkt()