diff options
author | Shahed Shaikh <shahed.shaikh@qlogic.com> | 2013-06-22 04:12:03 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-23 21:29:58 -0400 |
commit | 9baf1aa9c4c7a7fe52886634c3646fabaa48aa39 (patch) | |
tree | b9736fd8ecb35de462246ac68080cd330f60242d /drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | |
parent | 2c4a787847c243b725a7bac510d3ebaa35c90fab (diff) |
qlcnic: Add support for PEX DMA method to read memory section of adapter dump
This patch adds support to read memory section of adapter
dump using PEX DMA method. This method significantly improves
total adapter dump collection time.
Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qlcnic/qlcnic.h')
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h index 28a12765794d..cc2c2c13f6a0 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | |||
@@ -393,6 +393,9 @@ struct qlcnic_fw_dump { | |||
393 | u32 size; /* total size of the dump */ | 393 | u32 size; /* total size of the dump */ |
394 | void *data; /* dump data area */ | 394 | void *data; /* dump data area */ |
395 | struct qlcnic_dump_template_hdr *tmpl_hdr; | 395 | struct qlcnic_dump_template_hdr *tmpl_hdr; |
396 | dma_addr_t phys_addr; | ||
397 | void *dma_buffer; | ||
398 | bool use_pex_dma; | ||
396 | }; | 399 | }; |
397 | 400 | ||
398 | /* | 401 | /* |