Home
last modified time | relevance | path

Searched refs:config_attr_mask (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/vdpa/pds/ !
H A Dvdpa_dev.c854 mgmt->config_attr_mask = BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MACADDR); in pds_vdpa_get_mgmt_info()
855 mgmt->config_attr_mask |= BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MAX_VQP); in pds_vdpa_get_mgmt_info()
856 mgmt->config_attr_mask |= BIT_ULL(VDPA_ATTR_DEV_FEATURES); in pds_vdpa_get_mgmt_info()
H A Ddebugfs.c186 seq_printf(seq, "config_attr_mask: %#llx\n", mgmt->config_attr_mask); in identity_show()
/linux/include/linux/ !
H A Dvdpa.h623 u64 config_attr_mask; member
/linux/drivers/vdpa/vdpa_sim/ !
H A Dvdpa_sim_net.c544 .config_attr_mask = (1 << VDPA_ATTR_DEV_NET_CFG_MACADDR |
/linux/drivers/vdpa/virtio_pci/ !
H A Dvp_vdpa.c654 mgtdev->config_attr_mask = (1 << VDPA_ATTR_DEV_FEATURES); in vp_vdpa_probe()
/linux/drivers/vdpa/ !
H A Dvdpa.c675 if ((config.mask & mdev->config_attr_mask) != config.mask) { in vdpa_nl_cmd_dev_add_set_doit()
678 config.mask & ~mdev->config_attr_mask); in vdpa_nl_cmd_dev_add_set_doit()
/linux/drivers/vdpa/ifcvf/ !
H A Difcvf_main.c837 ifcvf_mgmt_dev->mdev.config_attr_mask = (1 << VDPA_ATTR_DEV_FEATURES); in ifcvf_probe()
/linux/drivers/vdpa/octeon_ep/ !
H A Doctep_vdpa_main.c645 mgmt_dev->mdev.config_attr_mask = (1 << VDPA_ATTR_DEV_FEATURES); in octep_vdpa_setup_task()
/linux/drivers/vdpa/mlx5/net/ !
H A Dmlx5_vnet.c4113 mgtdev->mgtdev.config_attr_mask = BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MACADDR) | in mlx5v_probe()