Searched refs:abi_version (Results 1 – 15 of 15) sorted by relevance
| /drivers/net/ethernet/netronome/nfp/bpf/ |
| 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()
|
| A D | main.h | 147 u32 abi_version; member
|
| /drivers/infiniband/core/ |
| A D | iwpm_util.h | 263 int iwpm_send_hello(u8 nl_client, int iwpm_pid, u16 abi_version);
|
| 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()
|
| 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()
|
| A D | uverbs_main.c | 1118 static DEVICE_ATTR_RO(abi_version); 1130 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
|
| A D | user_mad.c | 1249 static CLASS_ATTR_RO(abi_version);
|
| A D | ucma.c | 1843 static DEVICE_ATTR_RO(abi_version);
|
| /drivers/vhost/ |
| A D | scsi.c | 2378 int r, abi_version = VHOST_SCSI_ABI_VERSION; in vhost_scsi_ioctl() local 2397 if (copy_to_user(argp, &abi_version, sizeof abi_version)) in vhost_scsi_ioctl()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | wmi.h | 2279 __le32 abi_version; member 2316 __le32 abi_version; member 2357 __le32 abi_version; member 6938 __le32 abi_version; member
|
| A D | wmi.c | 5718 arg->abi_version = ev->abi_version; in ath10k_wmi_op_pull_rdy_ev() 5765 __le32_to_cpu(arg.abi_version), in ath10k_wmi_event_ready()
|
| A D | wmi-tlv.c | 1410 arg->abi_version = ev->abi.abi_ver1; in ath10k_wmi_tlv_op_pull_rdy_ev()
|
| /drivers/net/wireless/ath/ath6kl/ |
| A D | wmi.h | 1504 __le32 abi_version; member
|
| A D | wmi.c | 750 le32_to_cpu(ev->abi_version), ev->phy_cap); in ath6kl_wmi_ready_event_rx()
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | wmi.h | 2290 __le32 abi_version; member
|
Completed in 132 milliseconds