summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
diff options
context:
space:
mode:
authorRaju Rangoju <rajur@chelsio.com>2018-03-20 15:41:39 +0530
committerDavid S. Miller <davem@davemloft.net>2018-03-22 11:59:11 -0400
commite47094751ddc117c686c399af9810d57367922c9 (patch)
treeedeb54255a8716bf4fedbbbe49aab4fc5612816c /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
parenta3cdaa69e4aefd5858af1c4e763b57e0d88ed31e (diff)
downloadop-kernel-dev-e47094751ddc117c686c399af9810d57367922c9.zip
op-kernel-dev-e47094751ddc117c686c399af9810d57367922c9.tar.gz
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 a5c0a64..6ce5c0d 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
OpenPOWER on IntegriCloud