Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/octeon/
Dethernet-tx.c267 pko_command.s.dontfree = 1; in cvm_oct_xmit()
348 pko_command.s.dontfree = 0; in cvm_oct_xmit()
407 if ((buffers_to_free < -100) && !pko_command.s.dontfree) in cvm_oct_xmit()
408 pko_command.s.dontfree = 1; in cvm_oct_xmit()
410 if (pko_command.s.dontfree) { in cvm_oct_xmit()
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-pko.h237 uint64_t dontfree:1; member
248 uint64_t dontfree:1;
/Linux-v4.19/arch/mips/cavium-octeon/executive/
Dcvmx-helper.c935 pko_command.s.dontfree = 0; in __cvmx_helper_errata_fix_ipd_ptr_alignment()