crypto: hisilicon/zip - remove some useless parameters
1.Remove the macro 'HZIP_VF_NUM'. 2.Remove 'list' of the struct 'hisi_zip' Signed-off-by: Yang Shen <shenyang39@huawei.com> Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
3faf757bad
commit
70af3e7e0c
|
@ -39,7 +39,6 @@ struct hisi_zip_ctrl;
|
|||
|
||||
struct hisi_zip {
|
||||
struct hisi_qm qm;
|
||||
struct list_head list;
|
||||
struct hisi_zip_ctrl *ctrl;
|
||||
struct hisi_zip_dfx dfx;
|
||||
};
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#define PCI_DEVICE_ID_ZIP_PF 0xa250
|
||||
#define PCI_DEVICE_ID_ZIP_VF 0xa251
|
||||
|
||||
#define HZIP_VF_NUM 63
|
||||
#define HZIP_QUEUE_NUM_V1 4096
|
||||
#define HZIP_QUEUE_NUM_V2 1024
|
||||
|
||||
|
|
Loading…
Reference in New Issue