Home
last modified time | relevance | path

Searched refs:ctxsize (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h157 uint32_t ctxsize; member
569 uint32_t ctxsize);
H A Dlio_rxtx.c1225 uint32_t rdatasize, uint32_t ctxsize) in lio_alloc_soft_command() argument
1232 RTE_ASSERT((offset + datasize + rdatasize + ctxsize) <= in lio_alloc_soft_command()
1254 if (ctxsize) { in lio_alloc_soft_command()
1256 sc->ctxsize = ctxsize; in lio_alloc_soft_command()
1260 offset = (offset + ctxsize + 127) & 0xffffff80; in lio_alloc_soft_command()