Lines Matching defs:tag

66  * @tag: tag indicating which kind of FSF response has been received
70 void zfcp_dbf_hba_fsf_res(char *tag, int level, struct zfcp_fsf_req *req)
81 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
109 * @tag: tag indicating which kind of FC Endpoint Security event has occurred
115 void zfcp_dbf_hba_fsf_fces(char *tag, const struct zfcp_fsf_req *req, u64 wwpn,
131 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
149 * zfcp_dbf_hba_fsf_reqid - trace only the tag and a request ID
150 * @tag: tag documenting the source
155 void zfcp_dbf_hba_fsf_reqid(const char *const tag, const int level,
170 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
192 * @tag: tag indicating which kind of unsolicited status has been received
195 void zfcp_dbf_hba_fsf_uss(char *tag, struct zfcp_fsf_req *req)
209 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
239 * @tag: tag indicating which kind of bit error unsolicited status was received
242 void zfcp_dbf_hba_bit_err(char *tag, struct zfcp_fsf_req *req)
256 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
328 * @tag: identifier for event
337 void zfcp_dbf_rec_trig(char *tag, struct zfcp_adapter *adapter,
356 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
374 * @tag: identifier for event
383 void zfcp_dbf_rec_trig_lock(char *tag, struct zfcp_adapter *adapter,
390 zfcp_dbf_rec_trig(tag, adapter, port, sdev, want, need);
397 * @tag: identifier for event
400 void zfcp_dbf_rec_run_lvl(int level, char *tag, struct zfcp_erp_action *erp)
413 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
435 * @tag: identifier for event
438 void zfcp_dbf_rec_run(char *tag, struct zfcp_erp_action *erp)
440 zfcp_dbf_rec_run_lvl(1, tag, erp);
445 * @tag: identifier for event
449 void zfcp_dbf_rec_run_wka(char *tag, struct zfcp_fc_wka_port *wka_port,
464 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
482 void zfcp_dbf_san(char *tag, struct zfcp_dbf *dbf,
498 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
539 * @tag: identifier for event
544 void zfcp_dbf_san_req(char *tag, struct zfcp_fsf_req *fsf, u32 d_id)
554 zfcp_dbf_san(tag, dbf, "san_req", ct_els->req, ZFCP_DBF_SAN_REQ,
558 static u16 zfcp_dbf_san_res_cap_len_if_gpn_ft(char *tag,
570 if (!(memcmp(tag, "fsscth2", 7) == 0
622 * @tag: identifier for event
625 void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf)
635 zfcp_dbf_san(tag, dbf, "san_res", ct_els->resp, ZFCP_DBF_SAN_RES,
637 zfcp_dbf_san_res_cap_len_if_gpn_ft(tag, fsf, length));
642 * @tag: identifier for event
645 void zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf)
659 zfcp_dbf_san(tag, dbf, "san_els", &sg, ZFCP_DBF_SAN_ELS, length,
665 * @tag: Identifier for event.
671 void zfcp_dbf_scsi_common(char *tag, int level, struct scsi_device *sdev,
685 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
745 * @tag: Identifier for event.
753 void zfcp_dbf_scsi_eh(char *tag, struct zfcp_adapter *adapter,
767 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);