net/ice/base: add function to configure Tx AQ command
authorQi Zhang <qi.z.zhang@intel.com>
Thu, 29 Aug 2019 02:36:28 +0000 (10:36 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:53 +0000 (15:00 +0200)
commitd1880ece7d116fe88fbe97ae49697a73f1973ae3
treee52ba779b43390aa5b9e1c5f381666b3a45677c0
parent5f9c3894669612df96952de481f6e7c9f67a3f82
net/ice/base: add function to configure Tx AQ command

This function is needed by the driver to move PSM leaf nodes to a new
parent.

Additionally, add struct ice_aqc_move_txqs to struct ice_aq_desc so
driver code can access it.

Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ice/base/ice_adminq_cmd.h
drivers/net/ice/base/ice_common.c
drivers/net/ice/base/ice_common.h