Home
last modified time | relevance | path

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

/linux-6.12.1/net/smc/
Dsmc_clc.c431 static int smc_clc_fill_fce_v2x(struct smc_clc_first_contact_ext_v2x *fce_v2x, in smc_clc_fill_fce_v2x() argument
434 int ret = sizeof(*fce_v2x); in smc_clc_fill_fce_v2x()
436 memset(fce_v2x, 0, sizeof(*fce_v2x)); in smc_clc_fill_fce_v2x()
437 fce_v2x->fce_v2_base.os_type = SMC_CLC_OS_LINUX; in smc_clc_fill_fce_v2x()
438 fce_v2x->fce_v2_base.release = ini->release_nr; in smc_clc_fill_fce_v2x()
439 memcpy(fce_v2x->fce_v2_base.hostname, in smc_clc_fill_fce_v2x()
448 fce_v2x->max_conns = ini->max_conns; in smc_clc_fill_fce_v2x()
449 fce_v2x->max_links = ini->max_links; in smc_clc_fill_fce_v2x()
451 fce_v2x->feature_mask = htons(ini->feature_mask); in smc_clc_fill_fce_v2x()
1035 struct smc_clc_first_contact_ext_v2x *fce_v2x, in smcd_clc_prep_confirm_accept() argument
[all …]