Home
last modified time | relevance | path

Searched refs:htag (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/scsi/pm8001/
Dpm80xx_tracepoints.h19 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 …]
Dpm8001_hwi.c1327 u32 htag = le32_to_cpu(*(__le32 *)payload); in pm8001_mpi_build_cmd() local
1329 trace_pm80xx_mpi_build_cmd(pm8001_ha->id, opCode, htag, q_index, in pm8001_mpi_build_cmd()
3445 u32 htag; in pm8001_mpi_reg_resp() local
3451 htag = le32_to_cpu(registerRespPayload->tag); in pm8001_mpi_reg_resp()
3452 ccb = &pm8001_ha->ccb_info[htag]; in pm8001_mpi_reg_resp()
/linux-5.19.10/drivers/scsi/mpi3mr/
Dmpi3mr.h1076 u16 handle, uint lun, u16 htag, ulong timeout,
Dmpi3mr_os.c3026 u16 handle, uint lun, u16 htag, ulong timeout, in mpi3mr_issue_tm() argument
3068 tm_req.host_tag = cpu_to_le16(htag); in mpi3mr_issue_tm()