Searched refs:config_dev (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c2386 static int mlx4_CONFIG_DEV_set(struct mlx4_dev *dev, struct mlx4_config_dev *config_dev) argument
2395 memcpy(mailbox->buf, config_dev, sizeof(*config_dev));
2404 static int mlx4_CONFIG_DEV_get(struct mlx4_dev *dev, struct mlx4_config_dev *config_dev) argument
2417 memcpy(config_dev, mailbox->buf, sizeof(*config_dev));
2440 struct mlx4_config_dev config_dev = {0}; local
2451 err = mlx4_CONFIG_DEV_get(dev, &config_dev);
2455 csum_mask = (config_dev.rx_checksum_val >> CONFIG_DEV_RX_CSUM_MODE_PORT1_BIT_OFFSET) &
2462 csum_mask = (config_dev
2477 struct mlx4_config_dev config_dev; local
2490 struct mlx4_config_dev config_dev; local
2503 struct mlx4_config_dev config_dev; local
[all...]

Completed in 102 milliseconds