Home
last modified time | relevance | path

Searched refs:rcv_error (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)
163 uint64_t rcv_error:1; member
172 uint64_t rcv_error:1;
217 uint64_t rcv_error:1; member
221 uint64_t rcv_error:1;
369 uint64_t rcv_error:1; member
382 uint64_t rcv_error:1;
/linux/drivers/staging/octeon/
H A Dethernet-tx.c609 work->word2.s.rcv_error = 0; in cvm_oct_xmit_pow()
637 work->word2.snoip.rcv_error = 0; in cvm_oct_xmit_pow()
H A Dethernet-rx.c275 if (unlikely(work->word2.snoip.rcv_error)) { in cvm_oct_poll()