Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 219) sorted by relevance

123456789

/dpdk/drivers/common/cnxk/
H A Droc_model.h32 uint64_t flag; member
61 return (roc_model->flag & (ROC_MODEL_CN9K)); in roc_model_runtime_is_cn9k()
67 return (roc_model->flag & (ROC_MODEL_CN10K)); in roc_model_runtime_is_cn10k()
116 return roc_model->flag & ROC_MODEL_CN96xx_A0; in roc_model_is_cn96_a0()
134 return roc_model->flag & ROC_MODEL_CNF95xx_A0; in roc_model_is_cn95_a0()
140 return roc_model->flag & ROC_MODEL_CN106xx; in roc_model_is_cn10ka()
146 return roc_model->flag & ROC_MODEL_CNF105xx; in roc_model_is_cnf10ka()
152 return roc_model->flag & ROC_MODEL_CNF105xxN; in roc_model_is_cnf10kb()
176 return roc_model->flag & ROC_ENV_HW; in roc_env_is_hw()
182 return roc_model->flag & ROC_ENV_EMUL; in roc_env_is_emulator()
[all …]
H A Droc_model.c47 uint64_t flag; member
129 model->flag = model_db[i].flag; in populate_model()
137 model->flag = 0; in populate_model()
192 uint64_t flag; in env_lookup_flag() member
201 return envs[i].flag; in env_lookup_flag()
210 uint64_t flag; in of_env_get() local
215 model->flag |= ROC_ENV_HW; in of_env_get()
230 flag = env_lookup_flag(model->env); in of_env_get()
231 if (flag == 0) { in of_env_get()
236 model->flag |= flag; in of_env_get()
/dpdk/lib/gso/
H A Dgso_common.h21 #define IS_IPV4_TCP(flag) (((flag) & (RTE_MBUF_F_TX_TCP_SEG | RTE_MBUF_F_TX_IPV4)) == \ argument
24 #define IS_IPV4_VXLAN_TCP4(flag) (((flag) & (RTE_MBUF_F_TX_TCP_SEG | RTE_MBUF_F_TX_IPV4 | \ argument
29 #define IS_IPV4_VXLAN_UDP4(flag) (((flag) & (RTE_MBUF_F_TX_UDP_SEG | RTE_MBUF_F_TX_IPV4 | \ argument
34 #define IS_IPV4_GRE_TCP4(flag) (((flag) & (RTE_MBUF_F_TX_TCP_SEG | RTE_MBUF_F_TX_IPV4 | \ argument
39 #define IS_IPV4_UDP(flag) (((flag) & (RTE_MBUF_F_TX_UDP_SEG | RTE_MBUF_F_TX_IPV4)) == \ argument
/dpdk/drivers/net/sfc/
H A Dsfc_dp.c100 int flag; in sfc_dp_mport_register() local
114 flag = rte_mbuf_dynflag_register(&mport_override); in sfc_dp_mport_register()
115 if (flag < 0) { in sfc_dp_mport_register()
122 sfc_dp_mport_override = UINT64_C(1) << flag; in sfc_dp_mport_register()
143 int flag; in sfc_dp_ft_id_register() local
159 flag = rte_mbuf_dynflag_register(&ft_id_valid); in sfc_dp_ft_id_register()
160 if (flag < 0) { in sfc_dp_ft_id_register()
167 sfc_dp_ft_id_valid = UINT64_C(1) << flag; in sfc_dp_ft_id_register()
/dpdk/doc/guides/cryptodevs/
H A Doverview.rst16 - "In Place SGL" feature flag stands for "In place Scatter-gather list",
20 - "OOP SGL In SGL Out" feature flag stands for
25 - "OOP SGL In LB Out" feature flag stands for
30 - "OOP LB In SGL Out" feature flag stands for
35 - "OOP LB In LB Out" feature flag stands for
40 - "RSA PRIV OP KEY EXP" feature flag means PMD support RSA private key
43 - "RSA PRIV OP KEY QT" feature flag means PMD support RSA private key
46 - "Digest encrypted" feature flag means PMD support hash-cipher cases,
49 - "CIPHER_MULTIPLE_DATA_UNITS" feature flag means PMD support operations
52 - "CIPHER_WRAPPED_KEY" feature flag means PMD support wrapped key in cipher
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.h39 #define ULP_VF_REP_IS_ENABLED(flag) ((flag) & BNXT_ULP_VF_REP_ENABLED) argument
40 #define ULP_SHARED_SESSION_IS_ENABLED(flag) ((flag) &\ argument
42 #define ULP_APP_DEV_UNSUPPORTED_ENABLED(flag) ((flag) &\ argument
44 #define ULP_HIGH_AVAIL_IS_ENABLED(flag) ((flag) & BNXT_ULP_HIGH_AVAIL_ENABLED) argument
45 #define ULP_SOCKET_DIRECT_IS_ENABLED(flag) ((flag) & BNXT_ULP_APP_SOCKET_DIRECT) argument
/dpdk/app/test/
H A Dtest_interrupts.c29 static volatile int flag; variable
214 flag = -1; in test_interrupt_callback()
220 flag = -1; in test_interrupt_callback()
228 flag = -1; in test_interrupt_callback()
234 flag = 1; in test_interrupt_callback()
246 flag = -1; in test_interrupt_callback_1()
387 flag = 0; in test_interrupt_full_path_check()
400 for (count = 0; flag == 0 && count < 3; count++) in test_interrupt_full_path_check()
412 if (flag == 0) { in test_interrupt_full_path_check()
415 } else if (flag < 0) { in test_interrupt_full_path_check()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_ext_flow_handle.h112 #define TF_GET_FLAG_FROM_FLOW_HANDLE(flow_handle, flag) \ argument
113 (flag = (((flow_handle) & TF_FLAGS_FLOW_HANDLE_MASK) >>\
126 #define TF_SET_FLOW_ID(flow_id, gfid, flag, dir) \ argument
133 (((flag) << TF_FLAG_FLOW_ID_SFT) & \
151 #define TF_GET_FLAG_FROM_FLOW_ID(flow_id, flag) \ argument
153 flag = (((flow_id) & TF_FLAG_FLOW_ID_MASK) >> \
/dpdk/drivers/net/hns3/
H A Dmeson.build49 foreach flag: cflags
50 … if not (flag.startswith('-march=') or flag.startswith('-mcpu=') or flag.startswith('-mtune='))
51 sve_cflags += flag
H A Dhns3_mbx.c410 uint16_t flag; in hns3_handle_mbx_msg_out_intr() local
419 flag = rte_le_to_cpu_16(crq->desc[next_to_use].flag); in hns3_handle_mbx_msg_out_intr()
420 if (!hns3_get_bit(flag, HNS3_CMDQ_RX_OUTVLD_B)) in hns3_handle_mbx_msg_out_intr()
452 uint16_t flag; in hns3_dev_handle_mbx_msg() local
490 flag = rte_le_to_cpu_16(crq->desc[crq->next_to_use].flag); in hns3_dev_handle_mbx_msg()
491 if (unlikely(!hns3_get_bit(flag, HNS3_CMDQ_RX_OUTVLD_B))) { in hns3_dev_handle_mbx_msg()
497 crq->desc[crq->next_to_use].flag = 0; in hns3_dev_handle_mbx_msg()
505 crq->desc[crq->next_to_use].flag = 0; in hns3_dev_handle_mbx_msg()
552 crq->desc[crq->next_to_use].flag = 0; in hns3_dev_handle_mbx_msg()
/dpdk/drivers/net/vmxnet3/
H A Dmeson.build15 foreach flag: error_cflags
16 if cc.has_argument(flag)
17 cflags += flag
/dpdk/lib/mempool/
H A Dmeson.build6 foreach flag: extra_flags
7 if cc.has_argument(flag)
8 cflags += flag
/dpdk/doc/guides/howto/
H A Dtelemetry.rst26 The library is enabled by default, however an EAL flag to enable the library
32 A flag exists to disable Telemetry also::
101 i.e. using the `--file-prefix` EAL option flag,
102 the file-prefix for the process should be passed via the `-f` or `--file-prefix` script flag.
116 * For the case where multiple processes are run using the `--in-memory` EAL flag,
117 but no `--file-prefix` flag, or the same `--file-prefix` flag,
122 This suffix count can be passed to the telemetry script using the `-i` or `--instance` flag.
/dpdk/doc/guides/compressdevs/
H A Doverview.rst16 - "Pass-through" feature flag refers to the ability of the PMD
20 - "OOP SGL In SGL Out" feature flag stands for
25 - "OOP SGL In LB Out" feature flag stands for
30 - "OOP LB In SGL Out" feature flag stands for
/dpdk/drivers/net/txgbe/base/
H A Dmeson.build18 foreach flag: error_cflags
19 if cc.has_argument(flag)
20 c_args += flag
/dpdk/drivers/vdpa/sfc/
H A Dmeson.build14 foreach flag: extra_flags
15 if cc.has_argument(flag)
16 cflags += flag
/dpdk/drivers/net/fm10k/base/
H A Dmeson.build19 foreach flag: error_cflags
20 if cc.has_argument(flag)
21 c_args += flag
/dpdk/drivers/net/ixgbe/base/
H A Dmeson.build25 foreach flag: error_cflags
26 if cc.has_argument(flag)
27 c_args += flag
/dpdk/drivers/net/i40e/base/
H A Dmeson.build21 foreach flag: error_cflags
22 if cc.has_argument(flag)
23 c_args += flag
/dpdk/drivers/net/e1000/base/
H A Dmeson.build29 foreach flag: error_cflags
30 if cc.has_argument(flag)
31 c_args += flag
/dpdk/drivers/net/hinic/base/
H A Dmeson.build24 foreach flag: extra_flags
25 if cc.has_argument(flag)
26 cflags += flag
/dpdk/drivers/common/sfc_efx/
H A Dmeson.build31 foreach flag: extra_flags
32 if cc.has_argument(flag)
33 cflags += flag
/dpdk/drivers/net/octeontx/
H A Docteontx_rxtx.h317 const uint16_t flag) in __octeontx_xmit_prepare() argument
334 if ((flag & OCCTX_TX_OFFLOAD_OL3_OL4_CSUM_F) || in __octeontx_xmit_prepare()
335 (flag & OCCTX_TX_OFFLOAD_L3_L4_CSUM_F)) in __octeontx_xmit_prepare()
336 octeontx_tx_checksum_offload(cmd_buf, flag, tx_pkt); in __octeontx_xmit_prepare()
341 if (flag & OCCTX_TX_OFFLOAD_MBUF_NOFF_F) in __octeontx_xmit_prepare()
365 const uint16_t flag) in __octeontx_xmit_mseg_prepare() argument
379 if ((flag & OCCTX_TX_OFFLOAD_OL3_OL4_CSUM_F) || in __octeontx_xmit_mseg_prepare()
380 (flag & OCCTX_TX_OFFLOAD_L3_L4_CSUM_F)) in __octeontx_xmit_mseg_prepare()
381 octeontx_tx_checksum_offload(cmd_buf, flag, tx_pkt); in __octeontx_xmit_mseg_prepare()
398 if (flag & OCCTX_TX_OFFLOAD_MBUF_NOFF_F) { in __octeontx_xmit_mseg_prepare()
/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h100 const uint16_t flag, const void *lookup_mem) in ssovf_octeontx_wqe_to_pkt() argument
114 if (!!(flag & OCCTX_RX_OFFLOAD_CSUM_F)) in ssovf_octeontx_wqe_to_pkt()
118 if (!!(flag & OCCTX_RX_MULTI_SEG_F)) { in ssovf_octeontx_wqe_to_pkt()
127 if (!!(flag & OCCTX_RX_VLAN_FLTR_F)) { in ssovf_octeontx_wqe_to_pkt()
168 ssows_get_work(struct ssows *ws, struct rte_event *ev, const uint16_t flag) in ssows_get_work() argument
184 get_work1, (ev->event >> 20) & 0x7F, flag, in ssows_get_work()
/dpdk/drivers/net/ice/base/
H A Dmeson.build49 foreach flag: error_cflags
50 if cc.has_argument(flag)
51 c_args += flag

123456789