Searched defs:fle (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 92 #define INACTIVE(fle) (time_uptime - fle->f.last > priv->nfinfo_inact_t) argument 93 #define AGED(fle) (time_uptime - fle->f.first > priv->nfinfo_act_t) argument 94 #define ISFREE(fle) (fle->f.packets == 0) argument 102 #define SMALL(fle) (fle->f.packets <= 4) argument 324 struct flow_entry *fle; in hash_insert() local 568 struct flow_entry *fle, *fle1; in ng_netflow_cache_flush() local 652 struct flow_entry *fle, *fle1; in ng_netflow_flow_add() local 781 struct flow_entry *fle = NULL, *fle1; in ng_netflow_flow6_add() local 907 struct flow_entry *fle; in ng_netflow_flow_show() local 1044 export_add(item_p item, struct flow_entry *fle) in export_add() [all …]
|
| H A D | netflow_v9.c | 241 export9_add(item_p item, struct netflow_v9_packet_opt *t, struct flow_entry *fle) in export9_add()
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 284 #define DPAA2_GET_FLE_ADDR(fle) \ argument 286 #define DPAA2_SET_FLE_ADDR(fle, addr) do { \ argument 290 #define DPAA2_GET_FLE_CTXT(fle) \ argument 292 #define DPAA2_FLE_SAVE_CTXT(fle, addr) do { \ argument 296 #define DPAA2_SET_FLE_OFFSET(fle, offset) \ argument 298 #define DPAA2_SET_FLE_LEN(fle, len) ((fle)->length = len) argument 300 #define DPAA2_GET_FLE_BPID(fle) ((fle)->fin_bpid_offset & 0x000000ff) argument 301 #define DPAA2_SET_FLE_FIN(fle) ((fle)->fin_bpid_offset |= 1 << 31) argument 302 #define DPAA2_SET_FLE_IVP(fle) (((fle)->fin_bpid_offset |= 0x00004000)) argument 303 #define DPAA2_SET_FLE_BMT(fle) (((fle)->fin_bpid_offset |= 0x00008000)) argument [all …]
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 70 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_proto_compound_sg_fd() local 187 struct qbman_fle *fle, *ip_fle, *op_fle; in build_proto_compound_fd() local 297 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_authenc_gcm_sg_fd() local 442 struct qbman_fle *fle, *sge; in build_authenc_gcm_fd() local 582 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_authenc_sg_fd() local 729 struct qbman_fle *fle, *sge; in build_authenc_fd() local 873 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_auth_sg_fd() local 990 struct qbman_fle *fle, *sge; in build_auth_fd() local 1104 struct qbman_fle *ip_fle, *op_fle, *sge, *fle; in build_cipher_sg_fd() local 1237 struct qbman_fle *fle, *sge; in build_cipher_fd() local [all …]
|
| /f-stack/dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 118 dpaa2_qdma_populate_fle(struct qbman_fle *fle, in dpaa2_qdma_populate_fle() 305 struct qbman_fle *fle; in dpdmai_dev_set_multi_fd_lf_no_rsp() local 352 struct qbman_fle *fle; in dpdmai_dev_set_multi_fd_lf() local 403 struct qbman_fle *fle; in dpdmai_dev_set_sg_fd_lf() local 509 struct qbman_fle *fle; in dpdmai_dev_get_single_job_lf() local 543 struct qbman_fle *fle; in dpdmai_dev_get_sg_job_lf() local
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.c | 1739 size_t fle = floor(log(it->rt->numele)); in raxRandomWalk() local
|