Home
last modified time | relevance | path

Searched refs:linear (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c16 static COMPAT_LIST_HEAD(linear);
211 list_add_tail(&dd->linear, &linear); in linear_dir()
268 INIT_LIST_HEAD(&linear); in of_finish()
275 if (f->linear.next == &linear) in next_linear()
277 return list_entry(f->linear.next, struct dt_dir, linear); in next_linear()
309 if (list_empty(&linear)) in of_find_compatible_node()
312 d = list_entry(linear.next, struct dt_dir, linear); in of_find_compatible_node()
366 list_for_each_entry(d, &linear, linear) in of_find_node_by_phandle()
H A Ddpaa_of.h89 struct list_head linear; member
/dpdk/doc/guides/cryptodevs/
H A Doverview.rst28 outputting linear buffers (i.e. single segment).
32 which means PMD supports input from linear buffer, outputting
38 with linear input and output buffers.
H A Dscheduler.rst160 For large packets (1.5 kbytes) scheduler shows linear scaling in performance
/dpdk/doc/guides/compressdevs/
H A Doverview.rst27 which means PMD supports input from scatter-gathered styled buffers, outputting linear buffers
32 which means PMD supports input from linear buffer, outputting scatter-gathered styled buffers.
/dpdk/doc/guides/nics/
H A Dvhost.rst57 #. ``linear-buffer``:
59 It is used to enable linear buffer support in vhost library.
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst73 Enabling this flag forces vhost dequeue function to only provide linear
84 buffers to be dequeue, this flag should be enabled to force only linear
97 support multi-segmented mbufs (non-linear). In this case, a fresh buffer
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c1518 STATIC s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) in ixgbe_supported_sfp_modules_X550em() argument
1527 *linear = true; in ixgbe_supported_sfp_modules_X550em()
1539 *linear = false; in ixgbe_supported_sfp_modules_X550em()
1560 bool linear; in ixgbe_identify_sfp_module_X550em() local
1570 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_identify_sfp_module_X550em()
1582 bool linear; in ixgbe_setup_sfp_modules_X550em() local
1587 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_setup_sfp_modules_X550em()