abi_version       855 drivers/infiniband/core/iwpm_msg.c 	u16 abi_version;
abi_version       863 drivers/infiniband/core/iwpm_msg.c 	abi_version = nla_get_u16(nltb[IWPM_NLA_HELLO_ABI_VERSION]);
abi_version       872 drivers/infiniband/core/iwpm_msg.c 	iwpm_ulib_version = min_t(u16, IWPM_UABI_VERSION, abi_version);
abi_version       805 drivers/infiniband/core/iwpm_util.c int iwpm_send_hello(u8 nl_client, int iwpm_pid, u16 abi_version)
abi_version       819 drivers/infiniband/core/iwpm_util.c 	ret = ibnl_put_attr(skb, nlh, sizeof(u16), &abi_version,
abi_version       831 drivers/infiniband/core/iwpm_util.c 	pr_debug("%s: Sent hello abi_version = %u\n", __func__, abi_version);
abi_version       279 drivers/infiniband/core/iwpm_util.h int iwpm_send_hello(u8 nl_client, int iwpm_pid, u16 abi_version);
abi_version      1857 drivers/infiniband/core/ucma.c static DEVICE_ATTR(abi_version, S_IRUGO, show_abi_version, NULL);
abi_version      1227 drivers/infiniband/core/user_mad.c static CLASS_ATTR_RO(abi_version);
abi_version      1226 drivers/infiniband/core/uverbs_main.c static DEVICE_ATTR_RO(abi_version);
abi_version      1238 drivers/infiniband/core/uverbs_main.c static CLASS_ATTR_STRING(abi_version, S_IRUGO,
abi_version        30 drivers/net/ethernet/netronome/nfp/bpf/main.c 	       bpf->abi_version &&
abi_version        31 drivers/net/ethernet/netronome/nfp/bpf/main.c 	       nn_readb(nn, NFP_NET_CFG_BPF_ABI) == bpf->abi_version;
abi_version       320 drivers/net/ethernet/netronome/nfp/bpf/main.c 	bpf->abi_version = readl(value);
abi_version       321 drivers/net/ethernet/netronome/nfp/bpf/main.c 	if (bpf->abi_version < 2 || bpf->abi_version > 3) {
abi_version       323 drivers/net/ethernet/netronome/nfp/bpf/main.c 			 bpf->abi_version);
abi_version       324 drivers/net/ethernet/netronome/nfp/bpf/main.c 		bpf->abi_version = 0;
abi_version       414 drivers/net/ethernet/netronome/nfp/bpf/main.c 	bpf->abi_version = 2; /* Original BPF ABI version */
abi_version       477 drivers/net/ethernet/netronome/nfp/bpf/main.c 	if (bpf->abi_version < 3) {
abi_version       147 drivers/net/ethernet/netronome/nfp/bpf/main.h 	u32 abi_version;
abi_version      1248 drivers/net/wireless/ath/ath10k/wmi-tlv.c 	arg->abi_version = ev->abi.abi_ver1;
abi_version      5581 drivers/net/wireless/ath/ath10k/wmi.c 	arg->abi_version = ev->abi_version;
abi_version      5628 drivers/net/wireless/ath/ath10k/wmi.c 		   __le32_to_cpu(arg.abi_version),
abi_version      2253 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 abi_version;
abi_version      2290 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 abi_version;
abi_version      2331 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 abi_version;
abi_version      6866 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 abi_version;
abi_version       750 drivers/net/wireless/ath/ath6kl/wmi.c 			   le32_to_cpu(ev->abi_version), ev->phy_cap);
abi_version      1504 drivers/net/wireless/ath/ath6kl/wmi.h 	__le32 abi_version;
abi_version      2298 drivers/net/wireless/ath/wil6210/wmi.h 	__le32 abi_version;
abi_version      1674 drivers/vhost/scsi.c 	int r, abi_version = VHOST_SCSI_ABI_VERSION;
abi_version      1693 drivers/vhost/scsi.c 		if (copy_to_user(argp, &abi_version, sizeof abi_version))
abi_version        45 include/sound/sof/info.h 	uint32_t abi_version;
abi_version       116 include/uapi/linux/vhost_types.h 	int abi_version;
abi_version       705 sound/soc/sof/ipc.c 	if (v->abi_version < SOF_ABI_VER(3, 3, 0)) {
abi_version       746 sound/soc/sof/ipc.c 		 SOF_ABI_VERSION_MAJOR(v->abi_version),
abi_version       747 sound/soc/sof/ipc.c 		 SOF_ABI_VERSION_MINOR(v->abi_version),
abi_version       748 sound/soc/sof/ipc.c 		 SOF_ABI_VERSION_PATCH(v->abi_version),
abi_version       751 sound/soc/sof/ipc.c 	if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, v->abi_version)) {
abi_version       756 sound/soc/sof/ipc.c 	if (v->abi_version > SOF_ABI_VERSION) {
abi_version      3214 sound/soc/sof/topology.c 	u32 abi_version;
abi_version      3235 sound/soc/sof/topology.c 	abi_version = SOF_ABI_VER(man->priv.data[0],
abi_version      3239 sound/soc/sof/topology.c 	if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, abi_version)) {
abi_version      3244 sound/soc/sof/topology.c 	if (abi_version > SOF_ABI_VERSION) {
abi_version       171 sound/soc/sof/trace.c 	if (v->abi_version >= SOF_ABI_VER(3, 7, 0)) {