Lines Matching refs:mlx5_core_dev

45 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport);
46 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,
48 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev,
50 int mlx5_query_nic_vport_min_inline(struct mlx5_core_dev *mdev,
52 void mlx5_query_min_inline(struct mlx5_core_dev *mdev, u8 *min_inline);
53 int mlx5_modify_nic_vport_min_inline(struct mlx5_core_dev *mdev,
55 int mlx5_modify_nic_vport_mac_address(struct mlx5_core_dev *dev,
57 int mlx5_query_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 *mtu);
58 int mlx5_modify_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 mtu);
59 int mlx5_query_nic_vport_system_image_guid(struct mlx5_core_dev *mdev,
61 int mlx5_query_nic_vport_node_guid(struct mlx5_core_dev *mdev, u64 *node_guid);
62 int mlx5_modify_nic_vport_node_guid(struct mlx5_core_dev *mdev,
64 int mlx5_query_nic_vport_qkey_viol_cntr(struct mlx5_core_dev *mdev,
66 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport,
69 int mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport,
72 int mlx5_query_hca_vport_context(struct mlx5_core_dev *dev,
76 int mlx5_query_hca_vport_system_image_guid(struct mlx5_core_dev *dev,
78 int mlx5_query_hca_vport_node_guid(struct mlx5_core_dev *dev,
80 int mlx5_query_nic_vport_mac_list(struct mlx5_core_dev *dev,
85 int mlx5_modify_nic_vport_mac_list(struct mlx5_core_dev *dev,
89 int mlx5_query_nic_vport_promisc(struct mlx5_core_dev *mdev,
94 int mlx5_modify_nic_vport_promisc(struct mlx5_core_dev *mdev,
98 int mlx5_query_nic_vport_vlans(struct mlx5_core_dev *dev,
102 int mlx5_modify_nic_vport_vlans(struct mlx5_core_dev *dev,
106 int mlx5_nic_vport_enable_roce(struct mlx5_core_dev *mdev);
107 int mlx5_nic_vport_disable_roce(struct mlx5_core_dev *mdev);
108 int mlx5_query_vport_down_stats(struct mlx5_core_dev *mdev, u16 vport,
111 int mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport,
114 int mlx5_core_modify_hca_vport_context(struct mlx5_core_dev *dev,
118 int mlx5_nic_vport_update_local_lb(struct mlx5_core_dev *mdev, bool enable);
119 int mlx5_nic_vport_query_local_lb(struct mlx5_core_dev *mdev, bool *status);
121 int mlx5_nic_vport_affiliate_multiport(struct mlx5_core_dev *master_mdev,
122 struct mlx5_core_dev *port_mdev);
123 int mlx5_nic_vport_unaffiliate_multiport(struct mlx5_core_dev *port_mdev);