Searched refs:add_config (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/vdpa/pds/ |
H A D | vdpa_dev.c | 606 const struct vdpa_dev_set_config *add_config) in pds_vdpa_dev_add() argument 643 if (add_config->mask & BIT_ULL(VDPA_ATTR_DEV_FEATURES)) { in pds_vdpa_dev_add() 645 add_config->device_features & ~pdsv->supported_features; in pds_vdpa_dev_add() 653 pdsv->supported_features = add_config->device_features; in pds_vdpa_dev_add() 672 if (add_config->mask & (1 << VDPA_ATTR_DEV_NET_CFG_MAX_VQP)) in pds_vdpa_dev_add() 673 vq_pairs = add_config->net.max_vq_pairs; in pds_vdpa_dev_add() 699 if (add_config->mask & BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MACADDR)) { in pds_vdpa_dev_add() 700 ether_addr_copy(pdsv->mac, add_config->net.mac); in pds_vdpa_dev_add()
|
/openbmc/linux/drivers/vdpa/virtio_pci/ |
H A D | vp_vdpa.c | 471 const struct vdpa_dev_set_config *add_config) in vp_vdpa_dev_add() argument 498 if (add_config->mask & BIT_ULL(VDPA_ATTR_DEV_FEATURES)) { in vp_vdpa_dev_add() 499 if (add_config->device_features & ~device_features) { in vp_vdpa_dev_add() 504 device_features, add_config->device_features); in vp_vdpa_dev_add() 507 device_features = add_config->device_features; in vp_vdpa_dev_add()
|
/openbmc/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 3355 const struct vdpa_dev_set_config *add_config) in mlx5_vdpa_dev_add() argument 3373 if (add_config->mask & BIT_ULL(VDPA_ATTR_DEV_FEATURES)) { in mlx5_vdpa_dev_add() 3374 if (add_config->device_features & ~device_features) { in mlx5_vdpa_dev_add() 3377 add_config->device_features, device_features); in mlx5_vdpa_dev_add() 3380 device_features &= add_config->device_features; in mlx5_vdpa_dev_add() 3407 if (add_config->mask & BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MAX_VQP)) { in mlx5_vdpa_dev_add() 3408 if (add_config->net.max_vq_pairs > max_vqs / 2) in mlx5_vdpa_dev_add() 3410 max_vqs = min_t(u32, max_vqs, 2 * add_config->net.max_vq_pairs); in mlx5_vdpa_dev_add() 3436 if (add_config->mask & BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MTU)) { in mlx5_vdpa_dev_add() 3437 err = config_func_mtu(mdev, add_config->net.mtu); in mlx5_vdpa_dev_add() [all …]
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-single.c | 850 static void add_config(struct pcs_conf_vals **conf, enum pin_config_param param, in add_config() function 884 add_config(conf, param, value[0], 0, 0, value[1]); in pcs_add_conf2() 910 add_config(conf, param, value[0], value[1], value[2], value[3]); in pcs_add_conf4()
|
/openbmc/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-samsung.c | 140 static int add_config(struct device *dev, unsigned long **configs, in add_config() function 198 ret = add_config(dev, &configs, &num_configs, config); in samsung_dt_subnode_to_map()
|