aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/sfc_dp_tx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/sfc_dp_tx.h')
-rw-r--r--drivers/net/sfc/sfc_dp_tx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/sfc/sfc_dp_tx.h b/drivers/net/sfc/sfc_dp_tx.h
index 0c1aad90..a075612c 100644
--- a/drivers/net/sfc/sfc_dp_tx.h
+++ b/drivers/net/sfc/sfc_dp_tx.h
@@ -57,6 +57,8 @@ struct sfc_dp_tx_qcreate_info {
unsigned int hw_index;
/** Virtual address of the memory-mapped BAR to push Tx doorbell */
volatile void *mem_bar;
+ /** VI window size shift */
+ unsigned int vi_window_shift;
};
/**