Home
last modified time | relevance | path

Searched refs:MLX4_PORT_TYPE_ETH (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c250 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) in mlx4_en_remove()
323 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) in mlx4_en_probe()
351 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) { in mlx4_en_probe()
H A Dintf.c47 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) in is_eth_supported()
H A Dmain.c592 if (dev->caps.supported_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_dev_cap()
593 dev->caps.port_type[i] = MLX4_PORT_TYPE_ETH; in mlx4_dev_cap()
604 MLX4_PORT_TYPE_ETH : MLX4_PORT_TYPE_IB; in mlx4_dev_cap()
649 (port_type_array[1] == MLX4_PORT_TYPE_ETH)) { in mlx4_dev_cap()
1236 port_type = MLX4_PORT_TYPE_ETH; in set_port_type()
1293 if (mdev->caps.port_type[info->port] == MLX4_PORT_TYPE_ETH) in show_port_ib_mtu()
1311 if (mdev->caps.port_type[info->port] == MLX4_PORT_TYPE_ETH) { in set_port_ib_mtu()
2148 if (dev->caps.port_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_parav_master_pf_caps()
3068 mlx4_port_type = MLX4_PORT_TYPE_ETH; in mlx4_devlink_port_type_set()
3100 dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) in mlx4_init_port_info()
H A Dport.c176 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) in mlx4_need_mf_bond()
1218 if (dev->caps.port_type[i + 1] != MLX4_PORT_TYPE_ETH) in mlx4_reset_roce_gids()
1234 if (dev->caps.port_type[i + 1] != MLX4_PORT_TYPE_ETH) in mlx4_reset_roce_gids()
1573 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) in mlx4_SET_PORT()
H A Deq.c620 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) { in mlx4_eq_int()
657 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) in mlx4_eq_int()
H A Dfw.c657 if (dev->caps.port_type[gen_or_port] == MLX4_PORT_TYPE_ETH) { in mlx4_QUERY_FUNC_CAP()
1472 if (dev->caps.port_type[vhcr->in_modifier] == MLX4_PORT_TYPE_ETH) in mlx4_QUERY_PORT_wrapper()
3105 dev->caps.port_type[i] == MLX4_PORT_TYPE_ETH) { in mlx4_replace_zero_macs()
H A Den_rx.c250 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) { in mlx4_en_set_num_rx_rings()
H A Den_netdev.c2918 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) { in mlx4_en_netdev_event()
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h414 MLX4_PORT_TYPE_ETH = 2, enumerator
1029 ((dev)->caps.port_mask[port] == MLX4_PORT_TYPE_ETH))
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c99 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) in check_flow_steering_support()
946 if (mdev->dev->caps.port_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_init_sl2vl_tbl()
1063 u8 is_eth = mdev->dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH; in mlx4_ib_modify_port()
H A Dmad.c529 u8 is_eth = dev->dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH; in mlx4_ib_send_to_slave()