|
@@ -3777,14 +3777,16 @@ struct set_qdepth_thresh_params {
|
|
* struct config_ratemask_params - ratemask config parameters
|
|
* struct config_ratemask_params - ratemask config parameters
|
|
* @vdev_id: vdev id
|
|
* @vdev_id: vdev id
|
|
* @type: Type
|
|
* @type: Type
|
|
- * @lower32: Lower 32 bits
|
|
|
|
- * @higher32: Hogher 32 bits
|
|
|
|
|
|
+ * @lower32: Lower 32 bits in the 1st 64-bit value
|
|
|
|
+ * @higher32: Higher 32 bits in the 1st 64-bit value
|
|
|
|
+ * @lower32_2: Lower 32 bits in the 2nd 64-bit value
|
|
*/
|
|
*/
|
|
struct config_ratemask_params {
|
|
struct config_ratemask_params {
|
|
uint8_t vdev_id;
|
|
uint8_t vdev_id;
|
|
uint8_t type;
|
|
uint8_t type;
|
|
uint32_t lower32;
|
|
uint32_t lower32;
|
|
uint32_t higher32;
|
|
uint32_t higher32;
|
|
|
|
+ uint32_t lower32_2;
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|