Searched refs:tbsz (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c548 int tbsz; local
553 tbsz = mlx5_get_gid_table_len(MLX5_CAP_GEN(dev, gid_table_size));
555 vf_num, gid_index, tbsz);
557 if (gid_index > tbsz && gid_index != 0xffff)
561 nout = tbsz;
615 int tbsz; local
621 tbsz = mlx5_to_sw_pkey_sz(MLX5_CAP_GEN(dev, pkey_table_size));
622 if (pkey_index > tbsz && pkey_index != 0xffff)
626 nout = tbsz;

Completed in 170 milliseconds