Searched defs:remote_id (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/core/
H A Dcm.c191 __be32 remote_id; member in struct:cm_work
413 static struct cm_id_private * cm_get_id(__be32 local_id, __be32 remote_id) argument
420 if (cm_id_priv->id.remote_id == remote_id)
429 static struct cm_id_private * cm_acquire_id(__be32 local_id, __be32 remote_id) argument
434 cm_id_priv = cm_get_id(local_id, remote_id);
579 __be32 remote_id = timewait_info->work.remote_id; local
585 if (be32_lt(remote_id, cur_timewait_info->work.remote_id))
602 cm_find_remote_id(__be64 remote_ca_guid, __be32 remote_id) argument
662 __be32 remote_id = cm_id_priv->id.remote_id; local
2317 __be32 remote_id; local
[all...]
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c447 * for the specified our_id/remote_id pair.
451 u_int remote_id, struct ahc_tmode_tstate **tstate)
462 return (&(*tstate)->transinfo[remote_id]);
450 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_core.c568 * for the specified our_id/remote_id pair.
572 u_int remote_id, struct ahd_tmode_tstate **tstate)
583 return (&(*tstate)->transinfo[remote_id]);
571 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, u_int remote_id, struct ahd_tmode_tstate **tstate) argument

Completed in 139 milliseconds