Searched refs:htag (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/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; 42 TP_printk("ctlr_id = %u phy_id = %u htag = %#x, ctlr_opcode = %#x ata_opcode = %#x running_req = %d", 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) [all...] |
H A 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() 3354 u32 htag; in pm8001_mpi_reg_resp() local 3360 htag = le32_to_cpu(registerRespPayload->tag); in pm8001_mpi_reg_resp() 3361 ccb = &pm8001_ha->ccb_info[htag]; in pm8001_mpi_reg_resp()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr.h | 1343 u16 handle, uint lun, u16 htag, ulong timeout,
|
H A D | mpi3mr_os.c | 3632 * @htag: Host tag of the TM request 3646 u16 handle, uint lun, u16 htag, ulong timeout, in mpi3mr_issue_tm() 3688 tm_req.host_tag = cpu_to_le16(htag); in mpi3mr_issue_tm() 3645 mpi3mr_issue_tm(struct mpi3mr_ioc *mrioc, u8 tm_type, u16 handle, uint lun, u16 htag, ulong timeout, struct mpi3mr_drv_cmd *drv_cmd, u8 *resp_code, struct scsi_cmnd *scmd) mpi3mr_issue_tm() argument
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 3478 u32 htag; in pm8001_mpi_reg_resp() local 3484 htag = le32_to_cpu(registerRespPayload->tag); in pm8001_mpi_reg_resp() 3485 ccb = &pm8001_ha->ccb_info[htag]; in pm8001_mpi_reg_resp() 3530 pm8001_tag_free(pm8001_ha, htag); in pm8001_mpi_reg_resp()
|
Completed in 26 milliseconds