summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
diff options
context:
space:
mode:
authorRaju Rangoju2018-03-20 11:11:39 +0100
committerDavid S. Miller2018-03-22 16:59:11 +0100
commite47094751ddc117c686c399af9810d57367922c9 (patch)
treeedeb54255a8716bf4fedbbbe49aab4fc5612816c /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
parentcxgb4: Adds CPL support for Shared Receive Queues (diff)
downloadkernel-qcow2-linux-e47094751ddc117c686c399af9810d57367922c9.tar.gz
kernel-qcow2-linux-e47094751ddc117c686c399af9810d57367922c9.tar.xz
kernel-qcow2-linux-e47094751ddc117c686c399af9810d57367922c9.zip
cxgb4: Add support to initialise/read SRQ entries
- This patch adds support to initialise srq table and read srq entries Signed-off-by: Raju Rangoju <rajur@chelsio.com> Reviewed-by: Steve Wise <swise@opengridcomputing.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/cxgb4.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
index a5c0a649f3c7..6ce5c0d39d59 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
@@ -960,6 +960,8 @@ struct adapter {
/* HMA */
struct hma_data hma;
+
+ struct srq_data *srq;
};
/* Support for "sched-class" command to allow a TX Scheduling Class to be