Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h87 * (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;
/linux/drivers/staging/octeon/
H A Dethernet-rx.c310 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 Dethernet-tx.c607 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()