Searched refs:mlx5_query_nic_vport_mac_address (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mlx5/ |
H A D | vport.h | 82 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev,
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_eswitch.c | 574 mlx5_query_nic_vport_mac_address(dev, vport->vport, mac); in esw_vport_change_handler() 1229 mlx5_query_nic_vport_mac_address(esw->dev, vport, ivi->mac); in mlx5_eswitch_set_vport_state()
|
H A D | mlx5_vport.c | 272 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev, in mlx5_query_nic_vport_mac_address() function 297 EXPORT_SYMBOL_GPL(mlx5_query_nic_vport_mac_address);
|
/freebsd/sys/dev/mlx5/mlx5_fpga/ |
H A D | mlx5fpga_conn.c | 866 err = mlx5_query_nic_vport_mac_address(fdev->mdev, 0, remote_mac); in mlx5_fpga_conn_create()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 4640 mlx5_query_nic_vport_mac_address(priv->mdev, 0, dev_addr); in mlx5e_create_ifp()
|