Home
last modified time | relevance | path

Searched refs:is_smcd (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/smc/
Dsmc_core.c52 (!lgr->is_smcd && lgr->role == SMC_CLNT) ? in smc_lgr_schedule_free_work()
178 if (!lgr->is_smcd && !lgr->terminating) { in smc_lgr_free_work()
190 if (!lgr->is_smcd && lnk->state != SMC_LNK_INACTIVE) in smc_lgr_free_work()
197 static int smc_lgr_create(struct smc_sock *smc, bool is_smcd, in smc_lgr_create() argument
208 if (is_smcd && vlan_id) { in smc_lgr_create()
219 lgr->is_smcd = is_smcd; in smc_lgr_create()
233 if (is_smcd) { in smc_lgr_create()
320 if (conn->lgr->is_smcd) { in smc_conn_free()
378 if (lgr->is_smcd) in smc_buf_free()
415 if (lgr->is_smcd) in smc_lgr_free()
[all …]
Dsmc_core.h185 bool is_smcd; /* SMC-R or SMC-D */ member
251 int smc_buf_create(struct smc_sock *smc, bool is_smcd);
264 int smc_conn_create(struct smc_sock *smc, bool is_smcd, int srv_first_contact,
Dsmc_diag.c97 else if (smc->conn.lgr && smc->conn.lgr->is_smcd) in __smc_diag_dump()
150 if (smc->conn.lgr && !smc->conn.lgr->is_smcd && in __smc_diag_dump()
170 if (smc->conn.lgr && smc->conn.lgr->is_smcd && in __smc_diag_dump()
Dsmc_tx.c462 if (conn->lgr->is_smcd) in smc_tx_rdma_writes()
555 if (conn->lgr->is_smcd) in smc_tx_sndbuf_nonempty()
Dsmc_cdc.h237 if (conn->lgr->is_smcd) in smc_cdc_msg_to_host()
Dsmc_clc.c475 if (smc->conn.lgr->is_smcd) { in smc_clc_send_confirm()
548 if (new_smc->conn.lgr->is_smcd) { in smc_clc_send_accept()
Dsmc_cdc.c135 if (conn->lgr->is_smcd) { in smc_cdc_get_slot_and_msg_send()
Daf_smc.c410 if (smc->conn.lgr->is_smcd) in smc_conn_save_peer_info()
512 static int smc_connect_ism_vlan_cleanup(struct smc_sock *smc, bool is_smcd, in smc_connect_ism_vlan_cleanup() argument
516 if (!is_smcd) in smc_connect_ism_vlan_cleanup()