Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/bpf/
A Dmain.c30 bpf->abi_version && in nfp_net_ebpf_capable()
31 nn_readb(nn, NFP_NET_CFG_BPF_ABI) == bpf->abi_version; in nfp_net_ebpf_capable()
326 bpf->abi_version = readl(value); in nfp_bpf_parse_cap_abi_version()
327 if (bpf->abi_version < 2 || bpf->abi_version > 3) { in nfp_bpf_parse_cap_abi_version()
329 bpf->abi_version); in nfp_bpf_parse_cap_abi_version()
330 bpf->abi_version = 0; in nfp_bpf_parse_cap_abi_version()
420 bpf->abi_version = 2; /* Original BPF ABI version */ in nfp_bpf_init_capabilities()
483 if (bpf->abi_version < 3) { in nfp_bpf_init()
A Dmain.h147 u32 abi_version; member
/linux/sound/soc/sof/
A Dipc.c856 if (v->abi_version < SOF_ABI_VER(3, 3, 0)) { in snd_sof_ipc_set_get_comp_data()
881 SOF_ABI_VERSION_MAJOR(v->abi_version), in snd_sof_ipc_valid()
882 SOF_ABI_VERSION_MINOR(v->abi_version), in snd_sof_ipc_valid()
883 SOF_ABI_VERSION_PATCH(v->abi_version), in snd_sof_ipc_valid()
886 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, v->abi_version)) { in snd_sof_ipc_valid()
891 if (SOF_ABI_VERSION_MINOR(v->abi_version) > SOF_ABI_MINOR) { in snd_sof_ipc_valid()
A Dtrace.c398 if (v->abi_version >= SOF_ABI_VER(3, 7, 0)) { in snd_sof_init_trace_ipc()
A Dtopology.c3500 u32 abi_version; in sof_manifest() local
3521 abi_version = SOF_ABI_VER(man->priv.data[0], in sof_manifest()
3525 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, abi_version)) { in sof_manifest()
3530 if (SOF_ABI_VERSION_MINOR(abi_version) > SOF_ABI_MINOR) { in sof_manifest()
/linux/include/uapi/linux/
A Dvhost_types.h127 int abi_version; member
/linux/include/sound/sof/
A Dinfo.h48 uint32_t abi_version; member
/linux/drivers/infiniband/core/
A Diwpm_util.h264 int iwpm_send_hello(u8 nl_client, int iwpm_pid, u16 abi_version);
A Diwpm_util.c761 int iwpm_send_hello(u8 nl_client, int iwpm_pid, u16 abi_version) in iwpm_send_hello() argument
775 ret = ibnl_put_attr(skb, nlh, sizeof(u16), &abi_version, in iwpm_send_hello()
787 pr_debug("%s: Sent hello abi_version = %u\n", __func__, abi_version); in iwpm_send_hello()
A Diwpm_msg.c829 u16 abi_version; in iwpm_hello_cb() local
837 abi_version = nla_get_u16(nltb[IWPM_NLA_HELLO_ABI_VERSION]); in iwpm_hello_cb()
841 iwpm_ulib_version = min_t(u16, IWPM_UABI_VERSION, abi_version); in iwpm_hello_cb()
A Duverbs_main.c1073 static DEVICE_ATTR_RO(abi_version);
1085 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
A Duser_mad.c1237 static CLASS_ATTR_RO(abi_version);
A Ducma.c1838 static DEVICE_ATTR_RO(abi_version);
/linux/sound/soc/sof/intel/
A Dhda-pcm.c132 if (v->abi_version < SOF_ABI_VER(3, 10, 0)) in hda_dsp_pcm_hw_params()
A Dhda-dai.c469 if (v->abi_version < SOF_ABI_VER(3, 18, 0)) in ssp_dai_setup_or_free()
/linux/tools/testing/selftests/landlock/
A Dbase_test.c66 TEST(abi_version) { in TEST() argument
/linux/Documentation/ABI/stable/
A Dsysfs-class-infiniband255 What: /sys/class/infiniband_mad/abi_version
265 What: /sys/class/infiniband_verbs/uverbs<N>/abi_version
273 abi_version: (RO) Show ABI version of IB device specific
278 What: /sys/class/infiniband_verbs/abi_version
/linux/drivers/vhost/
A Dscsi.c1849 int r, abi_version = VHOST_SCSI_ABI_VERSION; in vhost_scsi_ioctl() local
1868 if (copy_to_user(argp, &abi_version, sizeof abi_version)) in vhost_scsi_ioctl()
/linux/drivers/net/wireless/ath/ath10k/
A Dwmi.h2278 __le32 abi_version; member
2315 __le32 abi_version; member
2356 __le32 abi_version; member
6932 __le32 abi_version; member
A Dwmi.c5690 arg->abi_version = ev->abi_version; in ath10k_wmi_op_pull_rdy_ev()
5737 __le32_to_cpu(arg.abi_version), in ath10k_wmi_event_ready()
A Dwmi-tlv.c1398 arg->abi_version = ev->abi.abi_ver1; in ath10k_wmi_tlv_op_pull_rdy_ev()
/linux/drivers/net/wireless/ath/ath6kl/
A Dwmi.h1504 __le32 abi_version; member
A Dwmi.c750 le32_to_cpu(ev->abi_version), ev->phy_cap); in ath6kl_wmi_ready_event_rx()
/linux/drivers/net/wireless/ath/wil6210/
A Dwmi.h2290 __le32 abi_version; member

Completed in 148 milliseconds