Lines Matching refs:rec
137 struct zfcp_hba_dbf_record *rec = &adapter->hba_dbf_buf; in zfcp_hba_dbf_event_fsf_response() local
138 struct zfcp_hba_dbf_record_response *response = &rec->u.response; in zfcp_hba_dbf_event_fsf_response()
143 memset(rec, 0, sizeof(*rec)); in zfcp_hba_dbf_event_fsf_response()
144 strncpy(rec->tag, "resp", ZFCP_DBF_TAG_SIZE); in zfcp_hba_dbf_event_fsf_response()
148 strncpy(rec->tag2, "perr", ZFCP_DBF_TAG_SIZE); in zfcp_hba_dbf_event_fsf_response()
151 strncpy(rec->tag2, "ferr", ZFCP_DBF_TAG_SIZE); in zfcp_hba_dbf_event_fsf_response()
155 strncpy(rec->tag2, "open", ZFCP_DBF_TAG_SIZE); in zfcp_hba_dbf_event_fsf_response()
158 strncpy(rec->tag2, "qtcb", ZFCP_DBF_TAG_SIZE); in zfcp_hba_dbf_event_fsf_response()
161 strncpy(rec->tag2, "norm", ZFCP_DBF_TAG_SIZE); in zfcp_hba_dbf_event_fsf_response()
227 debug_event(adapter->hba_dbf, level, rec, sizeof(*rec)); in zfcp_hba_dbf_event_fsf_response()
235 zfcp_dbf_hexdump(adapter->hba_dbf, rec, sizeof(*rec), level, in zfcp_hba_dbf_event_fsf_response()
251 struct zfcp_hba_dbf_record *rec = &adapter->hba_dbf_buf; in zfcp_hba_dbf_event_fsf_unsol() local
255 memset(rec, 0, sizeof(*rec)); in zfcp_hba_dbf_event_fsf_unsol()
256 strncpy(rec->tag, "stat", ZFCP_DBF_TAG_SIZE); in zfcp_hba_dbf_event_fsf_unsol()
257 strncpy(rec->tag2, tag, ZFCP_DBF_TAG_SIZE); in zfcp_hba_dbf_event_fsf_unsol()
259 rec->u.status.failed = atomic_read(&adapter->stat_miss); in zfcp_hba_dbf_event_fsf_unsol()
261 rec->u.status.status_type = status_buffer->status_type; in zfcp_hba_dbf_event_fsf_unsol()
262 rec->u.status.status_subtype = status_buffer->status_subtype; in zfcp_hba_dbf_event_fsf_unsol()
263 memcpy(&rec->u.status.queue_designator, in zfcp_hba_dbf_event_fsf_unsol()
269 rec->u.status.payload_size = in zfcp_hba_dbf_event_fsf_unsol()
274 rec->u.status.payload_size = in zfcp_hba_dbf_event_fsf_unsol()
282 rec->u.status.payload_size = in zfcp_hba_dbf_event_fsf_unsol()
288 rec->u.status.payload_size = in zfcp_hba_dbf_event_fsf_unsol()
292 memcpy(&rec->u.status.payload, in zfcp_hba_dbf_event_fsf_unsol()
293 &status_buffer->payload, rec->u.status.payload_size); in zfcp_hba_dbf_event_fsf_unsol()
296 debug_event(adapter->hba_dbf, 2, rec, sizeof(*rec)); in zfcp_hba_dbf_event_fsf_unsol()
954 struct zfcp_san_dbf_record *rec = &adapter->san_dbf_buf; in zfcp_san_dbf_event_els() local
958 memset(rec, 0, sizeof(*rec)); in zfcp_san_dbf_event_els()
959 strncpy(rec->tag, tag, ZFCP_DBF_TAG_SIZE); in zfcp_san_dbf_event_els()
960 rec->fsf_reqid = (unsigned long)fsf_req; in zfcp_san_dbf_event_els()
961 rec->fsf_seqno = fsf_req->seq_no; in zfcp_san_dbf_event_els()
962 rec->s_id = s_id; in zfcp_san_dbf_event_els()
963 rec->d_id = d_id; in zfcp_san_dbf_event_els()
964 rec->u.els.ls_code = ls_code; in zfcp_san_dbf_event_els()
965 debug_event(adapter->san_dbf, level, rec, sizeof(*rec)); in zfcp_san_dbf_event_els()
966 zfcp_dbf_hexdump(adapter->san_dbf, rec, sizeof(*rec), level, in zfcp_san_dbf_event_els()
1072 struct zfcp_scsi_dbf_record *rec = &adapter->scsi_dbf_buf; in zfcp_scsi_dbf_event() local
1073 struct zfcp_dbf_dump *dump = (struct zfcp_dbf_dump *)rec; in zfcp_scsi_dbf_event()
1081 memset(rec, 0, sizeof(*rec)); in zfcp_scsi_dbf_event()
1083 strncpy(rec->tag, tag, ZFCP_DBF_TAG_SIZE); in zfcp_scsi_dbf_event()
1084 strncpy(rec->tag2, tag2, ZFCP_DBF_TAG_SIZE); in zfcp_scsi_dbf_event()
1087 rec->scsi_id = scsi_cmnd->device->id; in zfcp_scsi_dbf_event()
1088 rec->scsi_lun = scsi_cmnd->device->lun; in zfcp_scsi_dbf_event()
1090 rec->scsi_result = scsi_cmnd->result; in zfcp_scsi_dbf_event()
1091 rec->scsi_cmnd = (unsigned long)scsi_cmnd; in zfcp_scsi_dbf_event()
1092 rec->scsi_serial = scsi_cmnd->serial_number; in zfcp_scsi_dbf_event()
1093 memcpy(rec->scsi_opcode, scsi_cmnd->cmnd, in zfcp_scsi_dbf_event()
1096 rec->scsi_retries = scsi_cmnd->retries; in zfcp_scsi_dbf_event()
1097 rec->scsi_allowed = scsi_cmnd->allowed; in zfcp_scsi_dbf_event()
1106 rec->rsp_validity = fcp_rsp->validity.value; in zfcp_scsi_dbf_event()
1107 rec->rsp_scsi_status = fcp_rsp->scsi_status; in zfcp_scsi_dbf_event()
1108 rec->rsp_resid = fcp_rsp->fcp_resid; in zfcp_scsi_dbf_event()
1110 rec->rsp_code = *(fcp_rsp_info + 3); in zfcp_scsi_dbf_event()
1114 rec->sns_info_len = buflen; in zfcp_scsi_dbf_event()
1115 memcpy(rec->sns_info, fcp_sns_info, in zfcp_scsi_dbf_event()
1122 rec->fsf_reqid = (unsigned long)fsf_req; in zfcp_scsi_dbf_event()
1123 rec->fsf_seqno = fsf_req->seq_no; in zfcp_scsi_dbf_event()
1124 rec->fsf_issued = fsf_req->issued; in zfcp_scsi_dbf_event()
1126 rec->old_fsf_reqid = old_req_id; in zfcp_scsi_dbf_event()
1138 debug_event(adapter->scsi_dbf, level, rec, sizeof(*rec)); in zfcp_scsi_dbf_event()