Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/octeon/
H A Dethernet-tx.c257 pko_command.s.dontfree = 1; in cvm_oct_xmit()
338 pko_command.s.dontfree = 0; in cvm_oct_xmit()
394 if ((buffers_to_free < -100) && !pko_command.s.dontfree) in cvm_oct_xmit()
395 pko_command.s.dontfree = 1; in cvm_oct_xmit()
397 if (pko_command.s.dontfree) { in cvm_oct_xmit()
H A Docteon-stubs.h1147 uint64_t dontfree:1; member
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pko.h236 uint64_t dontfree:1; member
247 uint64_t dontfree:1;
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper.c894 pko_command.s.dontfree = 0; in __cvmx_helper_errata_fix_ipd_ptr_alignment()