Lines Matching refs:mlx5_core_dev
66 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport);
67 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,
69 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev,
71 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr);
72 int mlx5_query_nic_vport_min_inline(struct mlx5_core_dev *mdev,
74 void mlx5_query_min_inline(struct mlx5_core_dev *mdev, u8 *min_inline);
75 int mlx5_modify_nic_vport_min_inline(struct mlx5_core_dev *mdev,
77 int mlx5_modify_nic_vport_mac_address(struct mlx5_core_dev *dev,
79 int mlx5_query_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 *mtu);
80 int mlx5_modify_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 mtu);
81 int mlx5_query_nic_vport_system_image_guid(struct mlx5_core_dev *mdev,
83 int mlx5_query_nic_vport_node_guid(struct mlx5_core_dev *mdev, u64 *node_guid);
84 int mlx5_modify_nic_vport_node_guid(struct mlx5_core_dev *mdev,
86 int mlx5_query_nic_vport_qkey_viol_cntr(struct mlx5_core_dev *mdev,
88 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport,
91 int mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport,
94 int mlx5_query_hca_vport_context(struct mlx5_core_dev *dev,
98 int mlx5_query_hca_vport_system_image_guid(struct mlx5_core_dev *dev,
100 int mlx5_query_hca_vport_node_guid(struct mlx5_core_dev *dev,
102 int mlx5_query_nic_vport_mac_list(struct mlx5_core_dev *dev,
107 int mlx5_modify_nic_vport_mac_list(struct mlx5_core_dev *dev,
111 int mlx5_query_nic_vport_promisc(struct mlx5_core_dev *mdev,
116 int mlx5_modify_nic_vport_promisc(struct mlx5_core_dev *mdev,
120 int mlx5_modify_nic_vport_vlans(struct mlx5_core_dev *dev,
124 int mlx5_nic_vport_enable_roce(struct mlx5_core_dev *mdev);
125 int mlx5_nic_vport_disable_roce(struct mlx5_core_dev *mdev);
126 int mlx5_query_vport_down_stats(struct mlx5_core_dev *mdev, u16 vport,
129 int mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport,
132 int mlx5_core_modify_hca_vport_context(struct mlx5_core_dev *dev,
136 int mlx5_nic_vport_update_local_lb(struct mlx5_core_dev *mdev, bool enable);
137 int mlx5_nic_vport_query_local_lb(struct mlx5_core_dev *mdev, bool *status);
139 int mlx5_nic_vport_affiliate_multiport(struct mlx5_core_dev *master_mdev,
140 struct mlx5_core_dev *port_mdev);
141 int mlx5_nic_vport_unaffiliate_multiport(struct mlx5_core_dev *port_mdev);
143 u64 mlx5_query_nic_system_image_guid(struct mlx5_core_dev *mdev);