Home
last modified time | relevance | path

Searched refs:api_version (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.c82 hw->api_version = ixgbe_mbox_api_10; in ixgbevf_reset_hw_vf()
288 if (hw->api_version != ixgbe_mbox_api_12 || in ixgbevf_get_reta_locked()
349 if (hw->api_version != ixgbe_mbox_api_12 || in ixgbevf_get_rss_key_locked()
652 hw->api_version = api; in ixgbevf_negotiate_api_version()
669 switch (hw->api_version) { in ixgbevf_get_queues()
Dvf.h141 int api_version; member
Dixgbevf_main.c2334 switch (hw->api_version) { in ixgbevf_set_num_queues()
3715 switch (adapter->hw.api_version) { in ixgbevf_change_mtu()
/linux-4.1.27/drivers/media/dvb-frontends/
Daf9013.h90 u8 api_version[4]; member
Daf9013.c1085 ret = af9013_wr_regs(state, 0x9bf2, state->config.api_version, 4); in af9013_init()
/linux-4.1.27/include/uapi/linux/
Dpps.h69 int api_version; /* API version # */ member
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_vport.h65 uint32_t api_version; member
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dfw.c261 ar->fw.api_version = otus_desc->api_ver; in carl9170_fw()
263 if (ar->fw.api_version < CARL9170FW_API_MIN_VER || in carl9170_fw()
264 ar->fw.api_version > CARL9170FW_API_MAX_VER) { in carl9170_fw()
Dcarl9170.h270 unsigned int api_version; member
/linux-4.1.27/drivers/pps/
Dkapi.c108 pps->params.api_version = PPS_API_VERS; in pps_register_source()
Dpps.c130 pps->params.api_version = PPS_API_VERS; in pps_cdev_ioctl()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dmobility.c350 static CLASS_ATTR_STRING(api_version, S_IRUGO, __stringify(MIGRATION_API_VERSION));
/linux-4.1.27/include/linux/mfd/
Ddbx500-prcmu.h215 u8 api_version; member
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-cxl70 What: /sys/class/cxl/<afu>/api_version
/linux-4.1.27/drivers/misc/cxl/
Dsysfs.c366 __ATTR_RO(api_version),
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Daf9015.c817 memcpy(state->af9013_config[0].api_version, "\x0\x1\x9\x0", 4); in af9015_af9013_frontend_attach()
822 memcpy(state->af9013_config[1].api_version, "\x0\x1\x9\x0", 4); in af9015_af9013_frontend_attach()
/linux-4.1.27/drivers/mfd/
Ddb8500-prcmu.c2709 fw_info.version.api_version = (version >> 8) & 0xFF; in dbx500_fw_version_init()
2719 fw_info.version.api_version, in dbx500_fw_version_init()
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c2511 u32 api_version; in mwl8k_cmd_get_hw_spec_ap() local
2528 api_version = le32_to_cpu(cmd->fw_api_version); in mwl8k_cmd_get_hw_spec_ap()
2529 if (priv->device_info->fw_api_ap != api_version) { in mwl8k_cmd_get_hw_spec_ap()
2534 api_version); in mwl8k_cmd_get_hw_spec_ap()