Home
last modified time | relevance | path

Searched defs:skip_len (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_cache.cpp198 uint32_t left = len, skip_len = 0; in cache_copy_out() local
661 uint32_t skip_len = pos_left > real_left ? real_left : pos_left; in read_cache_begin() local
H A Dmt_net.cpp464 uint32_t skip_len = (len >= _req_len) ? _req_len : len; in SkipSendPos() local
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pip.h256 …uint64_t skip_len : 7; /**< Skip amount, including this header, to the be… member
/f-stack/tools/sysctl/
H A Dsysctl.c1133 static int skip_len = 0, skip_oid[CTL_MAXNAME]; local
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c1982 u32 read_len, u32 skip_len) in qed_grc_dump_reg_entry_skip()