mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 23:36:45 +07:00
[SCSI] qla2xxx: Set the size of the host buffer used to fetch DCBX and XGMAC parameters to 4K.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
29c5397fc1
commit
b5d0329f42
@ -2440,11 +2440,11 @@ struct qla_hw_data {
|
||||
dma_addr_t edc_data_dma;
|
||||
uint16_t edc_data_len;
|
||||
|
||||
#define XGMAC_DATA_SIZE PAGE_SIZE
|
||||
#define XGMAC_DATA_SIZE 4096
|
||||
void *xgmac_data;
|
||||
dma_addr_t xgmac_data_dma;
|
||||
|
||||
#define DCBX_TLV_DATA_SIZE PAGE_SIZE
|
||||
#define DCBX_TLV_DATA_SIZE 4096
|
||||
void *dcbx_tlv;
|
||||
dma_addr_t dcbx_tlv_dma;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user