Home
last modified time | relevance | path

Searched refs:flc (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c117 flc = &priv->flc_desc[0].flc; in build_proto_compound_sg_fd()
221 flc = &priv->flc_desc[0].flc; in build_proto_compound_fd()
299 flc = &priv->flc_desc[0].flc; in build_proto_fd()
352 flc = &priv->flc_desc[0].flc; in build_authenc_gcm_sg_fd()
516 flc = &priv->flc_desc[0].flc; in build_authenc_gcm_fd()
642 flc = &priv->flc_desc[0].flc; in build_authenc_sg_fd()
808 flc = &priv->flc_desc[0].flc; in build_authenc_fd()
1173 flc = &priv->flc_desc[0].flc; in build_cipher_sg_fd()
1320 flc = &priv->flc_desc[0].flc; in build_cipher_fd()
2146 flc = &priv->flc_desc[0].flc; in dpaa2_sec_cipher_init()
[all …]
H A Ddpaa2_sec_raw_dp.c41 struct sec_flow_context *flc; in build_raw_dp_chain_fd() local
77 flc = &priv->flc_desc[0].flc; in build_raw_dp_chain_fd()
196 struct sec_flow_context *flc; in build_raw_dp_aead_fd() local
226 flc = &priv->flc_desc[0].flc; in build_raw_dp_aead_fd()
350 struct sec_flow_context *flc; in build_raw_dp_auth_fd() local
378 flc = &priv->flc_desc[DESC_INITFINAL].flc; in build_raw_dp_auth_fd()
467 struct sec_flow_context *flc; in build_raw_dp_proto_fd() local
483 flc = &priv->flc_desc[0].flc; in build_raw_dp_proto_fd()
597 struct sec_flow_context *flc; in build_raw_dp_cipher_fd() local
625 flc = &priv->flc_desc[0].flc; in build_raw_dp_cipher_fd()
[all …]
H A Ddpaa2_sec_priv.h60 #define DPAA2_SET_FLC_EWS(flc) (flc->word1_bits23_16 |= 0x1) argument
61 #define DPAA2_SET_FLC_RSC(flc) (flc->word1_bits31_24 |= 0x1) argument
62 #define DPAA2_SET_FLC_REUSE_BS(flc) (flc->mode_bits |= 0x8000) argument
63 #define DPAA2_SET_FLC_REUSE_FF(flc) (flc->mode_bits |= 0x2000) argument
125 struct sec_flow_context flc; member
/dpdk/drivers/raw/dpaa2_cmdif/
H A Drte_pmd_dpaa2_cmdif.h26 uint64_t flc; member
H A Ddpaa2_cmdif.c96 DPAA2_SET_FD_FLC(&fd, cmdif_send_cnxt->flc); in dpaa2_cmdif_enqueue_bufs()
181 cmdif_rcv_cnxt->flc = DPAA2_GET_FD_FLC(fd); in dpaa2_cmdif_dequeue_bufs()
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni_cmd.h535 uint64_t flc; member
559 uint64_t flc; member
611 uint64_t flc; member
H A Ddpni.c1929 cmd_params->flc = cpu_to_le64(action->flc); in dpni_add_fs_entry()
2418 dpni_set_field(cmd_params->flags, STASH_CTRL, queue->flc.stash_control); in dpni_set_queue()
2421 cmd_params->flc = cpu_to_le64(queue->flc.value); in dpni_set_queue()
2484 queue->flc.stash_control = dpni_get_field(rsp_params->flags, in dpni_get_queue()
2488 queue->flc.value = le64_to_cpu(rsp_params->flc); in dpni_get_queue()
H A Dfsl_dpni.h1409 } flc; member
1571 uint64_t flc; member
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c785 cfg.flc.stash_control = true; in dpaa2_dev_rx_queue_setup()
786 cfg.flc.value &= 0xFFFFFFFFFFFFFFC0; in dpaa2_dev_rx_queue_setup()
794 cfg.flc.value |= 0x10; in dpaa2_dev_rx_queue_setup()
796 cfg.flc.value |= 0x14; in dpaa2_dev_rx_queue_setup()