Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c286 pko_command.s.dontfree = 1; in cvm_oct_xmit()
384 pko_command.s.dontfree = 0; in cvm_oct_xmit()
442 if ((buffers_to_free < -100) && !pko_command.s.dontfree) in cvm_oct_xmit()
443 pko_command.s.dontfree = 1; in cvm_oct_xmit()
445 if (pko_command.s.dontfree) { in cvm_oct_xmit()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pko.h237 uint64_t dontfree:1; member
248 uint64_t dontfree:1;
/linux-4.1.27/arch/mips/cavium-octeon/executive/
Dcvmx-helper.c880 pko_command.s.dontfree = 0; in __cvmx_helper_errata_fix_ipd_ptr_alignment()