Home
last modified time | relevance | path

Searched refs:buf_count (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_distributor.c609 const unsigned int buf_count = 24; in sanity_mark_test() local
615 struct rte_mbuf *bufs[buf_count]; in sanity_mark_test()
616 struct rte_mbuf *returns[buf_count]; in sanity_mark_test()
618 unsigned int sorted[buf_count], seq; in sanity_mark_test()
646 for (i = 0; i < buf_count; i++) in sanity_mark_test()
650 for (i = 0; i < buf_count/burst; i++) { in sanity_mark_test()
657 buf_count - count); in sanity_mark_test()
663 buf_count - count); in sanity_mark_test()
664 } while (count < buf_count); in sanity_mark_test()
672 for (i = 0; i < buf_count; i++) { in sanity_mark_test()
[all …]
/f-stack/freebsd/net/
H A Dif_clone.c483 int buf_count, count, err = 0; in if_clone_list() local
497 buf_count = (V_if_cloners_count < ifcr->ifcr_count) ? in if_clone_list()
501 outbuf = malloc(IFNAMSIZ*buf_count, M_CLONE, M_WAITOK | M_ZERO); in if_clone_list()
510 count = (V_if_cloners_count < buf_count) ? in if_clone_list()
511 V_if_cloners_count : buf_count; in if_clone_list()
522 err = copyout(outbuf, dst, buf_count*IFNAMSIZ); in if_clone_list()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_type.h75 __le32 buf_count; member
H A Dice_flex_pipe.c166 if (++state->buf_idx < LE32_TO_CPU(state->buf_table->buf_count)) in ice_pkg_enum_buf()
1062 LE32_TO_CPU(ice_buf_tbl->buf_count)); in ice_download_pkg()
1065 LE32_TO_CPU(ice_buf_tbl->buf_count)); in ice_download_pkg()