Home
last modified time | relevance | path

Searched refs:smcd (Results 1 – 3 of 3) sorted by relevance

/linux/net/smc/
H A Dsmc_clc.c858 struct smcd_dev *smcd; in smc_clc_send_proposal() local
919 smcd = ini->ism_dev[0]; in smc_clc_send_proposal()
920 copy_to_smcdgid(&smcd_gid, &smcd->dibs->gid); in smc_clc_send_proposal()
969 smcd = ini->ism_dev[i]; in smc_clc_send_proposal()
970 copy_to_smcdgid(&smcd_gid, &smcd->dibs->gid); in smc_clc_send_proposal()
974 if (smc_ism_is_emulated(smcd)) { in smc_clc_send_proposal()
1055 struct smcd_dev *smcd = conn->lgr->smcd; in smcd_clc_prep_confirm_accept() local
1063 copy_to_smcdgid(&smcd_gid, &smcd->dibs->gid); in smcd_clc_prep_confirm_accept()
1073 chid = smc_ism_get_chid(smcd); in smcd_clc_prep_confirm_accept()
H A Dsmc_pnet.h64 int smc_pnetid_by_table_smcd(struct smcd_dev *smcd);
H A Dsmc_cdc.c260 if (smc_ism_support_dmb_nocopy(conn->lgr->smcd)) in smcd_cdc_msg_send()
357 smc_ism_support_dmb_nocopy(conn->lgr->smcd)) { in smc_cdc_msg_recv_action()