Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cmdq.c278 static void cmdq_prepare_wqe_ctrl(struct hinic_cmdq_wqe *wqe, int wrapped, in cmdq_prepare_wqe_ctrl() argument
317 CMDQ_WQE_HEADER_SET((u32)wrapped, HW_BUSY_BIT); in cmdq_prepare_wqe_ctrl()
332 struct hinic_cmd_buf *buf_out, int wrapped, in cmdq_set_lcmd_wqe() argument
358 cmdq_prepare_wqe_ctrl(wqe, wrapped, ack_type, mod, cmd, in cmdq_set_lcmd_wqe()
475 cmdqs->cmdq[cmdq_type].wrapped = 1; in hinic_reinit_cmdq_ctxts()
492 cmdq->wrapped = 1; in init_cmdq()
781 int wrapped; in cmdq_sync_cmd_direct_resp() local
798 wrapped = cmdq->wrapped; in cmdq_sync_cmd_direct_resp()
802 cmdq->wrapped = !cmdq->wrapped; in cmdq_sync_cmd_direct_resp()
807 wrapped, ack_type, mod, cmd, curr_prod_idx); in cmdq_sync_cmd_direct_resp()
H A Dhinic_pmd_eqs.c62 #define EQ_WRAPPED(eq) ((u32)(eq)->wrapped << EQ_VALID_SHIFT)
65 ((u32)(eq)->wrapped << EQ_WRAPPED_SHIFT))
328 eq->wrapped = 0; in init_aeq()
H A Dhinic_pmd_eqs.h67 u16 wrapped; member
H A Dhinic_pmd_mgmt.c734 != eq->wrapped) { in hinic_aeq_poll_msg()
761 eq->wrapped = !eq->wrapped; in hinic_aeq_poll_msg()
H A Dhinic_pmd_cmdq.h190 int wrapped; member
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst49 When crypto engines are defined to work in wrapped import method, they come out
106 File path including only the wrapped credential in string format of hexadecimal
139 - AES-XTS keys provided in xform must include keytag and should be wrapped.
H A Doverview.rst52 - "CIPHER_WRAPPED_KEY" feature flag means PMD support wrapped key in cipher
/dpdk/doc/guides/cryptodevs/features/
H A Dmlx5.ini15 Cipher wrapped key = Y
H A Ddefault.ini35 Cipher wrapped key =
/dpdk/doc/guides/howto/
H A Drte_flow.rst24 testpmd command (wrapped for clarity)::
118 This code is equivalent to the following testpmd command (wrapped for
219 This code is equivalent to the following testpmd command (wrapped for
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst230 * Lines in sentences should be less than 80 characters and wrapped at
235 since they are not wrapped by the document formatters.
237 Long literal command lines can be shown wrapped with backslashes. For
305 * Item two is a long line that is wrapped and then indented to match
315 #. Item two is a long line that is wrapped and then indented to match
453 * Long lines that cannot be wrapped, such as application output, should be truncated to be less tha…
H A Dabi_policy.rst214 deprecation notice, in wrapped way by the ``RTE_NEXT_ABI`` option, to provide
H A Dpatches.rst256 * The text of the commit message should be wrapped at 72 characters.
H A Dcoding_style.rst639 * Long argument lists should be wrapped as described above in the function prototypes section.
/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst182 can be wrapped or discarded when file size reaches its maximum limit.
/dpdk/doc/guides/rel_notes/
H A Drelease_21_05.rst181 * **Added a cryptodev feature flag to support cipher wrapped keys.**
184 cipher wrapped keys in session xforms.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst36 …Some examples in this document are too long to fit on one line are shown wrapped at `"\\"` for dis…