Searched refs:remote_id (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm.c107 __be32 remote_id; member in struct:cm_work
329 static struct cm_id_private * cm_get_id(__be32 local_id, __be32 remote_id) argument
336 if (cm_id_priv->id.remote_id == remote_id)
345 static struct cm_id_private * cm_acquire_id(__be32 local_id, __be32 remote_id) argument
351 cm_id_priv = cm_get_id(local_id, remote_id);
471 __be32 remote_id = timewait_info->work.remote_id; local
477 if (remote_id < cur_timewait_info->work.remote_id)
494 cm_find_remote_id(__be64 remote_ca_guid, __be32 remote_id) argument
554 __be32 remote_id = cm_id_priv->id.remote_id; local
2111 __be32 remote_id; local
[all...]
H A Ducm.c592 resp.remote_id = ctx->cm_id->remote_id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_packet.c1054 bgp_collision_detect (struct peer *new, struct in_addr remote_id)
1086 if (ntohl (peer->local_id.s_addr) < ntohl (remote_id.s_addr))
1125 struct in_addr remote_id;
1138 remote_id.s_addr = stream_get_ipv4 (peer->ibuf);
1144 inet_ntoa (remote_id));
1151 realpeer = peer_lookup_with_open (&peer->su, remote_as, &remote_id, &as);
1162 peer->host, inet_ntoa (remote_id));
1184 ret = bgp_collision_detect (peer, remote_id);
1234 if (remote_id.s_addr == 0
1235 || ntohl (remote_id
1052 bgp_collision_detect(struct peer *new, struct in_addr remote_id) argument
1123 struct in_addr remote_id; local
[all...]
H A Dbgpd.h243 struct in_addr remote_id; member in struct:peer
H A Dbgp_fsm.c384 peer->remote_id.s_addr = 0;
H A Dbgp_snmp.c464 return SNMP_IPADDRESS (peer->remote_id);
H A Dbgpd.c1805 struct in_addr *remote_id, int *as)
1821 && peer->remote_id.s_addr == remote_id->s_addr)
1833 && peer->remote_id.s_addr == 0)
1791 peer_lookup_with_open(union sockunion *su, as_t remote_as, struct in_addr *remote_id, int *as) argument
H A Dbgp_attr.c1504 stream_put_in_addr (s, &from->remote_id);
H A Dbgp_route.c296 new_id.s_addr = new->peer->remote_id.s_addr;
300 exist_id.s_addr = exist->peer->remote_id.s_addr;
507 if (IPV4_ADDR_SAME (&peer->remote_id, &ri->attr->originator_id))
4211 vty_out (vty, " (%s)", inet_ntop (AF_INET, &binfo->peer->remote_id, buf1, BUFSIZ));
H A Dbgp_vty.c6522 inet_ntop (AF_INET, &p->remote_id, buf1, BUFSIZ),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h231 u_int remote_id,
274 * for the specified our_id/remote_id pair.
278 u_int remote_id, struct ahc_tmode_tstate **tstate)
289 return (&(*tstate)->transinfo[remote_id]);
277 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, u_int remote_id, struct ahc_tmode_tstate **tstate) argument
H A Daic79xx_inline.h422 u_int remote_id,
466 * for the specified our_id/remote_id pair.
470 u_int remote_id, struct ahd_tmode_tstate **tstate)
481 return (&(*tstate)->transinfo[remote_id]);
469 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, u_int remote_id, struct ahd_tmode_tstate **tstate) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_cm.h292 __be32 remote_id; member in struct:ib_cm_id
H A Dib_user_cm.h104 __be32 remote_id; member in struct:ib_ucm_attr_id_resp

Completed in 163 milliseconds