Searched refs:htag (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/pm8001/ |
H A D | pm80xx_tracepoints.h | 19 TP_PROTO(u32 id, u32 phy_id, u32 htag, u32 ctlr_opcode, 22 TP_ARGS(id, phy_id, htag, ctlr_opcode, ata_opcode, running_req), 27 __field(u32, htag) 36 __entry->htag = htag; 43 __entry->id, __entry->phy_id, __entry->htag, 49 TP_PROTO(u32 id, u32 phy_id, u32 htag, u32 ctlr_opcode, 52 TP_ARGS(id, phy_id, htag, ctlr_opcode, ata_opcode, running_req), 57 __field(u32, htag) 66 __entry->htag = htag; 73 __entry->id, __entry->phy_id, __entry->htag, [all …]
|
H A D | pm8001_hwi.c | 1275 u32 htag = le32_to_cpu(*(__le32 *)payload); in pm8001_mpi_build_cmd() local 1277 trace_pm80xx_mpi_build_cmd(pm8001_ha->id, opCode, htag, q_index, in pm8001_mpi_build_cmd() 3298 u32 htag; in pm8001_mpi_reg_resp() local 3304 htag = le32_to_cpu(registerRespPayload->tag); in pm8001_mpi_reg_resp() 3305 ccb = &pm8001_ha->ccb_info[htag]; in pm8001_mpi_reg_resp()
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr.h | 1467 u16 handle, uint lun, u16 htag, ulong timeout,
|
H A D | mpi3mr_os.c | 3785 u16 handle, uint lun, u16 htag, ulong timeout, in mpi3mr_issue_tm() argument 3834 tm_req.host_tag = cpu_to_le16(htag); in mpi3mr_issue_tm()
|