/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.c | 30 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 D | main.h | 147 u32 abi_version; member
|
/openbmc/qemu/hw/scsi/ |
H A D | vhost-scsi.c | 77 int ret, abi_version; in vhost_scsi_start() local 82 ret = vhost_ops->vhost_scsi_get_abi_version(&vsc->dev, &abi_version); in vhost_scsi_start() 86 if (abi_version > VHOST_SCSI_ABI_VERSION) { in vhost_scsi_start() 89 " please upgrade your version of QEMU", abi_version, in vhost_scsi_start()
|
/openbmc/linux/sound/soc/sof/ |
H A D | compress.c | 177 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 D | ipc4-pcm.c | 602 u32 abi_version; in sof_ipc4_pcm_setup() local 607 sof_mailbox_read(sdev, sdev->fw_info_box.offset + abi_offset, &abi_version, in sof_ipc4_pcm_setup() 608 sizeof(abi_version)); in sof_ipc4_pcm_setup() 610 if (abi_version < SOF_IPC4_FW_REGS_ABI_VER) in sof_ipc4_pcm_setup()
|
H A D | ipc3.c | 788 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 D | ipc3-dtrace.c | 443 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 D | ipc3-topology.c | 2067 if (v->abi_version < SOF_ABI_VER(3, 18, 0) && in sof_ipc3_dai_config() 2187 if (v->abi_version < SOF_ABI_VER(3, 19, 0) && in sof_ipc3_set_up_all_pipelines() 2250 if (v->abi_version < SOF_ABI_VER(3, 19, 0)) { in sof_ipc3_set_up_all_pipelines() 2444 u32 abi_version; in sof_ipc3_parse_manifest() local 2463 abi_version = SOF_ABI_VER(man->priv.data[0], man->priv.data[1], man->priv.data[2]); in sof_ipc3_parse_manifest() 2465 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, abi_version)) { in sof_ipc3_parse_manifest() 2471 SOF_ABI_VERSION_MINOR(abi_version) > SOF_ABI_MINOR) { in sof_ipc3_parse_manifest()
|
H A D | ipc3-pcm.c | 111 if (v->abi_version < SOF_ABI_VER(3, 10, 0)) in sof_ipc3_pcm_hw_params()
|
/openbmc/linux/include/uapi/linux/ |
H A D | vhost_types.h | 143 int abi_version; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | vhost_types.h | 143 int abi_version; member
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | iwpm_util.h | 263 int iwpm_send_hello(u8 nl_client, int iwpm_pid, u16 abi_version);
|
H A D | iwpm_util.c | 761 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 D | iwpm_msg.c | 829 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 D | uverbs_main.c | 1082 static DEVICE_ATTR_RO(abi_version); 1094 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
|
H A D | user_mad.c | 1251 static CLASS_ATTR_RO(abi_version);
|
H A D | ucma.c | 1850 static DEVICE_ATTR_RO(abi_version);
|
/openbmc/linux/include/sound/sof/ |
H A D | info.h | 53 uint32_t abi_version; member
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | base_test.c | 74 TEST(abi_version) in TEST() argument
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-infiniband | 255 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
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | bitbake.conf | 824 require conf/abi_version.conf
|
/openbmc/linux/drivers/vhost/ |
H A D | scsi.c | 2032 int r, abi_version = VHOST_SCSI_ABI_VERSION; in vhost_scsi_ioctl() local 2051 if (copy_to_user(argp, &abi_version, sizeof abi_version)) in vhost_scsi_ioctl()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.1.rst | 18 - abi_version/sstate: Bump hashequiv and sstate versions due to git changes
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 2278 __le32 abi_version; member 2315 __le32 abi_version; member 2356 __le32 abi_version; member 6934 __le32 abi_version; member
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.h | 1504 __le32 abi_version; member
|