Searched refs:other_vport (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/mlx5/ |
H A D | vport.h | 40 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, 43 int mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport, 47 u8 other_vport, u8 port_num,
|
H A D | mlx5_ifc.h | 2952 u8 other_vport[0x1]; member in struct:mlx5_ifc_query_vport_state_in_bits 3005 u8 other_vport[0x1]; member in struct:mlx5_ifc_query_vport_counter_in_bits 3364 u8 other_vport[0x1]; member in struct:mlx5_ifc_query_nic_vport_context_in_bits 3500 u8 other_vport[0x1]; member in struct:mlx5_ifc_query_hca_vport_pkey_in_bits 3530 u8 other_vport[0x1]; member in struct:mlx5_ifc_query_hca_vport_gid_in_bits 3557 u8 other_vport[0x1]; member in struct:mlx5_ifc_query_hca_vport_context_in_bits 4018 u8 other_vport[0x1]; member in struct:mlx5_ifc_modify_vport_state_in_bits 4245 u8 other_vport[0x1]; member in struct:mlx5_ifc_modify_nic_vport_context_in_bits 4272 u8 other_vport[0x1]; member in struct:mlx5_ifc_modify_hca_vport_context_in_bits
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | vport.c | 88 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 other_vport, mlx5_query_hca_vport_gid() argument 125 if (other_vport) { mlx5_query_hca_vport_gid() 128 MLX5_SET(query_hca_vport_gid_in, in, other_vport, 1); mlx5_query_hca_vport_gid() 158 int mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport, mlx5_query_hca_vport_pkey() argument 194 if (other_vport) { mlx5_query_hca_vport_pkey() 197 MLX5_SET(query_hca_vport_pkey_in, in, other_vport, 1); mlx5_query_hca_vport_pkey() 228 u8 other_vport, u8 port_num, mlx5_query_hca_vport_context() 248 if (other_vport) { mlx5_query_hca_vport_context() 250 MLX5_SET(query_hca_vport_context_in, in, other_vport, 1); mlx5_query_hca_vport_context() 227 mlx5_query_hca_vport_context(struct mlx5_core_dev *dev, u8 other_vport, u8 port_num, u16 vf_num, struct mlx5_hca_vport_context *rep) mlx5_query_hca_vport_context() argument
|
H A D | en_main.c | 181 MLX5_SET(query_vport_counter_in, in, other_vport, 0); mlx5e_update_stats()
|
Completed in 243 milliseconds