Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nic.c946 __in uint32_t bufnum, in ef10_nic_pio_free() argument
952 if ((bufnum >= enp->en_arch.ef10.ena_piobuf_count) || in ef10_nic_pio_free()
958 map = &enp->en_arch.ef10.ena_pio_alloc_map[bufnum]; in ef10_nic_pio_free()
H A Def10_impl.h1022 __in uint32_t bufnum,
/f-stack/tools/libxo/libxo/
H A Dlibxo.c500 static THREAD_LOCAL(int) bufnum = 0; in xo_printable()
505 if (++bufnum == XO_NUMBUFS) in xo_printable()
506 bufnum = 0; in xo_printable()
508 char *res = bufset[bufnum], *cp, *ep; in xo_printable()