Searched refs: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 344 fle->f.first = fle->f.last = time_uptime; in hash_insert() 727 if ((INACTIVE(fle) && SMALL(fle)) || AGED(fle)) { in ng_netflow_flow_add() 851 expire_flow(priv, priv_to_fib(priv, fle->f.r.fib), fle, in ng_netflow_flow6_add() 874 expire_flow(priv, priv_to_fib(priv, fle->f.r.fib), fle, in ng_netflow_flow6_add() 1121 if ((INACTIVE(fle) && (SMALL(fle) || in ng_netflow_expire() 1125 fle->f.r.fib), fle, NG_NOFLAGS); in ng_netflow_expire() [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() argument 258 fed = (struct flow_entry_data *)&fle->f; in export9_add() 260 fed6 = (struct flow6_entry_data *)&fle->f; in export9_add()
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 283 #define DPAA2_SET_FLE_INTERNAL_JD(fle, len) ((fle)->frc = (0x80000000 | (len))) argument 285 (size_t)((((uint64_t)((fle)->addr_hi)) << 32) + (fle)->addr_lo) 291 ((((uint64_t)((fle)->reserved[1])) << 32) + (fle)->reserved[0]) 298 #define DPAA2_SET_FLE_LEN(fle, len) ((fle)->length = len) argument 299 #define DPAA2_SET_FLE_BPID(fle, bpid) ((fle)->fin_bpid_offset |= (size_t)bpid) 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 317 #define DPAA2_GET_FLE_OFFSET(fle) (((fle)->fin_bpid_offset & 0x0FFF0000) >> 16) argument [all …]
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 470 fle = fle + 1; in build_authenc_gcm_fd() 529 fle++; in build_authenc_gcm_fd() 762 fle = fle + 1; in build_authenc_fd() 827 fle++; in build_authenc_fd() 1025 fle = fle + 1; in build_auth_fd() 1049 fle++; in build_auth_fd() 1073 fle->length = fle->length + sge->length; in build_auth_fd() 1181 flc, fle, fle->addr_hi, fle->addr_lo, in build_cipher_sg_fd() 1278 fle = fle + 1; in build_cipher_fd() 1316 flc, fle, fle->addr_hi, fle->addr_lo, in build_cipher_fd() [all …]
|
| /f-stack/dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 167 fle++; in dpaa2_qdma_populate_fle() 172 DPAA2_SET_FLE_BMT(fle); in dpaa2_qdma_populate_fle() 177 fle->word4.fmt = fmt; in dpaa2_qdma_populate_fle() 180 fle++; in dpaa2_qdma_populate_fle() 190 fle->word4.fmt = fmt; in dpaa2_qdma_populate_fle() 194 DPAA2_SET_FLE_FIN(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 [all …]
|
| /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 1740 fle *= 2; in raxRandomWalk() 1741 steps = 1 + rand() % fle; in raxRandomWalk()
|