Home
last modified time | relevance | path

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

/drivers/net/octeontx2/
A Drvu_common.c15 int qmem_alloc(struct qmem *q, u32 qsize, size_t entry_sz) in qmem_alloc() argument
17 q->base = memalign(CONFIG_SYS_CACHELINE_SIZE, qsize * entry_sz); in qmem_alloc()
20 q->entry_sz = entry_sz; in qmem_alloc()
22 q->alloc_sz = (size_t)qsize * entry_sz; in qmem_alloc()
25 q->qsize, q->entry_sz, q->alloc_sz, q->base); in qmem_alloc()
A Drvu.h42 u8 entry_sz; member
94 int qmem_alloc(struct qmem *q, u32 qsize, size_t entry_sz);
A Dnix.c525 cqe = cq_tx_base + head * nix->cq[NIX_CQ_TX].entry_sz; in nix_lf_flush_tx()
601 u32 rx_cqe_sz = nix->cq[NIX_CQ_RX].entry_sz; in nix_lf_flush_rx()
678 nix->cq[NIX_CQ_RX].entry_sz); in nix_lf_recv()
679 cqe = cq_rx_base + head * nix->cq[NIX_CQ_RX].entry_sz; in nix_lf_recv()
A Dnix_af.c60 memset(npa->aq.res.base, 0, npa->aq.res.entry_sz); in npa_attach_aura()
106 memset(npa->aq.res.base, 0, npa->aq.res.entry_sz); in npa_attach_pool()

Completed in 9 milliseconds