Home
last modified time | relevance | path

Searched refs:srv_first_contact (Results 1 – 5 of 5) sorted by relevance

/net/smc/
Dsmc_clc.h114 int smc_clc_send_accept(struct smc_sock *smc, int srv_first_contact);
Dsmc_clc.c236 int smc_clc_send_accept(struct smc_sock *new_smc, int srv_first_contact) in smc_clc_send_accept() argument
252 if (srv_first_contact) in smc_clc_send_accept()
Dsmc_core.c399 struct smc_clc_msg_local *lcl, int srv_first_contact) in smc_conn_create() argument
413 if ((role == SMC_CLNT) && srv_first_contact) in smc_conn_create()
445 if (role == SMC_CLNT && !srv_first_contact && in smc_conn_create()
Dsmc.h276 struct smc_clc_msg_local *lcl, int srv_first_contact);
Daf_smc.c395 u8 srv_first_contact; in smc_connect_rdma() local
434 srv_first_contact = aclc.hdr.flag; in smc_connect_rdma()
437 ibport, &aclc.lcl, srv_first_contact); in smc_connect_rdma()