Searched refs:sqe_size (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/include/uapi/misc/uacce/ |
D | hisi_qm.h | 25 __u32 sqe_size; member
|
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.h | 85 u16 sqe_size; member
|
D | otx2_txrx.c | 910 memset(sq->sqe_base, 0, sq->sqe_size); in otx2_sq_append_tso() 1183 memset(sq->sqe_base + 8, 0, sq->sqe_size - 8); in otx2_sq_append_skb() 1336 memset(sq->sqe_base + 8, 0, sq->sqe_size - 8); in otx2_xdp_sq_append_pkt()
|
D | otx2_common.c | 937 sq->sqe_size = NIX_SQESZ_W16 ? 64 : 128; in otx2_sq_init() 940 err = qmem_alloc(pfvf->dev, &sq->sqe, 1, sq->sqe_size); in otx2_sq_init() 965 sq->sqe_per_sqb = (pfvf->hw.sqb_size / sq->sqe_size) - 1; in otx2_sq_init()
|
/Linux-v6.6/drivers/crypto/hisilicon/ |
D | debugfs.c | 308 sqe = kzalloc(qm->sqe_size * sq_depth, GFP_KERNEL); in qm_sq_dump() 313 memcpy(sqe, qp->sqe, qm->sqe_size * sq_depth); in qm_sq_dump() 314 sqe_curr = sqe + (u32)(sqe_id * qm->sqe_size); in qm_sq_dump() 318 dump_show(qm, sqe_curr, qm->sqe_size, name); in qm_sq_dump()
|
D | qm.c | 845 qp->req_cb(qp, qp->sqe + qm->sqe_size * in qm_poll_req_cb() 1850 return qp->sqe + sq_tail * qp->qm->sqe_size; in qm_get_avail_sqe() 1967 sqc->dw3 = cpu_to_le32(QM_MK_SQC_DW3_V1(0, 0, 0, qm->sqe_size)); in qm_sq_ctx_cfg() 1970 sqc->dw3 = cpu_to_le32(QM_MK_SQC_DW3_V2(qm->sqe_size, qp->sq_depth)); in qm_sq_ctx_cfg() 2108 qp->req_cb(qp, qp->sqe + (u32)(qm->sqe_size * pos)); in qp_stop_fail_cb() 2268 memcpy(sqe, msg, qp->qm->sqe_size); in hisi_qp_send() 2468 qp_info.sqe_size = qp->qm->sqe_size; in hisi_qm_uacce_ioctl() 2665 dus_page_nr = (PAGE_SIZE - 1 + qm->sqe_size * sq_depth + in qm_alloc_uacce() 2780 size_t off = qm->sqe_size * sq_depth; in hisi_qp_memory_init() 5288 qp_dma_size = qm->sqe_size * sq_depth + sizeof(struct qm_cqe) * cq_depth; in hisi_qp_alloc_memory()
|
/Linux-v6.6/include/linux/ |
D | hisi_acc_qm.h | 298 u32 sqe_size; member
|
/Linux-v6.6/drivers/crypto/hisilicon/zip/ |
D | zip_main.c | 1132 qm->sqe_size = HZIP_SQE_SIZE; in hisi_zip_qm_init()
|
/Linux-v6.6/drivers/crypto/hisilicon/sec2/ |
D | sec_main.c | 1113 qm->sqe_size = SEC_SQE_SIZE; in sec_qm_init()
|
/Linux-v6.6/drivers/crypto/hisilicon/hpre/ |
D | hpre_main.c | 1150 qm->sqe_size = HPRE_SQE_SIZE; in hpre_qm_init()
|