summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h
diff options
context:
space:
mode:
authorRahul Lakkireddy2017-10-26 13:48:35 +0200
committerDavid S. Miller2017-10-27 16:48:29 +0200
commit28b445561fbac2e3c9886231b0a414336878e20f (patch)
tree5105927109a983b6008e459bc88cb1ae0ad9c47f /drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h
parentcxgb4: collect CIM queue configuration dump (diff)
downloadkernel-qcow2-linux-28b445561fbac2e3c9886231b0a414336878e20f.tar.gz
kernel-qcow2-linux-28b445561fbac2e3c9886231b0a414336878e20f.tar.xz
kernel-qcow2-linux-28b445561fbac2e3c9886231b0a414336878e20f.zip
cxgb4: collect RSS dumps
Collect RSS table and RSS VF configuration dumps. Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h b/drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h
index ab15c3dfa04e..b24175b2bb3c 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h
@@ -42,6 +42,11 @@ struct cudbg_cim_qcfg {
u32 stat[4 * (CIM_NUM_IBQ + CIM_NUM_OBQ_T5)];
};
+struct cudbg_rss_vf_conf {
+ u32 rss_vf_vfl;
+ u32 rss_vf_vfh;
+};
+
struct ireg_field {
u32 ireg_addr;
u32 ireg_data;