]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Refactor ice_aqc_link_topo_addr
authorMaciej Machnikowski <maciej.machnikowski@intel.com>
Mon, 30 Aug 2021 12:26:14 +0000 (14:26 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 14 Oct 2021 14:37:30 +0000 (07:37 -0700)
commit3af9cb71a3a2c89508c9c3a7f69cbf0d70b0242f
treeedff125e498533d6bbe6f42a0230a12fad1030a3
parentd2d1bf3882bd49d03f3dc6a42bf1332966005474
ice: Refactor ice_aqc_link_topo_addr

Separate link topo parameters in struct ice_aqc_link_topo_addr into
new struct ice_aqc_link_topo_params.
This keeps input parameters for the get_link_topo command in a separate
structure and is required by future commands that operate only on link
topo params without the node handle.

Signed-off-by: Maciej Machnikowski <maciej.machnikowski@intel.com>
Tested-by: Sunitha Mekala <sunithax.d.mekala@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_adminq_cmd.h
drivers/net/ethernet/intel/ice/ice_common.c