Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_clc.h376 smc_get_clc_smcd_v2_ext(struct smc_clc_v2_extension *prop_v2ext) in smc_get_clc_smcd_v2_ext() argument
378 if (!prop_v2ext) in smc_get_clc_smcd_v2_ext()
380 if (!ntohs(prop_v2ext->hdr.smcd_v2_ext_offset)) in smc_get_clc_smcd_v2_ext()
384 ((u8 *)prop_v2ext + in smc_get_clc_smcd_v2_ext()
387 sizeof(prop_v2ext->hdr.smcd_v2_ext_offset) + in smc_get_clc_smcd_v2_ext()
388 ntohs(prop_v2ext->hdr.smcd_v2_ext_offset)); in smc_get_clc_smcd_v2_ext()