Searched refs:lmtline (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_io.h | 88 uint64_t *lmtline = lmtline_va; in octeontx_reg_lmtst() local 95 lmtline[result + 0] = cmdbuf[result + 0]; in octeontx_reg_lmtst() 96 lmtline[result + 1] = cmdbuf[result + 1]; in octeontx_reg_lmtst()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_qp.h | 20 void *lmtline; member
|
| H A D | otx2_cryptodev_ops.c | 174 uint64_t lmtline; in otx2_cpt_qp_create() local 246 lmtline = vf->otx2_dev.bar2 + in otx2_cpt_qp_create() 250 qp->lmtline = (void *)lmtline; in otx2_cpt_qp_create() 438 void *lmtline, in otx2_ca_enqueue_req() argument 464 memcpy(lmtline, &inst, sizeof(inst)); in otx2_ca_enqueue_req() 484 void *lmtline = qp->lmtline; in otx2_cpt_enqueue_req() local 489 otx2_ca_enqueue_req(qp, req, lmtline, cpt_inst_w7); in otx2_cpt_enqueue_req() 511 memcpy(lmtline, &inst, sizeof(inst)); in otx2_cpt_enqueue_req()
|
| H A D | otx2_cryptodev_sec.c | 88 void *lmtline = qptr->lmtline; in otx2_cpt_enq_sa_write() local 119 otx2_lmt_mov(lmtline, &inst, 2); in otx2_cpt_enq_sa_write()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_sec.c | 318 otx2_lmt_mov(qp->lmtline, &inst, 2); in hmac_init() 440 sess->cpt_lmtline = qp->lmtline; in eth_sec_ipsec_out_sess_create()
|