Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd/sys/dev/gve/
H A Dgve_rx_dqo.c36 gve_free_rx_mbufs_dqo(struct gve_rx_ring *rx) in gve_free_rx_mbufs_dqo()
60 struct gve_rx_ring *rx = &priv->rx[i]; in gve_rx_free_ring_dqo() local
94 struct gve_rx_ring *rx = &priv->rx[i]; in gve_rx_alloc_ring_dqo() local
174 gve_rx_clear_desc_ring_dqo(struct gve_rx_ring *rx) in gve_rx_clear_desc_ring_dqo()
189 gve_rx_clear_compl_ring_dqo(struct gve_rx_ring *rx) in gve_rx_clear_compl_ring_dqo()
204 struct gve_rx_ring *rx = &priv->rx[i]; in gve_clear_rx_ring_dqo() local
254 struct gve_rx_ring *rx = arg; in gve_rx_intr_dqo() local
267 gve_rx_advance_head_dqo(struct gve_rx_ring *rx) in gve_rx_advance_head_dqo()
281 gve_rx_post_buf_dqo(struct gve_rx_ring *rx, struct gve_rx_buf_dqo *buf) in gve_rx_post_buf_dqo()
296 gve_rx_post_new_mbuf_dqo(struct gve_rx_ring *rx, int how) in gve_rx_post_new_mbuf_dqo()
[all …]
H A Dgve_rx.c38 struct gve_rx_ring *rx = &priv->rx[i]; in gve_rx_free_ring_gqi() local
59 struct gve_rx_ring *rx = &priv->rx[i]; in gve_rx_free_ring() local
77 gve_prefill_rx_slots(struct gve_rx_ring *rx) in gve_prefill_rx_slots()
100 struct gve_rx_ring *rx = &priv->rx[i]; in gve_rx_alloc_ring_gqi() local
146 struct gve_rx_ring *rx = &priv->rx[i]; in gve_rx_alloc_ring() local
214 gve_rx_clear_data_ring(struct gve_rx_ring *rx) in gve_rx_clear_data_ring()
239 gve_rx_clear_desc_ring(struct gve_rx_ring *rx) in gve_rx_clear_desc_ring()
254 struct gve_rx_ring *rx = &priv->rx[i]; in gve_clear_rx_ring() local
273 struct gve_rx_ring *rx = &priv->rx[i]; in gve_start_rx_ring() local
303 struct gve_rx_ring *rx; in gve_create_rx_rings() local
[all …]
H A Dgve_utils.c281 struct gve_rx_ring *rx; in gve_alloc_irqs() local
408 struct gve_rx_ring *rx; in gve_unmask_all_queue_irqs() local
438 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_mask_all_queue_irqs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg()
81 void ExecutionDomainFix::kill(int rx) { in kill()
91 void ExecutionDomainFix::force(int rx, unsigned domain) { in force()
122 for (unsigned rx = 0; rx != NumRegs; ++rx) in collapse() local
144 for (unsigned rx = 0; rx != NumRegs; ++rx) { in merge() local
178 for (unsigned rx = 0; rx != NumRegs; ++rx) { in enterBasicBlock() local
246 for (int rx : regIndices(MO.getReg())) { in processDefs() local
265 for (int rx : regIndices(mo.getReg())) { in visitHardInstr() local
275 for (int rx : regIndices(mo.getReg())) { in visitHardInstr() local
296 for (int rx : regIndices(mo.getReg())) { in visitSoftInstr() local
[all …]
/freebsd/lib/msun/src/
H A Dcatrigf.c87 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work()
147 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
202 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
262 float rx, ry; in cacoshf() local
340 float x, y, ax, ay, rx, ry; in catanhf() local
H A Dcatrig.c152 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work()
276 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
357 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
432 double rx, ry; in cacosh() local
573 double x, y, ax, ay, rx, ry; in catanh() local
H A Dcatrigl.c106 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, in do_hard_work()
166 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
222 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
282 long double rx, ry; in cacoshl() local
361 long double x, y, ax, ay, rx, ry; in catanhl() local
H A Ds_csqrt.c42 double a, b, rx, ry, scale, t; in csqrt() local
H A Ds_csqrtl.c57 long double a, b, rx, ry, scale, t; in csqrtl() local
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_rpcb_pxy.c273 rpcb_xact_t *rx; in ipf_p_rpcb_out() local
407 rpcb_xact_t rx; in ipf_p_rpcb_decodereq() local
553 ipf_p_rpcb_insert(rpcb_session_t *rs, rpcb_xact_t *rx) in ipf_p_rpcb_insert()
826 rpcb_xact_t *rx; in ipf_p_rpcb_decoderep() local
1002 rpcb_xact_t *rx; in ipf_p_rpcb_lookup() local
1026 ipf_p_rpcb_deref(rpcb_session_t *rs, rpcb_xact_t *rx) in ipf_p_rpcb_deref()
/freebsd/contrib/ncurses/form/
H A Dfty_regex.c150 char *rx = (char *)arg; in Generic_RegularExpression_Type() local
251 char *rx = va_arg(*ap, char *); in Make_RegularExpression_Type() local
/freebsd/sbin/ifconfig/
H A Dsfp.c99 uint16_t rx = status.channel[chan].rx; in sfp_status() local
/freebsd/sys/dev/neta/
H A Dif_mvneta.c1010 struct mvneta_rx_ring *rx; in mvneta_portdown() local
1203 struct mvneta_rx_ring *rx; in mvneta_ring_alloc_rx_queue() local
1346 struct mvneta_rx_ring *rx; in mvneta_ring_dealloc_rx_queue() local
1374 struct mvneta_rx_ring *rx; in mvneta_ring_init_rx_queue() local
1470 struct mvneta_rx_ring *rx; in mvneta_ring_flush_rx_queue() local
1492 struct mvneta_rx_ring *rx; in mvneta_rx_queue_init() local
1552 struct mvneta_rx_ring *rx; in mvneta_rx_queue_enable() local
1753 struct mvneta_rx_ring *rx; in mvneta_tick() local
2044 struct mvneta_rx_ring *rx; in mvneta_ioctl() local
2999 struct mvneta_rx_ring *rx; in mvneta_rx_queue() local
[all …]
/freebsd/tools/tools/netmap/
H A Dbridge.c367 struct netmap_ring *rx = NETMAP_RXRING(pa->nifp, pa->cur_rx_ring); in main() local
372 struct netmap_ring *rx = NETMAP_RXRING(pb->nifp, pb->cur_rx_ring); in main() local
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c528 struct mlx5e_ipsec_rx *rx; in rx_add_rule() local
1361 struct mlx5e_ipsec_rx *rx; in rx_add_policy() local
1527 struct mlx5e_ipsec_rx *rx, in ipsec_status_rule()
1595 …atic void ipsec_fs_rx_catchall_rules_destroy(struct mlx5_core_dev *mdev, struct mlx5e_ipsec_rx *rx) in ipsec_fs_rx_catchall_rules_destroy()
1629 static void ipsec_fs_rx_table_destroy(struct mlx5_core_dev *mdev, struct mlx5e_ipsec_rx *rx) in ipsec_fs_rx_table_destroy()
1701 static int ipsec_roce_rx_rules(struct mlx5e_ipsec_rx *rx, struct mlx5_flow_destination *defdst, in ipsec_roce_rx_rules()
1766 struct mlx5e_ipsec_rx *rx, in ipsec_fs_rx_catchall_rules()
1825 static int ipsec_fs_rx_roce_tables_create(struct mlx5e_ipsec_rx *rx, in ipsec_fs_rx_roce_tables_create()
1944 static int ipsec_fs_rx_table_create(struct mlx5_core_dev *mdev, struct mlx5e_ipsec_rx *rx, in ipsec_fs_rx_table_create()
2086 struct mlx5e_ipsec_rx *rx; in mlx5e_accel_ipsec_fs_del_pol() local
/freebsd/sys/contrib/dev/athk/
H A Dhw.c144 u32 cycles, busy, rx, tx; in ath_hw_cycle_counters_update() local
/freebsd/contrib/file/src/
H A Dfuncs.c649 file_regex_t rx; in file_replace() local
719 file_regcomp(struct magic_set *ms file_locale_used, file_regex_t *rx, in file_regcomp()
754 file_regexec(struct magic_set *ms file_locale_used, file_regex_t *rx, in file_regexec()
779 file_regfree(file_regex_t *rx) in file_regfree()
/freebsd/sys/dev/dwc/
H A Dif_dwc_rk.c177 uint32_t tx, rx; in rk3328_set_delays() local
294 uint32_t reg, tx, rx; in rk3399_set_delays() local
487 uint32_t rx, tx; in if_dwc_rk_init() local
/freebsd/contrib/ncurses/menu/
H A Dm_driver.c463 int ry = event.y, rx = event.x; /* screen coordinates */ in menu_driver() local
/freebsd/lib/libifconfig/
H A Dlibifconfig_sfp.h64 uint16_t rx; /**< channel receive power, LSB 0.1uW */ member
/freebsd/tools/tools/ath/athsurvey/
H A Dathsurvey.c77 float tx = 0.0, rx = 0.0, cc = 0.0, cext = 0.0; in process_survey_stats() local
/freebsd/contrib/bearssl/src/
H A Dinner.h2388 #define li(rx, value) li_(rx, value) argument
2389 #define addi(rx, ra, imm) addi_(rx, ra, imm) argument
2390 #define cmpldi(rx, imm) cmpldi_(rx, imm) argument
2391 #define mtctr(rx) mtctr_(rx) argument
2425 #define li_(rx, value) "\tli\t" #rx "," #value "\n" argument
2426 #define addi_(rx, ra, imm) "\taddi\t" #rx "," #ra "," #imm "\n" argument
2427 #define cmpldi_(rx, imm) "\tcmpldi\t" #rx "," #imm "\n" argument
2428 #define mtctr_(rx) "\tmtctr\t" #rx "\n" argument
/freebsd/lib/libc/regex/grot/
H A DMakefile77 rx: ./re tests target
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_sincospi_common.h50 svfloat64_t rx = svrinta_x (pg, x); in sv_sincospi_inline() local
H A Dsv_sincospif_common.h43 svfloat32_t rx = svrinta_x (pg, x); in sv_sincospif_inline() local

123456