Searched refs:htag (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/pm8001/ |
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 …]
|
D | pm8001_hwi.c | 1331 u32 htag = le32_to_cpu(*(__le32 *)payload); in pm8001_mpi_build_cmd() local 1333 trace_pm80xx_mpi_build_cmd(pm8001_ha->id, opCode, htag, q_index, in pm8001_mpi_build_cmd() 3449 u32 htag; in pm8001_mpi_reg_resp() local 3455 htag = le32_to_cpu(registerRespPayload->tag); in pm8001_mpi_reg_resp() 3456 ccb = &pm8001_ha->ccb_info[htag]; in pm8001_mpi_reg_resp()
|
/drivers/scsi/mpi3mr/ |
D | mpi3mr.h | 1322 u16 handle, uint lun, u16 htag, ulong timeout,
|
D | mpi3mr_os.c | 3588 u16 handle, uint lun, u16 htag, ulong timeout, in mpi3mr_issue_tm() argument 3630 tm_req.host_tag = cpu_to_le16(htag); in mpi3mr_issue_tm()
|