diff options
| author | Martin Wilck <[email protected]> | 2019-08-14 13:28:29 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-08-19 21:51:00 -0400 |
| commit | 3cf92f4bfccbb3e378cd86dc46e09c2bc18cda26 (patch) | |
| tree | 09e2ef6de28e504f0382a161e5c4e65a15a9d33c /tools | |
| parent | edbd56472a636ab396f5ee6783e8438fa725a6ee (diff) | |
scsi: qla2xxx: cleanup trace buffer initialization
Avoid code duplication between qla2x00_alloc_offload_mem() and
qla2x00_alloc_fw_dump() by moving the FCE and EFT buffer allocation and
initialization to separate functions. Cleanly track failure and success by
making sure that the ha->eft, ha->fce and respective eft_dma, fce_dma
members are set if and only if the buffers are properly allocated and
initialized. Avoid pointless buffer reallocation. Eliminate some goto
statements. Make sure the fce_enabled flag is cleared when the FCE buffer
is freed.
Fixes: ad0a0b01f088 ("scsi: qla2xxx: Fix Firmware dump size for Extended login and Exchange Offload")
Fixes: a28d9e4ef997 ("scsi: qla2xxx: Add support for multiple fwdump templates/segments")
Cc: Joe Carnuccio <[email protected]>
Cc: Quinn Tran <[email protected]>
Cc: Himanshu Madhani <[email protected]>
Cc: Bart Van Assche <[email protected]>
Signed-off-by: Martin Wilck <[email protected]>
Tested-by: Himanshu Madhani <[email protected]>
Reviewed-by: Himanshu Madhani <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions