Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/
H A Dqm_common.h31 __le32 dw3; member
46 __le32 dw3; member
60 __le32 dw3; member
70 __le32 dw3; member
H A Dqm.c2173 sqc.dw3 = cpu_to_le32(QM_MK_SQC_DW3_V1(0, 0, 0, qm->sqe_size)); in qm_sq_ctx_cfg()
2176 sqc.dw3 = cpu_to_le32(QM_MK_SQC_DW3_V2(qm->sqe_size, qp->sq_depth)); in qm_sq_ctx_cfg()
2199 cqc.dw3 = cpu_to_le32(QM_MK_CQC_DW3_V1(0, 0, 0, QM_QC_CQE_SIZE)); in qm_cq_ctx_cfg()
2202 cqc.dw3 = cpu_to_le32(QM_MK_CQC_DW3_V2(QM_QC_CQE_SIZE, qp->cq_depth)); in qm_cq_ctx_cfg()
3305 eqc.dw3 = cpu_to_le32(QM_EQE_AEQE_SIZE); in qm_eq_ctx_cfg()
/linux/drivers/iommu/intel/
H A 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)
/linux/drivers/usb/isp1760/
H A 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/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c479 u32 dw3; member
489 __le32 dw3; member
2251 u32 dw0, dw3; in is_ncq_err_v3_hw() local
2254 dw3 = le32_to_cpu(complete_hdr->dw3); in is_ncq_err_v3_hw()
2257 (dw3 & FIS_TYPE_SDB_MSK) && in is_ncq_err_v3_hw()
2258 (dw3 & FIS_ATA_STATUS_ERR_MSK); in is_ncq_err_v3_hw()
2275 u32 dw3 = le32_to_cpu(complete_hdr->dw3); in slot_err_v3_hw() local
2292 } else if (dw3 & CMPLT_HDR_IO_IN_TARGET_MSK) { in slot_err_v3_hw()
2317 } else if ((dw3 & CMPLT_HDR_IO_IN_TARGET_MSK) || in slot_err_v3_hw()
2318 (dw3 & SATA_DISK_IN_ERROR_STATUS_MSK)) { in slot_err_v3_hw()
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.h55 u32 dw3; member
/linux/drivers/crypto/ccp/
H A 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)
H A Dccp-dev.h624 struct dword3 dw3; member
/linux/drivers/dma/amd/ptdma/
H A Dptdma.h303 struct dword3 dw3; member
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c306 return sqe->dw3 & HZIP_BD_STATUS_M; in hisi_zip_get_status()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c12152 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
12174 dw3 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 12); in ixgbe_io_error_detected()
12191 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()