Home
last modified time | relevance | path

Searched refs:FS_RING_DESC_SIZE (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_hw_defs.h19 #define FS_RING_DESC_SIZE 8 macro
23 #define FS_RING_CMPL_SIZE (1024 * FS_RING_DESC_SIZE)
H A Dbcmfs_qp.c110 qp_conf->max_descs_req * FS_RING_DESC_SIZE; in bcmfs_queue_create()
/f-stack/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs4_rm.c550 cmpl_write_offset *= FS_RING_DESC_SIZE; in bcmfs4_dequeue_qp()
564 cmpl_read_offset += FS_RING_DESC_SIZE; in bcmfs4_dequeue_qp()
613 for (off = 0; off < tx_queue->queue_size; off += FS_RING_DESC_SIZE) { in bcmfs4_start_qp()
614 next_addr = off + FS_RING_DESC_SIZE; in bcmfs4_start_qp()
678 tx_queue->tx_write_ptr *= FS_RING_DESC_SIZE; in bcmfs4_start_qp()
681 for (off = 0; off < FS_RING_CMPL_SIZE; off += FS_RING_DESC_SIZE) in bcmfs4_start_qp()
691 cmpl_queue->cmpl_read_ptr *= FS_RING_DESC_SIZE; in bcmfs4_start_qp()
702 msi = cmpl_queue->base_phys_addr + (1024 * FS_RING_DESC_SIZE); in bcmfs4_start_qp()
H A Dbcmfs5_rm.c481 cmpl_write_offset *= FS_RING_DESC_SIZE; in bcmfs5_dequeue_qp()
495 cmpl_read_offset += FS_RING_DESC_SIZE; in bcmfs5_dequeue_qp()
545 for (off = 0; off < tx_queue->queue_size; off += FS_RING_DESC_SIZE) { in bcmfs5_start_qp()
546 next_addr = off + FS_RING_DESC_SIZE; in bcmfs5_start_qp()
612 for (off = 0; off < FS_RING_CMPL_SIZE; off += FS_RING_DESC_SIZE) in bcmfs5_start_qp()
626 cmpl_queue->cmpl_read_ptr *= FS_RING_DESC_SIZE; in bcmfs5_start_qp()
636 msi = cmpl_queue->base_phys_addr + (1024 * FS_RING_DESC_SIZE); in bcmfs5_start_qp()