Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Drestrack.c192 struct c4iw_listen_ep lep;
201 struct c4iw_listen_ep *listen_ep = NULL; in c4iw_fill_res_cm_id_entry()
223 uep->lep = *(struct c4iw_listen_ep *)epcp; in c4iw_fill_res_cm_id_entry()
H A Diw_cxgb4.h892 struct c4iw_listen_ep { struct
947 static inline struct c4iw_listen_ep *to_listen_ep(struct iw_cm_id *cm_id) in to_listen_ep()
H A Dcm.c372 static struct c4iw_listen_ep *get_ep_from_stid(struct c4iw_dev *dev, in get_ep_from_stid()
375 struct c4iw_listen_ep *ep; in get_ep_from_stid()
2388 struct c4iw_listen_ep *ep = get_ep_from_stid(dev, stid); in pass_open_rpl()
2406 struct c4iw_listen_ep *ep = get_ep_from_stid(dev, stid); in close_listsrv_rpl()
3467 static int create_server6(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server6()
3500 static int create_server4(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server4()
3544 struct c4iw_listen_ep *ep; in c4iw_create_listen()
3607 struct c4iw_listen_ep *ep = to_listen_ep(cm_id); in c4iw_destroy_listen()
H A Ddevice.c616 int dump_listen_ep(struct c4iw_listen_ep *ep, struct c4iw_debugfs_data *epd) in dump_listen_ep()
672 struct c4iw_listen_ep *lep; in ep_open()