Lines Matching refs:operation

79 different capabilities (e.g. support different operation types), all queues on
81 for only one type of operation and is configured at initialization time.
82 When an operation is enqueued to a specific queue ID, the result is dequeued
178 virtual bbdev devices, if the baseband operation and data buffers are in local
185 different logical core to dequeue an operation on a queue pair from the logical
328 An encode bbdev operation is represented by ``rte_bbdev_enc_op`` structure,
330 containers for all necessary information required for the bbdev operation to be
355 The operation structure by itself defines the operation type. It includes an
356 operation status, a reference to the operation specific data, which can vary in
357 size and content depending on the operation being provisioned. It also contains
358 the source mempool for the operation, if it is allocated from a mempool.
360 If bbdev operations are allocated from a bbdev operation mempool, see next
362 operation for applications purposes.
364 Application software is responsible for specifying all the operation specific
366 to process the requested operation.
373 utilize the Mempool Library to allocate operation buffers. Therefore, it ensures
374 that the bbdev operation is interleaved optimally across the channels and
385 allocate bbdev operations of a specific type from a given bbdev operation mempool.
396 operation to its allocating pool.
408 The bbdev operation structure contains all the mutable data relating to
453 operation.
491 - ``offset``: This is the starting point of the BBDEV (encode/decode) operation,
498 - ``length``: This is the total data length to be processed in one operation,
502 undergoing the operation.
504 the operation.
505 If it is for one TB, this is the total length of the TB under operation.
507 "scattered" data segments undergoing the operation.
538 "op_flags","bitmask of all active operation capabilities"
546 (TB). An operation executes in "CB-mode" when the CB is standalone. While
547 "TB-mode" executes when an operation performs on one or multiple CBs that
560 In CB-mode, CRC24A/B is an optional operation.
640 "op_flags","bitmask of all active operation capabilities"
652 transport block (TB). An operation executes in "CB-mode" when the CB is
653 standalone. While "TB-mode" executes when an operation performs on one or
716 The operation flags that can be set for each LDPC encode operation are
719 **NOTE:** The actual operation flags that may be used with a specific
751 The structure passed for each LDPC encode operation is given below,
752 with the operation flags forming a bitmask in the ``op_flags`` field.
784 |op_flags |bitmask of all active operation capabilities |
800 |op_flags |bitmask of all active operation capabilities |
835 The valid modes of operation are:
875 The operation flags that can be set for each LDPC decode operation are
878 **NOTE:** The actual operation flags that may be used with a specific
946 The structure passed for each LDPC decode operation is given below,
947 with the operation flags forming a bitmask in the ``op_flags`` field.
992 |op_flags |bitmask of all active operation capabilities |
1012 |op_flags |bitmask of all active operation capabilities |
1063 The valid modes of operation are:
1092 bbdev framework, by giving a sample code performing a loop-back operation with a