Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c839 mgmt->config_attr_mask = BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MACADDR); in pds_vdpa_get_mgmt_info()
840 mgmt->config_attr_mask |= BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MAX_VQP); in pds_vdpa_get_mgmt_info()
841 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()
/openbmc/linux/include/linux/
H A Dvdpa.h564 u64 config_attr_mask; member
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c525 .config_attr_mask = (1 << VDPA_ATTR_DEV_NET_CFG_MACADDR |
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c672 if ((config.mask & mdev->config_attr_mask) != config.mask) { in vdpa_nl_cmd_dev_add_set_doit()
675 config.mask & ~mdev->config_attr_mask); in vdpa_nl_cmd_dev_add_set_doit()
/openbmc/linux/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c619 mgtdev->config_attr_mask = (1 << VDPA_ATTR_DEV_FEATURES); in vp_vdpa_probe()
/openbmc/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c821 ifcvf_mgmt_dev->mdev.config_attr_mask = (1 << VDPA_ATTR_DEV_FEATURES); in ifcvf_probe()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3580 mgtdev->mgtdev.config_attr_mask = BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MACADDR) | in mlx5v_probe()