Searched refs:parent_ep (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h177 struct iwch_ep *parent_ep; member in struct:iwch_ep
H A Diwch_cm.c767 if (state_read(&ep->parent_ep->com) != DEAD) {
769 ep->parent_ep->com.cm_id->event_handler(
770 ep->parent_ep->com.cm_id,
773 put_ep(&ep->parent_ep->com);
774 ep->parent_ep = NULL;
1331 struct iwch_ep *child_ep, *parent_ep = ctx; local
1339 PDBG("%s parent ep %p tid %u\n", __func__, parent_ep, hwtid);
1341 if (state_read(&parent_ep->com) != LISTEN) {
1394 get_ep(&parent_ep->com);
1395 child_ep->parent_ep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c812 if (state_read(&ep->parent_ep->com) != DEAD) {
814 ep->parent_ep->com.cm_id->event_handler(
815 ep->parent_ep->com.cm_id,
818 c4iw_put_ep(&ep->parent_ep->com);
819 ep->parent_ep = NULL;
1340 struct c4iw_ep *child_ep, *parent_ep; local
1357 parent_ep = lookup_stid(t, stid);
1358 PDBG("%s parent ep %p tid %u\n", __func__, parent_ep, hwtid);
1362 if (state_read(&parent_ep->com) != LISTEN) {
1428 c4iw_get_ep(&parent_ep
[all...]
H A Diw_cxgb4.h599 struct c4iw_ep *parent_ep; member in struct:c4iw_ep

Completed in 213 milliseconds