diff options
| author | Tony Nguyen <[email protected]> | 2020-01-17 15:39:15 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2020-01-26 05:38:32 +0000 |
| commit | 43dbfc7bb8f0bd79a98f3fd628266a853d4bae61 (patch) | |
| tree | f2bf5ef49e6713775a30219ede669d71b000bd56 /drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | |
| parent | ice: Populate TCAM filter software structures (diff) | |
| download | kernel-43dbfc7bb8f0bd79a98f3fd628266a853d4bae61.tar.gz kernel-43dbfc7bb8f0bd79a98f3fd628266a853d4bae61.zip | |
ice: Enable writing filtering tables
Write the hardware tables based on the populated software structures.
Signed-off-by: Tony Nguyen <[email protected]>
Signed-off-by: Henry Tieman <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_adminq_cmd.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h index 9967973a7c42..4459bc564b11 100644 --- a/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h +++ b/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h @@ -1856,6 +1856,7 @@ enum ice_adminq_opc { /* package commands */ ice_aqc_opc_download_pkg = 0x0C40, + ice_aqc_opc_update_pkg = 0x0C42, ice_aqc_opc_get_pkg_info_list = 0x0C43, /* debug commands */ |
