Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/bpf/
H 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()
H A Dmain.h147 u32 abi_version; member
/linux/sound/soc/sof/
H A Dcompress.c177 if (v->abi_version < SOF_ABI_VER(3, 22, 0)) { in sof_compr_set_params()
180 SOF_ABI_VERSION_MAJOR(v->abi_version), in sof_compr_set_params()
181 SOF_ABI_VERSION_MINOR(v->abi_version), in sof_compr_set_params()
182 SOF_ABI_VERSION_PATCH(v->abi_version)); in sof_compr_set_params()
H A Dipc3.c788 SOF_ABI_VERSION_MAJOR(v->abi_version), in sof_ipc3_validate_fw_version()
789 SOF_ABI_VERSION_MINOR(v->abi_version), in sof_ipc3_validate_fw_version()
790 SOF_ABI_VERSION_PATCH(v->abi_version), in sof_ipc3_validate_fw_version()
793 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, v->abi_version)) { in sof_ipc3_validate_fw_version()
799 SOF_ABI_VERSION_MINOR(v->abi_version) > SOF_ABI_MINOR) { in sof_ipc3_validate_fw_version()
H A Dipc4-pcm.c763 u32 abi_version; in sof_ipc4_pcm_setup() local
768 sof_mailbox_read(sdev, sdev->fw_info_box.offset + abi_offset, &abi_version, in sof_ipc4_pcm_setup()
769 sizeof(abi_version)); in sof_ipc4_pcm_setup()
771 if (abi_version < SOF_IPC4_FW_REGS_ABI_VER) in sof_ipc4_pcm_setup()
H A Dipc3-dtrace.c443 if (v->abi_version >= SOF_ABI_VER(3, 7, 0)) { in ipc3_dtrace_enable()
612 if (v->abi_version >= SOF_ABI_VER(3, 20, 0)) { in ipc3_dtrace_release()
H A Dipc3-topology.c2158 if (v->abi_version < SOF_ABI_VER(3, 18, 0) && in sof_ipc3_dai_config()
2278 if (v->abi_version < SOF_ABI_VER(3, 19, 0) && in sof_ipc3_set_up_all_pipelines()
2341 if (v->abi_version < SOF_ABI_VER(3, 19, 0)) { in sof_ipc3_set_up_all_pipelines()
2537 u32 abi_version; in sof_ipc3_parse_manifest() local
2556 abi_version = SOF_ABI_VER(man->priv.data[0], man->priv.data[1], man->priv.data[2]); in sof_ipc3_parse_manifest()
2558 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, abi_version)) { in sof_ipc3_parse_manifest()
2564 SOF_ABI_VERSION_MINOR(abi_version) > SOF_ABI_MINOR) { in sof_ipc3_parse_manifest()
H A Dipc3-pcm.c111 if (v->abi_version < SOF_ABI_VER(3, 10, 0)) in sof_ipc3_pcm_hw_params()
/linux/include/uapi/linux/
H A Dvhost_types.h143 int abi_version; member
/linux/drivers/infiniband/core/
H A Diwpm_util.h263 int iwpm_send_hello(u8 nl_client, int iwpm_pid, u16 abi_version);
H 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()
H 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()
H A Ducma.c1848 static DEVICE_ATTR_RO(abi_version);
/linux/include/sound/sof/
H A Dinfo.h53 uint32_t abi_version; member
/linux/tools/testing/selftests/landlock/
H A Dbase_test.c74 TEST(abi_version) in TEST() argument
/linux/drivers/vhost/
H A Dscsi.c2043 int r, abi_version = VHOST_SCSI_ABI_VERSION; in vhost_scsi_ioctl() local
2062 if (copy_to_user(argp, &abi_version, sizeof abi_version)) in vhost_scsi_ioctl()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h2279 __le32 abi_version; member
2316 __le32 abi_version; member
2357 __le32 abi_version; member
6938 __le32 abi_version; member
H A Dwmi.c5712 arg->abi_version = ev->abi_version; in ath10k_wmi_op_pull_rdy_ev()
5759 __le32_to_cpu(arg.abi_version), in ath10k_wmi_event_ready()
H A Dwmi-tlv.c1410 arg->abi_version = ev->abi.abi_ver1; in ath10k_wmi_tlv_op_pull_rdy_ev()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1504 __le32 abi_version; member
H A Dwmi.c750 le32_to_cpu(ev->abi_version), ev->phy_cap); in ath6kl_wmi_ready_event_rx()
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h2290 __le32 abi_version; member