Home
last modified time | relevance | path

Searched refs:tx_write_ptr (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs4_rm.c489 (uint8_t *)txq->base_addr + txq->tx_write_ptr, in bcmfs4_enqueue_single_request_qp()
490 RING_BD_TOGGLE_VALID(txq->tx_write_ptr), in bcmfs4_enqueue_single_request_qp()
502 txq->tx_write_ptr = (uint32_t)((uint8_t *)next - in bcmfs4_enqueue_single_request_qp()
676 tx_queue->tx_write_ptr = FS_MMIO_READ32((uint8_t *)qp->ioreg + in bcmfs4_start_qp()
678 tx_queue->tx_write_ptr *= FS_RING_DESC_SIZE; in bcmfs4_start_qp()
H A Dbcmfs5_rm.c413 (uint8_t *)txq->base_addr + txq->tx_write_ptr, in bcmfs5_enqueue_single_request_qp()
425 txq->tx_write_ptr = (uint32_t)((uint8_t *)next - in bcmfs5_enqueue_single_request_qp()
610 tx_queue->tx_write_ptr = 0; in bcmfs5_start_qp()
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_qp.h69 uint32_t tx_write_ptr; member