Searched refs:remote_ca_guid (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/core/
H A Dcm.c201 __be64 remote_ca_guid; member in struct:cm_timewait_info
578 __be64 remote_ca_guid = timewait_info->remote_ca_guid; local
589 else if (be64_lt(remote_ca_guid, cur_timewait_info->remote_ca_guid))
591 else if (be64_gt(remote_ca_guid, cur_timewait_info->remote_ca_guid))
602 static struct cm_timewait_info * cm_find_remote_id(__be64 remote_ca_guid, argument
615 else if (be64_lt(remote_ca_guid, timewait_info->remote_ca_guid))
631 __be64 remote_ca_guid = timewait_info->remote_ca_guid; local
1227 cm_is_active_peer(__be64 local_ca_guid, __be64 remote_ca_guid, __be32 local_qpn, __be32 remote_qpn) argument
[all...]
H A Ducm.c206 ureq->remote_ca_guid = kreq->remote_ca_guid;
230 urep->remote_ca_guid = krep->remote_ca_guid;

Completed in 849 milliseconds