Home
last modified time | relevance | path

Searched refs:dw3 (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.1/drivers/iommu/intel/
Dtrace.h60 u64 dw0, u64 dw1, u64 dw2, u64 dw3,
63 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
69 __field(u64, dw3)
80 __entry->dw3 = dw3;
89 __entry->dw1, __entry->dw2, __entry->dw3)
Diommu.h820 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument
841 snprintf(buf, size, " private=0x%llx/0x%llx\n", dw2, dw3); in decode_prq_descriptor()
/Linux-v6.1/drivers/usb/isp1760/
Disp1760-hcd.c62 __dw dw3; member
73 __le32 dw3; member
517 ptd->dw3 = le32_to_dw(le32_ptd.dw3); in isp1763_ptd_read()
544 ptd.dw3 = dw_to_le32(cpu_ptd->dw3); in isp1763_ptd_write()
869 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl()
877 ptd->dw3 |= TO_DW3_NAKCOUNT(nak); in create_ptd_atl()
878 ptd->dw3 |= TO_DW3_DATA_TOGGLE(qh->toggle); in create_ptd_atl()
881 ptd->dw3 &= ~TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
883 ptd->dw3 |= TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
886 ptd->dw3 |= DW3_ACTIVE_BIT; in create_ptd_atl()
[all …]
/Linux-v6.1/drivers/usb/mtu3/
Dmtu3_trace.h182 __field(u32, dw3)
190 __entry->dw3 = le32_to_cpu(gpd->dw3_info);
195 __entry->dw2, __entry->dw3
/Linux-v6.1/drivers/pci/pcie/
Ddpc.c190 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
223 &dw3); in dpc_process_rp_pio_error()
225 dw0, dw1, dw2, dw3); in dpc_process_rp_pio_error()
Daer.c679 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
1099 aer + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3); in aer_get_device_error_info()
/Linux-v6.1/include/linux/
Daer.h25 unsigned int dw3; member
/Linux-v6.1/drivers/crypto/hisilicon/zip/
Dzip.h40 u32 dw3; member
Dzip_crypto.c398 return sqe->dw3 & HZIP_BD_STATUS_M; in hisi_zip_get_status()
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/
Dhinic_debugfs.h55 u32 dw3; member
/Linux-v6.1/drivers/crypto/ccp/
Dccp-dev-v5.c174 #define CCP5_CMD_DW3(p) ((p)->dw3)
175 #define CCP5_CMD_SRC_MEM(p) ((p)->dw3.src_mem)
176 #define CCP5_CMD_SRC_HI(p) ((p)->dw3.src_hi)
177 #define CCP5_CMD_LSB_ID(p) ((p)->dw3.lsb_cxt_id)
178 #define CCP5_CMD_FIX_SRC(p) ((p)->dw3.fixed)
Dccp-dev.h624 struct dword3 dw3; member
/Linux-v6.1/drivers/dma/ptdma/
Dptdma.h302 struct dword3 dw3; member
Dptdma-dev.c111 desc.dw3.src_hi = upper_32_bits(pt_engine->src_dma); in pt_core_perform_passthru()
/Linux-v6.1/include/ras/
Dras_event.h324 __entry->tlp_header[3] = tlp->dw3;
/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c453 u32 dw3; member
463 __le32 dw3; member
2165 u32 dw3 = le32_to_cpu(complete_hdr->dw3); in slot_err_v3_hw() local
2181 } else if (dw3 & CMPLT_HDR_IO_IN_TARGET_MSK) { in slot_err_v3_hw()
2198 } else if (dw3 & CMPLT_HDR_IO_IN_TARGET_MSK) { in slot_err_v3_hw()
2231 u32 dw0, dw1, dw3; in slot_complete_v3_hw() local
2256 dw3 = le32_to_cpu(complete_hdr->dw3); in slot_complete_v3_hw()
2292 dw0, dw1, complete_hdr->act, dw3, in slot_complete_v3_hw()
Dhisi_sas_v2_hw.c391 __le32 dw3; member
2402 complete_hdr->act, complete_hdr->dw3, in slot_complete_v2_hw()
/Linux-v6.1/drivers/crypto/hisilicon/
Dqm.c293 (qc)->dw3 = 0; \
395 __le32 dw3; member
410 __le32 dw3; member
424 __le32 dw3; member
434 __le32 dw3; member
2928 sqc->dw3 = cpu_to_le32(QM_MK_SQC_DW3_V1(0, 0, 0, qm->sqe_size)); in qm_sq_ctx_cfg()
2931 sqc->dw3 = cpu_to_le32(QM_MK_SQC_DW3_V2(qm->sqe_size, qp->sq_depth)); in qm_sq_ctx_cfg()
2970 cqc->dw3 = cpu_to_le32(QM_MK_CQC_DW3_V1(0, 0, 0, in qm_cq_ctx_cfg()
2974 cqc->dw3 = cpu_to_le32(QM_MK_CQC_DW3_V2(QM_QC_CQE_SIZE, qp->cq_depth)); in qm_cq_ctx_cfg()
3880 eqc->dw3 = cpu_to_le32(QM_EQE_AEQE_SIZE); in qm_eq_ctx_cfg()
/Linux-v6.1/drivers/firmware/efi/
Dcper.c445 aer->header_log.dw2, aer->header_log.dw3); in cper_print_pcie()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c11352 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
11374 dw3 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 12); in ixgbe_io_error_detected()
11391 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()