• Home
  • Raw
  • Download

Lines Matching refs:u

138 	struct zfcp_hba_dbf_record_response *response = &rec->u.response;  in zfcp_hba_dbf_event_fsf_response()
188 response->u.fcp.cmnd = (unsigned long)scsi_cmnd; in zfcp_hba_dbf_event_fsf_response()
189 response->u.fcp.serial = scsi_cmnd->serial_number; in zfcp_hba_dbf_event_fsf_response()
197 response->u.port.wwpn = port->wwpn; in zfcp_hba_dbf_event_fsf_response()
198 response->u.port.d_id = port->d_id; in zfcp_hba_dbf_event_fsf_response()
199 response->u.port.port_handle = qtcb->header.port_handle; in zfcp_hba_dbf_event_fsf_response()
206 response->u.unit.wwpn = port->wwpn; in zfcp_hba_dbf_event_fsf_response()
207 response->u.unit.fcp_lun = unit->fcp_lun; in zfcp_hba_dbf_event_fsf_response()
208 response->u.unit.port_handle = qtcb->header.port_handle; in zfcp_hba_dbf_event_fsf_response()
209 response->u.unit.lun_handle = qtcb->header.lun_handle; in zfcp_hba_dbf_event_fsf_response()
214 response->u.els.d_id = qtcb->bottom.support.d_id; in zfcp_hba_dbf_event_fsf_response()
215 response->u.els.ls_code = send_els->ls_code >> 24; in zfcp_hba_dbf_event_fsf_response()
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()
317 r->u.qdio.qdio_error = qdio_error; in zfcp_hba_dbf_event_qdio()
318 r->u.qdio.sbal_index = sbal_index; in zfcp_hba_dbf_event_qdio()
319 r->u.qdio.sbal_count = sbal_count; in zfcp_hba_dbf_event_qdio()
340 memcpy(&r->u.berr, err, sizeof(struct fsf_bit_error_payload)); in zfcp_hba_dbf_event_berr()
370 zfcp_dbf_out(p, "scsi_cmnd", "0x%0Lx", r->u.fcp.cmnd); in zfcp_hba_dbf_view_response()
371 zfcp_dbf_out(p, "scsi_serial", "0x%016Lx", r->u.fcp.serial); in zfcp_hba_dbf_view_response()
378 zfcp_dbf_out(p, "wwpn", "0x%016Lx", r->u.port.wwpn); in zfcp_hba_dbf_view_response()
379 zfcp_dbf_out(p, "d_id", "0x%06x", r->u.port.d_id); in zfcp_hba_dbf_view_response()
380 zfcp_dbf_out(p, "port_handle", "0x%08x", r->u.port.port_handle); in zfcp_hba_dbf_view_response()
385 zfcp_dbf_out(p, "wwpn", "0x%016Lx", r->u.unit.wwpn); in zfcp_hba_dbf_view_response()
386 zfcp_dbf_out(p, "fcp_lun", "0x%016Lx", r->u.unit.fcp_lun); in zfcp_hba_dbf_view_response()
387 zfcp_dbf_out(p, "port_handle", "0x%08x", r->u.unit.port_handle); in zfcp_hba_dbf_view_response()
388 zfcp_dbf_out(p, "lun_handle", "0x%08x", r->u.unit.lun_handle); in zfcp_hba_dbf_view_response()
392 zfcp_dbf_out(p, "d_id", "0x%06x", r->u.els.d_id); in zfcp_hba_dbf_view_response()
393 zfcp_dbf_out(p, "ls_code", "0x%02x", r->u.els.ls_code); in zfcp_hba_dbf_view_response()
464 zfcp_hba_dbf_view_response(&p, &r->u.response); in zfcp_hba_dbf_view_format()
466 zfcp_hba_dbf_view_status(&p, &r->u.status); in zfcp_hba_dbf_view_format()
468 zfcp_hba_dbf_view_qdio(&p, &r->u.qdio); in zfcp_hba_dbf_view_format()
470 zfcp_hba_dbf_view_berr(&p, &r->u.berr); in zfcp_hba_dbf_view_format()
661 zfcp_dbf_out(&p, "total", "%d", r->u.thread.total); in zfcp_rec_dbf_view_format()
662 zfcp_dbf_out(&p, "ready", "%d", r->u.thread.ready); in zfcp_rec_dbf_view_format()
663 zfcp_dbf_out(&p, "running", "%d", r->u.thread.running); in zfcp_rec_dbf_view_format()
666 zfcp_dbf_out(&p, "reference", "0x%016Lx", r->u.target.ref); in zfcp_rec_dbf_view_format()
667 zfcp_dbf_out(&p, "status", "0x%08x", r->u.target.status); in zfcp_rec_dbf_view_format()
668 zfcp_dbf_out(&p, "erp_count", "%d", r->u.target.erp_count); in zfcp_rec_dbf_view_format()
669 zfcp_dbf_out(&p, "d_id", "0x%06x", r->u.target.d_id); in zfcp_rec_dbf_view_format()
670 zfcp_dbf_out(&p, "wwpn", "0x%016Lx", r->u.target.wwpn); in zfcp_rec_dbf_view_format()
671 zfcp_dbf_out(&p, "fcp_lun", "0x%016Lx", r->u.target.fcp_lun); in zfcp_rec_dbf_view_format()
674 zfcp_dbf_out(&p, "reference", "0x%016Lx", r->u.trigger.ref); in zfcp_rec_dbf_view_format()
675 zfcp_dbf_out(&p, "erp_action", "0x%016Lx", r->u.trigger.action); in zfcp_rec_dbf_view_format()
676 zfcp_dbf_out(&p, "requested", "%d", r->u.trigger.want); in zfcp_rec_dbf_view_format()
677 zfcp_dbf_out(&p, "executed", "%d", r->u.trigger.need); in zfcp_rec_dbf_view_format()
678 zfcp_dbf_out(&p, "wwpn", "0x%016Lx", r->u.trigger.wwpn); in zfcp_rec_dbf_view_format()
679 zfcp_dbf_out(&p, "fcp_lun", "0x%016Lx", r->u.trigger.fcp_lun); in zfcp_rec_dbf_view_format()
680 zfcp_dbf_out(&p, "adapter_status", "0x%08x", r->u.trigger.as); in zfcp_rec_dbf_view_format()
681 zfcp_dbf_out(&p, "port_status", "0x%08x", r->u.trigger.ps); in zfcp_rec_dbf_view_format()
682 zfcp_dbf_out(&p, "unit_status", "0x%08x", r->u.trigger.us); in zfcp_rec_dbf_view_format()
685 zfcp_dbf_out(&p, "erp_action", "0x%016Lx", r->u.action.action); in zfcp_rec_dbf_view_format()
686 zfcp_dbf_out(&p, "fsf_req", "0x%016Lx", r->u.action.fsf_req); in zfcp_rec_dbf_view_format()
687 zfcp_dbf_out(&p, "status", "0x%08Lx", r->u.action.status); in zfcp_rec_dbf_view_format()
688 zfcp_dbf_out(&p, "step", "0x%08Lx", r->u.action.step); in zfcp_rec_dbf_view_format()
727 r->u.thread.total = total; in zfcp_rec_dbf_event_thread()
728 r->u.thread.ready = ready; in zfcp_rec_dbf_event_thread()
729 r->u.thread.running = running; in zfcp_rec_dbf_event_thread()
761 r->u.target.ref = (unsigned long)ref; in zfcp_rec_dbf_event_target()
762 r->u.target.status = atomic_read(status); in zfcp_rec_dbf_event_target()
763 r->u.target.wwpn = wwpn; in zfcp_rec_dbf_event_target()
764 r->u.target.d_id = d_id; in zfcp_rec_dbf_event_target()
765 r->u.target.fcp_lun = fcp_lun; in zfcp_rec_dbf_event_target()
766 r->u.target.erp_count = atomic_read(erp_count); in zfcp_rec_dbf_event_target()
836 r->u.trigger.ref = (unsigned long)ref; in zfcp_rec_dbf_event_trigger()
837 r->u.trigger.want = want; in zfcp_rec_dbf_event_trigger()
838 r->u.trigger.need = need; in zfcp_rec_dbf_event_trigger()
839 r->u.trigger.action = (unsigned long)action; in zfcp_rec_dbf_event_trigger()
840 r->u.trigger.as = atomic_read(&adapter->status); in zfcp_rec_dbf_event_trigger()
842 r->u.trigger.ps = atomic_read(&port->status); in zfcp_rec_dbf_event_trigger()
843 r->u.trigger.wwpn = port->wwpn; in zfcp_rec_dbf_event_trigger()
846 r->u.trigger.us = atomic_read(&unit->status); in zfcp_rec_dbf_event_trigger()
847 r->u.trigger.fcp_lun = unit->fcp_lun; in zfcp_rec_dbf_event_trigger()
868 r->u.action.action = (unsigned long)erp_action; in zfcp_rec_dbf_event_action()
869 r->u.action.status = erp_action->status; in zfcp_rec_dbf_event_action()
870 r->u.action.step = erp_action->step; in zfcp_rec_dbf_event_action()
871 r->u.action.fsf_req = (unsigned long)erp_action->fsf_req; in zfcp_rec_dbf_event_action()
887 struct zfcp_san_dbf_record_ct_request *oct = &r->u.ct_req; in zfcp_san_dbf_event_ct_request()
923 struct zfcp_san_dbf_record_ct_response *rct = &r->u.ct_resp; in zfcp_san_dbf_event_ct_response()
964 rec->u.els.ls_code = ls_code; in zfcp_san_dbf_event_els()
1033 struct zfcp_san_dbf_record_ct_request *ct = &r->u.ct_req; in zfcp_san_dbf_view_format()
1041 struct zfcp_san_dbf_record_ct_response *ct = &r->u.ct_resp; in zfcp_san_dbf_view_format()
1051 struct zfcp_san_dbf_record_els *els = &r->u.els; in zfcp_san_dbf_view_format()