]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/mlx5_core: Get vendor-id using the query adapter command
authorMajd Dibbiny <majd@mellanox.com>
Thu, 4 Jun 2015 16:30:42 +0000 (19:30 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 23:41:01 +0000 (16:41 -0700)
commit211e6c80e5a68ef39a81484583e8efbf9774627d
treefa9b92c0bc8868e81b4ba25d8138bf88e0192a9b
parent707c4602cda6624940761b66a4119f1909492385
net/mlx5_core: Get vendor-id using the query adapter command

Add two wrapper functions to the query adapter command:

1. mlx5_query_board_id -- replaces the old mlx5_cmd_query_adapter.

2. mlx5_core_query_vendor_id -- retrieves the vendor_id from the
   query_adapter command.

Signed-off-by: Majd Dibbiny <majd@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/fw.c
drivers/net/ethernet/mellanox/mlx5/core/main.c
drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h
include/linux/mlx5/driver.h
include/linux/mlx5/mlx5_ifc.h