aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h
diff options
context:
space:
mode:
authorGravatar Aviad Krawczyk <aviad.krawczyk@huawei.com> 2017-08-21 23:56:00 +0800
committerGravatar David S. Miller <davem@davemloft.net> 2017-08-22 10:48:53 -0700
commitd0b9805e8222e86378c04d6bab366181b707631e (patch)
tree27320c3b906b4a687d365b8e344598cf78b9fcd0 /drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h
parentnet-next/hinic: Set qp context (diff)
downloadlinux-d0b9805e8222e86378c04d6bab366181b707631e.tar.gz
linux-d0b9805e8222e86378c04d6bab366181b707631e.tar.bz2
linux-d0b9805e8222e86378c04d6bab366181b707631e.zip
net-next/hinic: Initialize cmdq
Create the work queues for cmdq and update the nic about the work queue contexts. cmdq commands are used for updating the nic about the qp contexts. Signed-off-by: Aviad Krawczyk <aviad.krawczyk@huawei.com> Signed-off-by: Zhao Chen <zhaochen6@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h')
-rw-r--r--drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h b/drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h
index 7f50b2f6cc22..ca584c05d30e 100644
--- a/drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h
+++ b/drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h
@@ -106,6 +106,8 @@
#define HINIC_EQ_PAGE_SIZE SZ_4K
+#define HINIC_CEQ_ID_CMDQ 0
+
enum hinic_eq_type {
HINIC_AEQ,
};