Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_clc.c439 static int smc_clc_fill_fce_v2x(struct smc_clc_first_contact_ext_v2x *fce_v2x, in smc_clc_fill_fce_v2x() argument
442 int ret = sizeof(*fce_v2x); in smc_clc_fill_fce_v2x()
444 memset(fce_v2x, 0, sizeof(*fce_v2x)); in smc_clc_fill_fce_v2x()
445 fce_v2x->fce_v2_base.os_type = SMC_CLC_OS_LINUX; in smc_clc_fill_fce_v2x()
446 fce_v2x->fce_v2_base.release = ini->release_nr; in smc_clc_fill_fce_v2x()
447 memcpy(fce_v2x->fce_v2_base.hostname, in smc_clc_fill_fce_v2x()
456 fce_v2x->max_conns = ini->max_conns; in smc_clc_fill_fce_v2x()
457 fce_v2x->max_links = ini->max_links; in smc_clc_fill_fce_v2x()
459 fce_v2x->feature_mask = htons(ini->feature_mask); in smc_clc_fill_fce_v2x()
1052 struct smc_clc_first_contact_ext_v2x *fce_v2x, in smcd_clc_prep_confirm_accept() argument
[all …]