Searched refs:cld (Results 1 – 25 of 27) sorted by relevance
12
199 int cm_register(const struct cm_ll_data *cld) in cm_register() argument201 if (!cld) in cm_register()207 cm_ll_data = cld; in cm_register()223 int cm_unregister(const struct cm_ll_data *cld) in cm_unregister() argument225 if (!cld || cm_ll_data != cld) in cm_unregister()
75 extern int cm_register(const struct cm_ll_data *cld);76 extern int cm_unregister(const struct cm_ll_data *cld);
86 cld103 cld164 cld382 cld388 cld432 cld
388 cld
47 cld134 cld
81 cld334 cld501 cld
18 cld
35 cld
283 cld518 cld623 cld678 cld709 cld
115 cld420 cld
902 cld1038 cld1201 cld
58 cld
59 cld588 cld
1 …clude/include/linux/nfsd ./include/uapi/linux/nfsd nfsfh.h debug.h stats.h cld.h export.h; /bin/sh…
27 cld
42 cld
54 cld
105 cld
253 cld
7784 struct i40e_aqc_cloud_filters_element_data *cld) in i40e_set_cld_element() argument7789 memset(cld, 0, sizeof(*cld)); in i40e_set_cld_element()7790 ether_addr_copy(cld->outer_mac, filter->dst_mac); in i40e_set_cld_element()7791 ether_addr_copy(cld->inner_mac, filter->src_mac); in i40e_set_cld_element()7801 *(__le32 *)&cld->ipaddr.raw_v6.data[i * 2] = cpu_to_le32(ipa); in i40e_set_cld_element()7806 memcpy(&cld->ipaddr.v4.data, &ipa, sizeof(ipa)); in i40e_set_cld_element()7809 cld->inner_vlan = cpu_to_le16(ntohs(filter->vlan_id)); in i40e_set_cld_element()
1538 '--enable-cld'
26956 This option instructs GCC to emit a 'cld' instruction in the26965 targets by configuring GCC with the '--enable-cld' configure26966 option. Generation of 'cld' instructions can be suppressed with26967 the '-mno-cld' compiler option in this case.35015 'cld'35016 'no-cld'66638 * 'target("cld")' function attribute, x86: x86 Function Attributes.