Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-wqe.h130 …uint64_t not_IP : 1; /**< set if the packet may not be IP (must be zero in th… member
188 …uint64_t not_IP : 1; /**< set if the packet may not be IP (must be zero in th… member
247 …uint64_t not_IP : 1; /**< set if the packet may not be IP (must be zero in th… member
283 …uint64_t not_IP : 1; /**< set if the packet may not be IP (must be one in thi… member
338 …uint64_t not_IP : 1; /**< set if the packet may not be IP (must be one in thi… member
393 …uint64_t not_IP : 1; /**< set if the packet may not be IP (must be one in thi… member
H A Dcvmx-helper-util.c175 if (cvmx_likely(!work->word2.s.not_IP)) in cvmx_helper_dump_packet()
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-rx.c236 if (cvmx_likely(!work->word2.s.not_IP)) { in cvm_oct_tasklet_rx()
289 if ((work->word2.s.not_IP || work->word2.s.IP_exc || work->word2.s.L4_error)) in cvm_oct_tasklet_rx()