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

/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h96 /* (rcv_error, not_IP, IP_exc, is_frag, L4_error, software, etc.) */
101 (only applies if !rcv_error && !not_IP && !IP_exc && !is_frag)
119 (only applies if !rcv_error && !not_IP) failure indicated in err_code below, decode:
130 uint64_t not_IP : 1; /**< set if the packet may not be IP (must be zero in this case) */ member in struct:__anon7619::__anon7620
154 /* (rcv_error, not_IP, IP_exc, is_frag, L4_error, software, etc.) */
159 (only applies if !rcv_error && !not_IP && !IP_exc && !is_frag)
177 (only applies if !rcv_error && !not_IP) failure indicated in err_code below, decode:
188 uint64_t not_IP : 1; /**< set if the packet may not be IP (must be zero in this case) */ member in struct:__anon7619::__anon7621
213 /* (rcv_error, not_IP, IP_exc, is_frag, L4_error, software, etc.) */
218 (only applies if !rcv_error && !not_IP
247 uint64_t not_IP : 1; /**< set if the packet may not be IP (must be zero in this case) */ member in struct:__anon7619::__anon7622
283 uint64_t not_IP : 1; /**< set if the packet may not be IP (must be one in this case) */ member in struct:__anon7619::__anon7624
338 uint64_t not_IP : 1; /**< set if the packet may not be IP (must be one in this case) */ member in struct:__anon7619::__anon7625
393 uint64_t not_IP : 1; /**< set if the packet may not be IP (must be one in this case) */ member in struct:__anon7619::__anon7626
[all...]
H A Dcvmx-helper-util.c175 if (cvmx_likely(!work->word2.s.not_IP))
/freebsd-10.2-release/sys/mips/cavium/octe/
H A Dethernet-rx.c243 if (cvmx_likely(!work->word2.s.not_IP)) {
296 if ((work->word2.s.not_IP || work->word2.s.IP_exc || work->word2.s.L4_error))

Completed in 98 milliseconds