Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c93 flc = &priv->flc_desc[0].flc; in build_proto_compound_sg_fd()
197 flc = &priv->flc_desc[0].flc; in build_proto_compound_fd()
275 flc = &priv->flc_desc[0].flc; in build_proto_fd()
328 flc = &priv->flc_desc[0].flc; in build_authenc_gcm_sg_fd()
491 flc = &priv->flc_desc[0].flc; in build_authenc_gcm_fd()
617 flc = &priv->flc_desc[0].flc; in build_authenc_sg_fd()
783 flc = &priv->flc_desc[0].flc; in build_authenc_fd()
1148 flc = &priv->flc_desc[0].flc; in build_cipher_sg_fd()
1295 flc = &priv->flc_desc[0].flc; in build_cipher_fd()
1840 flc = &priv->flc_desc[0].flc; in dpaa2_sec_cipher_init()
[all …]
H A Ddpaa2_sec_priv.h48 #define DPAA2_SET_FLC_EWS(flc) (flc->word1_bits23_16 |= 0x1) argument
49 #define DPAA2_SET_FLC_RSC(flc) (flc->word1_bits31_24 |= 0x1) argument
50 #define DPAA2_SET_FLC_REUSE_BS(flc) (flc->mode_bits |= 0x8000) argument
51 #define DPAA2_SET_FLC_REUSE_FF(flc) (flc->mode_bits |= 0x2000) argument
113 struct sec_flow_context flc; member
/f-stack/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()
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Ddpni.c1742 cmd_params->flc = cpu_to_le64(action->flc); in dpni_add_fs_entry()
1989 dpni_set_field(cmd_params->flags, STASH_CTRL, queue->flc.stash_control); in dpni_set_queue()
1992 cmd_params->flc = cpu_to_le64(queue->flc.value); in dpni_set_queue()
2048 queue->flc.stash_control = dpni_get_field(rsp_params->flags, in dpni_get_queue()
2052 queue->flc.value = le64_to_cpu(rsp_params->flc); in dpni_get_queue()
H A Dfsl_dpni_cmd.h503 uint64_t flc; member
527 uint64_t flc; member
578 uint64_t flc; member
H A Dfsl_dpni.h1118 } flc; member
1257 uint64_t flc; member
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c714 cfg.flc.stash_control = true; in dpaa2_dev_rx_queue_setup()
715 cfg.flc.value &= 0xFFFFFFFFFFFFFFC0; in dpaa2_dev_rx_queue_setup()
723 cfg.flc.value |= 0x10; in dpaa2_dev_rx_queue_setup()
725 cfg.flc.value |= 0x14; in dpaa2_dev_rx_queue_setup()