Searched refs:not_IP (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-wqe.h | 87 * (rcv_error, not_IP, IP_exc, is_frag, L4_error, 99 * !rcv_error && !not_IP && !IP_exc && !is_frag) 127 * / exception (only applies if !rcv_error && !not_IP) 158 uint64_t not_IP:1; member 173 uint64_t not_IP:1; 216 uint64_t not_IP:1; member 222 uint64_t not_IP:1; 321 uint64_t not_IP:1; member 383 uint64_t not_IP:1;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-wqe.h | 87 * (rcv_error, not_IP, IP_exc, is_frag, L4_error, 99 * !rcv_error && !not_IP && !IP_exc && !is_frag) 127 * / exception (only applies if !rcv_error && !not_IP) 158 uint64_t not_IP:1; member 173 uint64_t not_IP:1; 216 uint64_t not_IP:1; member 222 uint64_t not_IP:1; 321 uint64_t not_IP:1; member 383 uint64_t not_IP:1;
|
/kernel/linux/linux-5.10/drivers/staging/octeon/ |
H A D | ethernet-rx.c | 310 if (likely(!work->word2.s.not_IP)) { in cvm_oct_poll() 339 if (unlikely(work->word2.s.not_IP || in cvm_oct_poll()
|
H A D | ethernet-tx.c | 610 work->word2.s.not_IP = 0; in cvm_oct_xmit_pow() 637 work->word2.snoip.not_IP = 1; /* IP was done up above */ in cvm_oct_xmit_pow()
|
H A D | octeon-stubs.h | 67 uint64_t not_IP:1; member 90 uint64_t not_IP:1; member 116 uint64_t not_IP:1; member
|
/kernel/linux/linux-6.6/drivers/staging/octeon/ |
H A D | ethernet-rx.c | 310 if (likely(!work->word2.s.not_IP)) { in cvm_oct_poll() 339 if (unlikely(work->word2.s.not_IP || in cvm_oct_poll()
|
H A D | ethernet-tx.c | 607 work->word2.s.not_IP = 0; in cvm_oct_xmit_pow() 634 work->word2.snoip.not_IP = 1; /* IP was done up above */ in cvm_oct_xmit_pow()
|
H A D | octeon-stubs.h | 67 uint64_t not_IP:1; member 90 uint64_t not_IP:1; member 116 uint64_t not_IP:1; member
|
Completed in 14 milliseconds