Home
last modified time | relevance | path

Searched refs:room (Results 1 – 25 of 25) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_compressor.c173 size_t room; in gz_write() local
207 room = MIN(sizeof(trailer), in gz_write()
209 memcpy(s->gz_buffer + len, trailer, room); in gz_write()
210 len += room; in gz_write()
225 if (zerror == Z_STREAM_END && room < sizeof(trailer)) in gz_write()
226 error = cb(trailer + room, in gz_write()
227 sizeof(trailer) - room, s->gz_off, arg); in gz_write()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c4305 room = RTE_MIN(room, in mlx5_tx_burst_empw_inline()
4313 part = room; in mlx5_tx_burst_empw_inline()
4328 part -= room; in mlx5_tx_burst_empw_inline()
4376 if (room < tlen) in mlx5_tx_burst_empw_inline()
4393 room -= tlen; in mlx5_tx_burst_empw_inline()
4436 part -= room; in mlx5_tx_burst_empw_inline()
4451 part -= room; in mlx5_tx_burst_empw_inline()
4461 part -= room; in mlx5_tx_burst_empw_inline()
4470 part -= room; in mlx5_tx_burst_empw_inline()
4480 part -= room; in mlx5_tx_burst_empw_inline()
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst52 This means that as long as there is room in the Ready buffer, the window will
61 the Order buffer to the Ready buffer, as long as there is room in the Ready buffer.
H A Drte_security.rst147 has required head room and tail room for any protocol header addition. The
217 should make sure that the buffer has required head room and tail room
H A Dring_lib.rst115 If there is not enough room in the ring (this is detected by checking cons_tail), it returns an err…
222 If there is not enough room in the ring (this is detected by checking cons_tail), it returns an err…
H A Dbbdev.rst578 with enough room for the output data.
702 with enough room for the output data.
826 The ``output`` buffer is allocated by the application with enough room
1055 application with enough room for the output data.
H A Dcompressdev.rst517 rte_exit(EXIT_FAILURE, "Not enough room in the mbuf\n");
520 rte_exit(EXIT_FAILURE, "Not enough room in the mbuf\n");
H A Dmbuf_lib.rst219 in the "dynamic space", by registering some room in the mbuf structure:
H A Dhash_lib.rst163 If there is room in the alternative bucket, the evicted entry
H A Dcryptodev_lib.rst927 rte_exit(EXIT_FAILURE, "Not enough room in the mbuf\n");
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst114 possible data room (65535 bytes). If the user wants to test scatter-gather
H A Dl2_forward_real_virtual.rst188 The number of allocated pkt mbufs is NB_MBUF, with a data room size of
H A Dl2_forward_job_stats.rst161 The number of allocated pkt mbufs is NB_MBUF, with a data room size of
H A Dl2_forward_event.rst184 The number of allocated pkt mbufs is NB_MBUF, with a data room size of
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib136 # don't unexpectedly run out of room.
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dci-hdrc-usb2.txt80 considers the left room size within frame is less than 188 bytes, software
/f-stack/dpdk/doc/guides/nics/
H A Dena.rst48 ENA introduces a very small set of management commands with room for
H A Dqede.rst142 EAL: memzone_reserve_aligned_thread_unsafe(): No more room in config
H A Dmlx5.rst305 - The first mbuf length, without head-room, must be big enough to include the
524 space left for a head room at the end of a stride which incurs some
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst868 * **mbuf: Fix data room size calculation in pool init.**
870 Deduct the mbuf data room size from ``mempool->elt_size`` and ``priv_size``,
877 private size is assumed to be 0, and the room size is ``mp->elt_size`` -
H A Drelease_20_05.rst361 when there is not enough room to store one object.
H A Drelease_19_11.rst83 This new feature adds the ability to dynamically register some room
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown93 left to make room. This works if your program is one where the user is
/f-stack/freebsd/contrib/zlib/
H A DChangeLog490 - Add error message for no more room for gzungetc()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt9847 is present. Now leave room for the Index. BZ 426