Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c2426 static int mlx4_CONFIG_DEV_set(struct mlx4_dev *dev, struct mlx4_config_dev *config_dev) in mlx4_CONFIG_DEV_set() argument
2435 memcpy(mailbox->buf, config_dev, sizeof(*config_dev)); in mlx4_CONFIG_DEV_set()
2444 static int mlx4_CONFIG_DEV_get(struct mlx4_dev *dev, struct mlx4_config_dev *config_dev) in mlx4_CONFIG_DEV_get() argument
2457 memcpy(config_dev, mailbox->buf, sizeof(*config_dev)); in mlx4_CONFIG_DEV_get()
2480 struct mlx4_config_dev config_dev = {0}; in mlx4_config_dev_retrieval() local
2491 err = mlx4_CONFIG_DEV_get(dev, &config_dev); in mlx4_config_dev_retrieval()
2495 csum_mask = (config_dev.rx_checksum_val >> CONFIG_DEV_RX_CSUM_MODE_PORT1_BIT_OFFSET) & in mlx4_config_dev_retrieval()
2502 csum_mask = (config_dev in mlx4_config_dev_retrieval()
2517 struct mlx4_config_dev config_dev; mlx4_config_vxlan_port() local
2530 struct mlx4_config_dev config_dev; mlx4_disable_rx_port_check() local
2543 struct mlx4_config_dev config_dev; mlx4_config_roce_v2_port() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c2426 static int mlx4_CONFIG_DEV_set(struct mlx4_dev *dev, struct mlx4_config_dev *config_dev) in mlx4_CONFIG_DEV_set() argument
2435 memcpy(mailbox->buf, config_dev, sizeof(*config_dev)); in mlx4_CONFIG_DEV_set()
2444 static int mlx4_CONFIG_DEV_get(struct mlx4_dev *dev, struct mlx4_config_dev *config_dev) in mlx4_CONFIG_DEV_get() argument
2457 memcpy(config_dev, mailbox->buf, sizeof(*config_dev)); in mlx4_CONFIG_DEV_get()
2480 struct mlx4_config_dev config_dev = {0}; in mlx4_config_dev_retrieval() local
2491 err = mlx4_CONFIG_DEV_get(dev, &config_dev); in mlx4_config_dev_retrieval()
2495 csum_mask = (config_dev.rx_checksum_val >> CONFIG_DEV_RX_CSUM_MODE_PORT1_BIT_OFFSET) & in mlx4_config_dev_retrieval()
2502 csum_mask = (config_dev in mlx4_config_dev_retrieval()
2517 struct mlx4_config_dev config_dev; mlx4_config_vxlan_port() local
2530 struct mlx4_config_dev config_dev; mlx4_disable_rx_port_check() local
2543 struct mlx4_config_dev config_dev; mlx4_config_roce_v2_port() local
[all...]

Completed in 9 milliseconds