Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c154 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) in mlx4_en_remove()
173 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) { in mlx4_en_activate()
230 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) in mlx4_en_add()
H A Dmlx4_en_rx.c328 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) { in mlx4_en_set_num_rx_rings()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c479 if (dev->caps.supported_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_dev_cap()
480 dev->caps.port_type[i] = MLX4_PORT_TYPE_ETH; in mlx4_dev_cap()
491 MLX4_PORT_TYPE_ETH : MLX4_PORT_TYPE_IB; in mlx4_dev_cap()
536 (port_type_array[1] == MLX4_PORT_TYPE_ETH)) { in mlx4_dev_cap()
1028 else if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) in mlx4_request_modules()
1183 port_type = MLX4_PORT_TYPE_ETH; in set_port_type()
1255 if (mdev->caps.port_type[info->port] == MLX4_PORT_TYPE_ETH) { in set_port_ib_mtu()
2040 if (dev->caps.port_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_parav_master_pf_caps()
H A Dmlx4_port.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()
1509 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) in mlx4_SET_PORT()
H A Dmlx4_eq.c608 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) { in mlx4_eq_int()
643 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH) in mlx4_eq_int()
H A Dmlx4_fw.c656 if (dev->caps.port_type[gen_or_port] == MLX4_PORT_TYPE_ETH) { in mlx4_QUERY_FUNC_CAP()
1454 if (dev->caps.port_type[vhcr->in_modifier] == MLX4_PORT_TYPE_ETH) in mlx4_QUERY_PORT_wrapper()
3054 dev->caps.port_type[i] == MLX4_PORT_TYPE_ETH) { in mlx4_replace_zero_macs()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c107 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) in check_flow_steering_support()
896 if (mdev->dev->caps.port_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_init_sl2vl_tbl()
1012 u8 is_eth = mdev->dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH; in mlx4_ib_modify_port()
H A Dmlx4_ib_mad.c500 u8 is_eth = dev->dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH; in mlx4_ib_send_to_slave()
/freebsd/sys/dev/mlx4/
H A Ddevice.h419 MLX4_PORT_TYPE_ETH = 2, enumerator