Searched refs:wrapped (Results 1 – 17 of 17) sorted by relevance
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_cmdq.c | 278 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 D | hinic_pmd_eqs.c | 62 #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 D | hinic_pmd_eqs.h | 67 u16 wrapped; member
|
| H A D | hinic_pmd_mgmt.c | 734 != eq->wrapped) { in hinic_aeq_poll_msg() 761 eq->wrapped = !eq->wrapped; in hinic_aeq_poll_msg()
|
| H A D | hinic_pmd_cmdq.h | 190 int wrapped; member
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mlx5.rst | 49 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 D | overview.rst | 52 - "CIPHER_WRAPPED_KEY" feature flag means PMD support wrapped key in cipher
|
| /dpdk/doc/guides/cryptodevs/features/ |
| H A D | mlx5.ini | 15 Cipher wrapped key = Y
|
| H A D | default.ini | 35 Cipher wrapped key =
|
| /dpdk/doc/guides/howto/ |
| H A D | rte_flow.rst | 24 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 D | documentation.rst | 230 * 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 D | abi_policy.rst | 214 deprecation notice, in wrapped way by the ``RTE_NEXT_ABI`` option, to provide
|
| H A D | patches.rst | 256 * The text of the commit message should be wrapped at 72 characters.
|
| H A D | coding_style.rst | 639 * Long argument lists should be wrapped as described above in the function prototypes section.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 182 can be wrapped or discarded when file size reaches its maximum limit.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_05.rst | 181 * **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 D | testpmd_funcs.rst | 36 …Some examples in this document are too long to fit on one line are shown wrapped at `"\\"` for dis…
|