Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/octeon/
Dethernet-tx.c270 pko_command.s.dontfree = 1; in cvm_oct_xmit()
368 pko_command.s.dontfree = 0; in cvm_oct_xmit()
428 if ((buffers_to_free < -100) && !pko_command.s.dontfree) in cvm_oct_xmit()
429 pko_command.s.dontfree = 1; in cvm_oct_xmit()
431 if (pko_command.s.dontfree) { in cvm_oct_xmit()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pko.h237 uint64_t dontfree:1; member
248 uint64_t dontfree:1;
/linux-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-helper.c897 pko_command.s.dontfree = 0; in __cvmx_helper_errata_fix_ipd_ptr_alignment()