blob: 3508c00458f407101cda09d5ad9c047eff1f1932 [file] [log] [blame]
Christof Schmitt2b604c92008-03-31 11:15:28 +02001/*
Swen Schilliga54ca0f2010-12-02 15:16:14 +01002 * zfcp device driver
3 * debug feature declarations
Christof Schmitt2b604c92008-03-31 11:15:28 +02004 *
Steffen Maier9fe5d2b2017-07-28 12:30:54 +02005 * Copyright IBM Corp. 2008, 2017
Christof Schmitt2b604c92008-03-31 11:15:28 +02006 */
7
8#ifndef ZFCP_DBF_H
9#define ZFCP_DBF_H
10
Christof Schmitt4318e082009-11-24 16:54:08 +010011#include <scsi/fc/fc_fcp.h>
Christof Schmittdcd20e22009-08-18 15:43:08 +020012#include "zfcp_ext.h"
Christof Schmitt2b604c92008-03-31 11:15:28 +020013#include "zfcp_fsf.h"
Christof Schmittdcd20e22009-08-18 15:43:08 +020014#include "zfcp_def.h"
Christof Schmitt2b604c92008-03-31 11:15:28 +020015
Swen Schilligae0904f2010-12-02 15:16:12 +010016#define ZFCP_DBF_TAG_LEN 7
Christof Schmitt2b604c92008-03-31 11:15:28 +020017
Christof Schmittd21e9da2010-02-17 11:18:54 +010018#define ZFCP_DBF_INVALID_LUN 0xFFFFFFFFFFFFFFFFull
19
Steffen Maier4eeaa4f2016-08-10 18:30:46 +020020enum zfcp_dbf_pseudo_erp_act_type {
21 ZFCP_PSEUDO_ERP_ACTION_RPORT_ADD = 0xff,
22 ZFCP_PSEUDO_ERP_ACTION_RPORT_DEL = 0xfe,
23};
24
Swen Schilligae0904f2010-12-02 15:16:12 +010025/**
26 * struct zfcp_dbf_rec_trigger - trace record for triggered recovery action
27 * @ready: number of ready recovery actions
28 * @running: number of running recovery actions
29 * @want: wanted recovery action
30 * @need: needed recovery action
31 */
32struct zfcp_dbf_rec_trigger {
Christof Schmitt2b604c92008-03-31 11:15:28 +020033 u32 ready;
34 u32 running;
Christof Schmitt2b604c92008-03-31 11:15:28 +020035 u8 want;
36 u8 need;
Swen Schilligae0904f2010-12-02 15:16:12 +010037} __packed;
38
39/**
40 * struct zfcp_dbf_rec_running - trace record for running recovery
41 * @fsf_req_id: request id for fsf requests
42 * @rec_status: status of the fsf request
43 * @rec_step: current step of the recovery action
44 * rec_count: recovery counter
45 */
46struct zfcp_dbf_rec_running {
47 u64 fsf_req_id;
48 u32 rec_status;
49 u16 rec_step;
50 u8 rec_action;
51 u8 rec_count;
52} __packed;
53
54/**
55 * enum zfcp_dbf_rec_id - recovery trace record id
56 * @ZFCP_DBF_REC_TRIG: triggered recovery identifier
57 * @ZFCP_DBF_REC_RUN: running recovery identifier
58 */
59enum zfcp_dbf_rec_id {
60 ZFCP_DBF_REC_TRIG = 1,
61 ZFCP_DBF_REC_RUN = 2,
Martin Peschke73378912008-05-19 12:17:46 +020062};
Christof Schmitt2b604c92008-03-31 11:15:28 +020063
Swen Schilligae0904f2010-12-02 15:16:12 +010064/**
65 * struct zfcp_dbf_rec - trace record for error recovery actions
66 * @id: unique number of recovery record type
67 * @tag: identifier string specifying the location of initiation
68 * @lun: logical unit number
69 * @wwpn: word wide port number
70 * @d_id: destination ID
71 * @adapter_status: current status of the adapter
72 * @port_status: current status of the port
73 * @lun_status: current status of the lun
74 * @u.trig: structure zfcp_dbf_rec_trigger
75 * @u.run: structure zfcp_dbf_rec_running
76 */
77struct zfcp_dbf_rec {
Christof Schmitt2b604c92008-03-31 11:15:28 +020078 u8 id;
Swen Schilligae0904f2010-12-02 15:16:12 +010079 char tag[ZFCP_DBF_TAG_LEN];
80 u64 lun;
81 u64 wwpn;
82 u32 d_id;
83 u32 adapter_status;
84 u32 port_status;
85 u32 lun_status;
Christof Schmitt2b604c92008-03-31 11:15:28 +020086 union {
Swen Schilligae0904f2010-12-02 15:16:12 +010087 struct zfcp_dbf_rec_trigger trig;
88 struct zfcp_dbf_rec_running run;
Christof Schmitt2b604c92008-03-31 11:15:28 +020089 } u;
Swen Schilligae0904f2010-12-02 15:16:12 +010090} __packed;
Christof Schmitt2b604c92008-03-31 11:15:28 +020091
Swen Schillig2c55b752010-12-02 15:16:13 +010092/**
93 * enum zfcp_dbf_san_id - SAN trace record identifier
94 * @ZFCP_DBF_SAN_REQ: request trace record id
95 * @ZFCP_DBF_SAN_RES: response trace record id
96 * @ZFCP_DBF_SAN_ELS: extended link service record id
97 */
98enum zfcp_dbf_san_id {
99 ZFCP_DBF_SAN_REQ = 1,
100 ZFCP_DBF_SAN_RES = 2,
101 ZFCP_DBF_SAN_ELS = 3,
102};
103
104/** struct zfcp_dbf_san - trace record for SAN requests and responses
105 * @id: unique number of recovery record type
106 * @tag: identifier string specifying the location of initiation
107 * @fsf_req_id: request id for fsf requests
108 * @payload: unformatted information related to request/response
109 * @d_id: destination id
110 */
111struct zfcp_dbf_san {
112 u8 id;
113 char tag[ZFCP_DBF_TAG_LEN];
114 u64 fsf_req_id;
115 u32 d_id;
116#define ZFCP_DBF_SAN_MAX_PAYLOAD (FC_CT_HDR_LEN + 32)
117 char payload[ZFCP_DBF_SAN_MAX_PAYLOAD];
Steffen Maieraceeffb2016-08-10 18:30:53 +0200118 u16 pl_len;
Swen Schillig2c55b752010-12-02 15:16:13 +0100119} __packed;
120
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100121/**
122 * struct zfcp_dbf_hba_res - trace record for hba responses
123 * @req_issued: timestamp when request was issued
124 * @prot_status: protocol status
125 * @prot_status_qual: protocol status qualifier
126 * @fsf_status: fsf status
127 * @fsf_status_qual: fsf status qualifier
128 */
129struct zfcp_dbf_hba_res {
130 u64 req_issued;
131 u32 prot_status;
132 u8 prot_status_qual[FSF_PROT_STATUS_QUAL_SIZE];
Christof Schmitt2b604c92008-03-31 11:15:28 +0200133 u32 fsf_status;
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100134 u8 fsf_status_qual[FSF_STATUS_QUALIFIER_SIZE];
Steffen Maier7c964ff2016-08-10 18:30:50 +0200135 u32 port_handle;
136 u32 lun_handle;
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100137} __packed;
Christof Schmitt2b604c92008-03-31 11:15:28 +0200138
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100139/**
140 * struct zfcp_dbf_hba_uss - trace record for unsolicited status
141 * @status_type: type of unsolicited status
142 * @status_subtype: subtype of unsolicited status
143 * @d_id: destination ID
144 * @lun: logical unit number
145 * @queue_designator: queue designator
146 */
147struct zfcp_dbf_hba_uss {
Christof Schmitt2b604c92008-03-31 11:15:28 +0200148 u32 status_type;
149 u32 status_subtype;
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100150 u32 d_id;
151 u64 lun;
152 u64 queue_designator;
153} __packed;
Christof Schmitt2b604c92008-03-31 11:15:28 +0200154
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100155/**
156 * enum zfcp_dbf_hba_id - HBA trace record identifier
157 * @ZFCP_DBF_HBA_RES: response trace record
158 * @ZFCP_DBF_HBA_USS: unsolicited status trace record
159 * @ZFCP_DBF_HBA_BIT: bit error trace record
160 */
161enum zfcp_dbf_hba_id {
162 ZFCP_DBF_HBA_RES = 1,
163 ZFCP_DBF_HBA_USS = 2,
164 ZFCP_DBF_HBA_BIT = 3,
Steffen Maiercb4521492012-09-04 15:23:32 +0200165 ZFCP_DBF_HBA_BASIC = 4,
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100166};
Christof Schmitt2b604c92008-03-31 11:15:28 +0200167
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100168/**
169 * struct zfcp_dbf_hba - common trace record for HBA records
170 * @id: unique number of recovery record type
171 * @tag: identifier string specifying the location of initiation
172 * @fsf_req_id: request id for fsf requests
173 * @fsf_req_status: status of fsf request
174 * @fsf_cmd: fsf command
175 * @fsf_seq_no: fsf sequence number
176 * @pl_len: length of payload stored as zfcp_dbf_pay
177 * @u: record type specific data
178 */
179struct zfcp_dbf_hba {
180 u8 id;
181 char tag[ZFCP_DBF_TAG_LEN];
182 u64 fsf_req_id;
183 u32 fsf_req_status;
184 u32 fsf_cmd;
185 u32 fsf_seq_no;
186 u16 pl_len;
Christof Schmitt2b604c92008-03-31 11:15:28 +0200187 union {
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100188 struct zfcp_dbf_hba_res res;
189 struct zfcp_dbf_hba_uss uss;
190 struct fsf_bit_error_payload be;
Martin Peschke6bc473d2008-03-31 11:15:29 +0200191 } u;
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100192} __packed;
193
194/**
Swen Schillig250a1352010-12-02 15:16:15 +0100195 * enum zfcp_dbf_scsi_id - scsi trace record identifier
196 * @ZFCP_DBF_SCSI_CMND: scsi command trace record
197 */
198enum zfcp_dbf_scsi_id {
199 ZFCP_DBF_SCSI_CMND = 1,
200};
201
202/**
203 * struct zfcp_dbf_scsi - common trace record for SCSI records
204 * @id: unique number of recovery record type
205 * @tag: identifier string specifying the location of initiation
206 * @scsi_id: scsi device id
Steffen Maier5d4a3d02017-07-28 12:30:58 +0200207 * @scsi_lun: scsi device logical unit number, low part of 64 bit, old 32 bit
Swen Schillig250a1352010-12-02 15:16:15 +0100208 * @scsi_result: scsi result
209 * @scsi_retries: current retry number of scsi request
210 * @scsi_allowed: allowed retries
Steffen Maier5b2fc2a2017-07-28 12:31:03 +0200211 * @fcp_rsp_info: FCP response info code
Swen Schillig250a1352010-12-02 15:16:15 +0100212 * @scsi_opcode: scsi opcode
213 * @fsf_req_id: request id of fsf request
214 * @host_scribble: LLD specific data attached to SCSI request
Steffen Maier5b2fc2a2017-07-28 12:31:03 +0200215 * @pl_len: length of payload stored as zfcp_dbf_pay
216 * @fcp_rsp: response for FCP request
Steffen Maier5d4a3d02017-07-28 12:30:58 +0200217 * @scsi_lun_64_hi: scsi device logical unit number, high part of 64 bit
Swen Schillig250a1352010-12-02 15:16:15 +0100218 */
219struct zfcp_dbf_scsi {
220 u8 id;
221 char tag[ZFCP_DBF_TAG_LEN];
222 u32 scsi_id;
223 u32 scsi_lun;
224 u32 scsi_result;
225 u8 scsi_retries;
226 u8 scsi_allowed;
227 u8 fcp_rsp_info;
228#define ZFCP_DBF_SCSI_OPCODE 16
229 u8 scsi_opcode[ZFCP_DBF_SCSI_OPCODE];
230 u64 fsf_req_id;
231 u64 host_scribble;
232 u16 pl_len;
233 struct fcp_resp_with_ext fcp_rsp;
Steffen Maier5d4a3d02017-07-28 12:30:58 +0200234 u32 scsi_lun_64_hi;
Swen Schillig250a1352010-12-02 15:16:15 +0100235} __packed;
236
237/**
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100238 * struct zfcp_dbf_pay - trace record for unformatted payload information
239 * @area: area this record is originated from
240 * @counter: ascending record number
241 * @fsf_req_id: request id of fsf request
242 * @data: unformatted data
243 */
244struct zfcp_dbf_pay {
Swen Schilligea4a3a62010-12-02 15:16:16 +0100245 u8 counter;
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100246 char area[ZFCP_DBF_TAG_LEN];
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100247 u64 fsf_req_id;
248#define ZFCP_DBF_PAY_MAX_REC 0x100
249 char data[ZFCP_DBF_PAY_MAX_REC];
250} __packed;
Christof Schmitt2b604c92008-03-31 11:15:28 +0200251
Swen Schilligea4a3a62010-12-02 15:16:16 +0100252/**
253 * struct zfcp_dbf - main dbf trace structure
254 * @pay: reference to payload trace area
255 * @rec: reference to recovery trace area
256 * @hba: reference to hba trace area
257 * @san: reference to san trace area
258 * @scsi: reference to scsi trace area
259 * @pay_lock: lock protecting payload trace buffer
260 * @rec_lock: lock protecting recovery trace buffer
261 * @hba_lock: lock protecting hba trace buffer
262 * @san_lock: lock protecting san trace buffer
263 * @scsi_lock: lock protecting scsi trace buffer
264 * @pay_buf: pre-allocated buffer for payload
265 * @rec_buf: pre-allocated buffer for recovery
266 * @hba_buf: pre-allocated buffer for hba
267 * @san_buf: pre-allocated buffer for san
268 * @scsi_buf: pre-allocated buffer for scsi
269 */
Christof Schmittd46f3842009-08-18 15:43:07 +0200270struct zfcp_dbf {
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100271 debug_info_t *pay;
Swen Schillig57717102009-08-18 15:43:21 +0200272 debug_info_t *rec;
273 debug_info_t *hba;
274 debug_info_t *san;
275 debug_info_t *scsi;
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100276 spinlock_t pay_lock;
Swen Schillig57717102009-08-18 15:43:21 +0200277 spinlock_t rec_lock;
278 spinlock_t hba_lock;
279 spinlock_t san_lock;
280 spinlock_t scsi_lock;
Swen Schilligea4a3a62010-12-02 15:16:16 +0100281 struct zfcp_dbf_pay pay_buf;
Swen Schilligae0904f2010-12-02 15:16:12 +0100282 struct zfcp_dbf_rec rec_buf;
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100283 struct zfcp_dbf_hba hba_buf;
Swen Schillig2c55b752010-12-02 15:16:13 +0100284 struct zfcp_dbf_san san_buf;
Swen Schillig250a1352010-12-02 15:16:15 +0100285 struct zfcp_dbf_scsi scsi_buf;
Christof Schmittd46f3842009-08-18 15:43:07 +0200286};
287
Steffen Maier56d23ed2016-12-09 17:16:32 +0100288/**
289 * zfcp_dbf_hba_fsf_resp_suppress - true if we should not trace by default
290 * @req: request that has been completed
291 *
292 * Returns true if FCP response with only benign residual under count.
293 */
294static inline
295bool zfcp_dbf_hba_fsf_resp_suppress(struct zfcp_fsf_req *req)
296{
297 struct fsf_qtcb *qtcb = req->qtcb;
298 u32 fsf_stat = qtcb->header.fsf_status;
299 struct fcp_resp *fcp_rsp;
300 u8 rsp_flags, fr_status;
301
302 if (qtcb->prefix.qtcb_type != FSF_IO_COMMAND)
303 return false; /* not an FCP response */
Steffen Maierdf00d7b2017-07-28 12:31:01 +0200304 fcp_rsp = &qtcb->bottom.io.fcp_rsp.iu.resp;
Steffen Maier56d23ed2016-12-09 17:16:32 +0100305 rsp_flags = fcp_rsp->fr_flags;
306 fr_status = fcp_rsp->fr_status;
307 return (fsf_stat == FSF_FCP_RSP_AVAILABLE) &&
308 (rsp_flags == FCP_RESID_UNDER) &&
309 (fr_status == SAM_STAT_GOOD);
310}
311
Christof Schmittdcd20e22009-08-18 15:43:08 +0200312static inline
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100313void zfcp_dbf_hba_fsf_resp(char *tag, int level, struct zfcp_fsf_req *req)
Christof Schmitt2e261af2009-08-18 15:43:09 +0200314{
Hendrik Brueckner8e6a8282013-09-18 17:21:34 +0200315 if (debug_level_enabled(req->adapter->dbf->hba, level))
Steffen Maier35f040d2016-08-10 18:30:47 +0200316 zfcp_dbf_hba_fsf_res(tag, level, req);
Christof Schmitt2e261af2009-08-18 15:43:09 +0200317}
318
319/**
Swen Schillig57717102009-08-18 15:43:21 +0200320 * zfcp_dbf_hba_fsf_response - trace event for request completion
Swen Schillig250a1352010-12-02 15:16:15 +0100321 * @req: request that has been completed
Christof Schmitt2e261af2009-08-18 15:43:09 +0200322 */
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100323static inline
324void zfcp_dbf_hba_fsf_response(struct zfcp_fsf_req *req)
Christof Schmitt2e261af2009-08-18 15:43:09 +0200325{
Christof Schmitt2e261af2009-08-18 15:43:09 +0200326 struct fsf_qtcb *qtcb = req->qtcb;
327
Steffen Maierfdb7cee2017-07-28 12:30:57 +0200328 if (unlikely(req->status & (ZFCP_STATUS_FSFREQ_DISMISSED |
329 ZFCP_STATUS_FSFREQ_ERROR))) {
330 zfcp_dbf_hba_fsf_resp("fs_rerr", 3, req);
331
332 } else if ((qtcb->prefix.prot_status != FSF_PROT_GOOD) &&
Christof Schmitt2e261af2009-08-18 15:43:09 +0200333 (qtcb->prefix.prot_status != FSF_PROT_FSF_STATUS_PRESENTED)) {
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100334 zfcp_dbf_hba_fsf_resp("fs_perr", 1, req);
Christof Schmitt2e261af2009-08-18 15:43:09 +0200335
336 } else if (qtcb->header.fsf_status != FSF_GOOD) {
Steffen Maier56d23ed2016-12-09 17:16:32 +0100337 zfcp_dbf_hba_fsf_resp("fs_ferr",
338 zfcp_dbf_hba_fsf_resp_suppress(req)
339 ? 5 : 1, req);
Christof Schmitt2e261af2009-08-18 15:43:09 +0200340
341 } else if ((req->fsf_command == FSF_QTCB_OPEN_PORT_WITH_DID) ||
342 (req->fsf_command == FSF_QTCB_OPEN_LUN)) {
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100343 zfcp_dbf_hba_fsf_resp("fs_open", 4, req);
Christof Schmitt2e261af2009-08-18 15:43:09 +0200344
345 } else if (qtcb->header.log_length) {
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100346 zfcp_dbf_hba_fsf_resp("fs_qtcb", 5, req);
Christof Schmitt2e261af2009-08-18 15:43:09 +0200347
348 } else {
Swen Schilliga54ca0f2010-12-02 15:16:14 +0100349 zfcp_dbf_hba_fsf_resp("fs_norm", 6, req);
Christof Schmitt2e261af2009-08-18 15:43:09 +0200350 }
Christof Schmitt2e261af2009-08-18 15:43:09 +0200351}
352
353static inline
Swen Schillig250a1352010-12-02 15:16:15 +0100354void _zfcp_dbf_scsi(char *tag, int level, struct scsi_cmnd *scmd,
355 struct zfcp_fsf_req *req)
Christof Schmittdcd20e22009-08-18 15:43:08 +0200356{
Swen Schillig250a1352010-12-02 15:16:15 +0100357 struct zfcp_adapter *adapter = (struct zfcp_adapter *)
358 scmd->device->host->hostdata[0];
359
Hendrik Brueckner8e6a8282013-09-18 17:21:34 +0200360 if (debug_level_enabled(adapter->dbf->scsi, level))
Steffen Maier35f040d2016-08-10 18:30:47 +0200361 zfcp_dbf_scsi(tag, level, scmd, req);
Christof Schmittdcd20e22009-08-18 15:43:08 +0200362}
363
364/**
Swen Schillig57717102009-08-18 15:43:21 +0200365 * zfcp_dbf_scsi_result - trace event for SCSI command completion
Christof Schmittdcd20e22009-08-18 15:43:08 +0200366 * @scmd: SCSI command pointer
Christof Schmittab725282010-02-17 11:18:57 +0100367 * @req: FSF request used to issue SCSI command
Christof Schmittdcd20e22009-08-18 15:43:08 +0200368 */
369static inline
Swen Schillig250a1352010-12-02 15:16:15 +0100370void zfcp_dbf_scsi_result(struct scsi_cmnd *scmd, struct zfcp_fsf_req *req)
Christof Schmittdcd20e22009-08-18 15:43:08 +0200371{
Christof Schmittab725282010-02-17 11:18:57 +0100372 if (scmd->result != 0)
Swen Schillig250a1352010-12-02 15:16:15 +0100373 _zfcp_dbf_scsi("rsl_err", 3, scmd, req);
Christof Schmittab725282010-02-17 11:18:57 +0100374 else if (scmd->retries > 0)
Swen Schillig250a1352010-12-02 15:16:15 +0100375 _zfcp_dbf_scsi("rsl_ret", 4, scmd, req);
Christof Schmittab725282010-02-17 11:18:57 +0100376 else
Swen Schillig250a1352010-12-02 15:16:15 +0100377 _zfcp_dbf_scsi("rsl_nor", 6, scmd, req);
Christof Schmittab725282010-02-17 11:18:57 +0100378}
379
380/**
381 * zfcp_dbf_scsi_fail_send - trace event for failure to send SCSI command
Christof Schmittab725282010-02-17 11:18:57 +0100382 * @scmd: SCSI command pointer
383 */
384static inline
Swen Schillig250a1352010-12-02 15:16:15 +0100385void zfcp_dbf_scsi_fail_send(struct scsi_cmnd *scmd)
Christof Schmittab725282010-02-17 11:18:57 +0100386{
Swen Schillig250a1352010-12-02 15:16:15 +0100387 _zfcp_dbf_scsi("rsl_fai", 4, scmd, NULL);
Christof Schmittdcd20e22009-08-18 15:43:08 +0200388}
389
390/**
Swen Schillig57717102009-08-18 15:43:21 +0200391 * zfcp_dbf_scsi_abort - trace event for SCSI command abort
Christof Schmittdcd20e22009-08-18 15:43:08 +0200392 * @tag: tag indicating success or failure of abort operation
Christof Schmittdcd20e22009-08-18 15:43:08 +0200393 * @scmd: SCSI command to be aborted
Swen Schillig250a1352010-12-02 15:16:15 +0100394 * @fsf_req: request containing abort (might be NULL)
Christof Schmittdcd20e22009-08-18 15:43:08 +0200395 */
396static inline
Swen Schillig250a1352010-12-02 15:16:15 +0100397void zfcp_dbf_scsi_abort(char *tag, struct scsi_cmnd *scmd,
398 struct zfcp_fsf_req *fsf_req)
Christof Schmittdcd20e22009-08-18 15:43:08 +0200399{
Swen Schillig250a1352010-12-02 15:16:15 +0100400 _zfcp_dbf_scsi(tag, 1, scmd, fsf_req);
Christof Schmittdcd20e22009-08-18 15:43:08 +0200401}
402
403/**
Swen Schillig57717102009-08-18 15:43:21 +0200404 * zfcp_dbf_scsi_devreset - trace event for Logical Unit or Target Reset
Christof Schmittdcd20e22009-08-18 15:43:08 +0200405 * @tag: tag indicating success or failure of reset operation
Christof Schmittb62a8d92010-09-08 14:39:55 +0200406 * @scmnd: SCSI command which caused this error recovery
Christof Schmittdcd20e22009-08-18 15:43:08 +0200407 * @flag: indicates type of reset (Target Reset, Logical Unit Reset)
Christof Schmittdcd20e22009-08-18 15:43:08 +0200408 */
409static inline
Steffen Maier9fe5d2b2017-07-28 12:30:54 +0200410void zfcp_dbf_scsi_devreset(char *tag, struct scsi_cmnd *scmnd, u8 flag,
411 struct zfcp_fsf_req *fsf_req)
Christof Schmittdcd20e22009-08-18 15:43:08 +0200412{
Swen Schillig250a1352010-12-02 15:16:15 +0100413 char tmp_tag[ZFCP_DBF_TAG_LEN];
Christof Schmittb62a8d92010-09-08 14:39:55 +0200414
Swen Schillig250a1352010-12-02 15:16:15 +0100415 if (flag == FCP_TMF_TGT_RESET)
416 memcpy(tmp_tag, "tr_", 3);
417 else
418 memcpy(tmp_tag, "lr_", 3);
419
420 memcpy(&tmp_tag[3], tag, 4);
Steffen Maier9fe5d2b2017-07-28 12:30:54 +0200421 _zfcp_dbf_scsi(tmp_tag, 1, scmnd, fsf_req);
Christof Schmittdcd20e22009-08-18 15:43:08 +0200422}
423
Benjamin Blockdac37e12016-12-09 17:16:31 +0100424/**
425 * zfcp_dbf_scsi_nullcmnd() - trace NULLify of SCSI command in dev/tgt-reset.
426 * @scmnd: SCSI command that was NULLified.
427 * @fsf_req: request that owned @scmnd.
428 */
429static inline void zfcp_dbf_scsi_nullcmnd(struct scsi_cmnd *scmnd,
430 struct zfcp_fsf_req *fsf_req)
431{
432 _zfcp_dbf_scsi("scfc__1", 3, scmnd, fsf_req);
433}
434
Christof Schmitt2b604c92008-03-31 11:15:28 +0200435#endif /* ZFCP_DBF_H */