Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_clc.c441 static int smc_clc_fill_fce_v2x(struct smc_clc_first_contact_ext_v2x *fce_v2x, in smc_clc_fill_fce_v2x() argument
444 int ret = sizeof(*fce_v2x); in smc_clc_fill_fce_v2x()
446 memset(fce_v2x, 0, sizeof(*fce_v2x)); in smc_clc_fill_fce_v2x()
447 fce_v2x->fce_v2_base.os_type = SMC_CLC_OS_LINUX; in smc_clc_fill_fce_v2x()
448 fce_v2x->fce_v2_base.release = ini->release_nr; in smc_clc_fill_fce_v2x()
449 memcpy(fce_v2x->fce_v2_base.hostname, in smc_clc_fill_fce_v2x()
458 fce_v2x->max_conns = ini->max_conns; in smc_clc_fill_fce_v2x()
459 fce_v2x->max_links = ini->max_links; in smc_clc_fill_fce_v2x()
1045 struct smc_clc_first_contact_ext_v2x *fce_v2x, in smcd_clc_prep_confirm_accept() argument
1074 *fce_len = smc_clc_fill_fce_v2x(fce_v2x, ini); in smcd_clc_prep_confirm_accept()
[all …]