bus/pci: fix Windows kernel driver categories
[dpdk.git] / drivers / net / bnxt / tf_core / tf_device.h
index cf7c36e..d0c4ec8 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2019-2020 Broadcom
+ * Copyright(c) 2019-2021 Broadcom
  * All rights reserved.
  */
 
@@ -579,8 +579,11 @@ struct tf_dev_ops {
         * [in] tfp
         *   Pointer to TF handle
         *
-        * [in] parms
-        *   Pointer to table scope map parameters
+        * [in] pf
+        * PF associated with the table scope
+        *
+        * [in] parif_bitmask
+        * Bitmask of PARIFs to enable
         *
         * [in/out] pointer to the parif_2_pf data to be updated
         *
@@ -593,7 +596,8 @@ struct tf_dev_ops {
         *    -EINVAL - Error
         */
        int (*tf_dev_map_parif)(struct tf *tfp,
-                               struct tf_map_tbl_scope_parms *parms,
+                               uint16_t parif_bitmask,
+                               uint16_t pf,
                                uint8_t *data,
                                uint8_t *mask,
                                uint16_t sz_in_bytes);