Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 25 of 1402) sorted by relevance

12345678910>>...57

/freebsd-14.2/sys/dev/gve/
H A Dgve_rx.c37 struct gve_rx_ring *rx = &priv->rx[i]; in gve_rx_free_ring() local
88 struct gve_rx_ring *rx = &priv->rx[i]; in gve_rx_alloc_ring() local
123 rx->desc_ring = rx->desc_ring_mem.cpu_addr; in gve_rx_alloc_ring()
132 rx->data_ring = rx->data_ring_mem.cpu_addr; in gve_rx_alloc_ring()
218 struct gve_rx_ring *rx = &priv->rx[i]; in gve_clear_rx_ring() local
232 struct gve_rx_ring *rx = &priv->rx[i]; in gve_start_rx_ring() local
273 rx = &priv->rx[i]; in gve_create_rx_rings()
293 struct gve_rx_ring *rx = &priv->rx[i]; in gve_stop_rx_ring() local
599 next_idx = rx->cnt & rx->mask; in gve_rx_work_pending()
616 uint32_t idx = rx->cnt & rx->mask; in gve_rx_cleanup()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp76 if (LiveRegs[rx]) in setLiveReg()
84 if (!LiveRegs[rx]) in kill()
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
252 kill(rx); in processDefs()
276 kill(rx); in visitHardInstr()
315 kill(rx); in visitSoftInstr()
335 kill(rx); in visitSoftInstr()
387 if (!LiveRegs[rx] || (mo.isDef() && LiveRegs[rx] != dv)) { in visitSoftInstr()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats16Instr.td31 bits<3> rx;
44 bits<4> rx;
57 bits<4> rx;
70 bits<4> rx;
83 bits<4> rx;
95 bits<4> rx;
108 bits<4> rx;
119 bits<4> rx;
151 bits<3> rx;
175 bits<3> rx;
[all …]
H A DCSKYInstrFormats.td84 bits<5> rx;
134 bits<5> rx;
147 bits<5> rx;
174 bits<5> rx;
186 bits<5> rx;
202 bits<5> rx;
214 bits<5> rx;
227 bits<5> rx;
270 bits<5> rx;
288 bits<5> rx;
[all …]
H A DCSKYInstrInfo.td571 def NEG32 : CSKYPseudo<(outs GPR:$rd), (ins GPR:$rx), "neg32 $rd, $rx", []>;
838 bits<5> rx;
956 (outs GPR:$rx), (ins), "mfcr\t$rx, fcr", []> {
957 bits<5> rx;
963 let Inst{4 - 0} = rx;
969 (outs), (ins GPR:$rx), "mtcr\t$rx, fcr", []> {
970 bits<5> rx;
1479 def : Pat<(bitreverse GPR:$rx), (BREV32 GPR:$rx)>;
1480 def : Pat<(bswap GPR:$rx), (REVB32 GPR:$rx)>;
1481 def : Pat<(i32 (cttz GPR:$rx)), (FF1 (BREV32 GPR:$rx))>;
[all …]
H A DCSKYInstrFormatsF1.td42 bits<5> rx;
45 let Inst{20 - 16} = {rx};
56 : F_XZ_FG<3, sop, (outs regtype1:$vrz), (ins regtype2:$rx), !strconcat(op, "\t$vrz, $rx"),
144 bits<5> rx;
149 let Inst{20 - 16} = rx; //rx
159 bits<5> rx;
163 let Inst{20 - 16} = rx; //rx
176 let Inst{20 - 16} = 0; //rx
185 bits<5> rx;
191 let Inst{20 - 16} = rx; // rx;
[all …]
H A DCSKYInstrInfoF2.td401 (f2FSEL_S (f2FCMPHSZ_S FPR32Op:$rs1), FPR32Op:$rx, FPR32Op:$false)>;
407 (f2FSEL_S (f2FCMPLTZ_S FPR32Op:$rs1), FPR32Op:$rx, FPR32Op:$false)>;
413 (f2FSEL_S (f2FCMPLSZ_S FPR32Op:$rs1), FPR32Op:$rx, FPR32Op:$false)>;
419 (f2FSEL_S (f2FCMPHZ_S FPR32Op:$rs1), FPR32Op:$rx, FPR32Op:$false)>;
425 (f2FSEL_S (f2FCMPNEZ_S FPR32Op:$rs1), FPR32Op:$rx, FPR32Op:$false)>;
431 (f2FSEL_S (f2FCMPUOZ_S FPR32Op:$rs1), FPR32Op:$rx, FPR32Op:$false)>;
455 (f2FSEL_S (f2FCMPHZ_S FPR32Op:$rs1), FPR32Op:$rx, FPR32Op:$false)>;
480 def : Pat<(select CARRY:$ca, FPR32Op:$rx, FPR32Op:$false),
481 (f2FSEL_S CARRY:$ca, FPR32Op:$rx, FPR32Op:$false)>;
483 def : Pat<(select CARRY:$ca, FPR64Op:$rx, FPR64Op:$false),
[all …]
/freebsd-14.2/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_calib.c72 uint16_t rx[2]) in r92ce_iq_calib_chain()
127 if (rx[0] == 0x132 || rx[1] == 0x036) in r92ce_iq_calib_chain()
233 rx[chain][0] = 0xff; in r92ce_iq_calib_run()
234 rx[chain][1] = 0xff; in r92ce_iq_calib_run()
239 rx[chain][0] = 0xff; in r92ce_iq_calib_run()
240 rx[chain][1] = 0xff; in r92ce_iq_calib_run()
251 tx[chain][0], tx[chain][1], rx[chain][0], rx[chain][1]); in r92ce_iq_calib_run()
341 if (rx[0] == 0xff || rx[1] == 0xff) in r92ce_iq_calib_write_results()
345 rx[0] & 0x3ff); in r92ce_iq_calib_write_results()
347 (rx[1] & 0x3f) << 10); in r92ce_iq_calib_write_results()
[all …]
/freebsd-14.2/lib/msun/src/
H A Dcatrigl.c121 *rx = sqrtl(x); in do_hard_work()
246 rx = fabsl(cimagl(w)); in cacosl()
250 return (CMPLXL(rx, ry)); in cacosl()
264 rx = acosl(B); in cacosl()
266 rx = acosl(-B); in cacosl()
275 return (CMPLXL(rx, ry)); in cacosl()
282 long double rx, ry; in cacoshl() local
285 rx = creall(w); in cacoshl()
287 if (isnan(rx) && isnan(ry)) in cacoshl()
288 return (CMPLXL(ry, rx)); in cacoshl()
[all …]
H A Dcatrig.c181 *rx = sqrt(x); in do_hard_work()
390 rx = fabs(cimag(w)); in cacos()
394 return (CMPLX(rx, ry)); in cacos()
410 rx = acos(B); in cacos()
412 rx = acos(-B); in cacos()
421 return (CMPLX(rx, ry)); in cacos()
432 double rx, ry; in cacosh() local
435 rx = creal(w); in cacosh()
438 if (isnan(rx) && isnan(ry)) in cacosh()
439 return (CMPLX(ry, rx)); in cacosh()
[all …]
H A Dcatrigf.c102 *rx = sqrtf(x); in do_hard_work()
226 rx = fabsf(cimagf(w)); in cacosf()
230 return (CMPLXF(rx, ry)); in cacosf()
244 rx = acosf(B); in cacosf()
246 rx = acosf(-B); in cacosf()
255 return (CMPLXF(rx, ry)); in cacosf()
262 float rx, ry; in cacoshf() local
265 rx = crealf(w); in cacoshf()
267 if (isnan(rx) && isnan(ry)) in cacoshf()
268 return (CMPLXF(ry, rx)); in cacoshf()
[all …]
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_kx/
H A Dcrypto_kx.c34 crypto_kx_client_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES], in crypto_kx_client_session_keys()
45 if (rx == NULL) { in crypto_kx_client_session_keys()
46 rx = tx; in crypto_kx_client_session_keys()
49 tx = rx; in crypto_kx_client_session_keys()
51 if (rx == NULL) { in crypto_kx_client_session_keys()
66 rx[i] = keys[i]; in crypto_kx_client_session_keys()
86 if (rx == NULL) { in crypto_kx_server_session_keys()
87 rx = tx; in crypto_kx_server_session_keys()
90 tx = rx; in crypto_kx_server_session_keys()
92 if (rx == NULL) { in crypto_kx_server_session_keys()
[all …]
/freebsd-14.2/sys/dev/rtwn/rtl8188e/
H A Dr88e_calib.c149 if (rx[0] == 0x132 || rx[1] == 0x036) in r88e_iq_calib_chain()
241 rx[0] = 0xff; in r88e_iq_calib_run()
242 rx[1] = 0xff; in r88e_iq_calib_run()
246 rx[0] = 0xff; in r88e_iq_calib_run()
247 rx[1] = 0xff; in r88e_iq_calib_run()
256 "rx[1] 0x%x\n", __func__, n, tx[0], tx[1], rx[0], rx[1]); in r88e_iq_calib_run()
310 uint16_t rx[2]) in r88e_iq_calib_write_results()
339 if (rx[0] == 0xff || rx[1] == 0xff) in r88e_iq_calib_write_results()
343 rx[0] & 0x3ff); in r88e_iq_calib_write_results()
345 (rx[1] & 0x3f) << 10); in r88e_iq_calib_write_results()
[all …]
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_rpcb_pxy.c284 rx = NULL; in ipf_p_rpcb_out()
407 rpcb_xact_t rx; in ipf_p_rpcb_decodereq() local
413 bzero((char *)&rx, sizeof(rx)); in ipf_p_rpcb_decodereq()
570 bcopy((char *)rx, (char *)rxp, sizeof(*rx)); in ipf_p_rpcb_insert()
833 bzero((char *)&rx, sizeof(rx)); in ipf_p_rpcb_decoderep()
848 *rxp = rx; in ipf_p_rpcb_decoderep()
1007 for (rx = rs->rs_rxlist; rx != NULL; rx = rx->rx_next) in ipf_p_rpcb_lookup()
1011 return (rx); in ipf_p_rpcb_lookup()
1037 rx->rx_next->rx_pnext = rx->rx_pnext; in ipf_p_rpcb_deref()
1039 *rx->rx_pnext = rx->rx_next; in ipf_p_rpcb_deref()
[all …]
/freebsd-14.2/sys/dev/rtwn/rtl8192c/
H A Dr92c_calib.c72 uint16_t rx[2]) in r92c_iq_calib_chain()
127 if (rx[0] == 0x132 || rx[1] == 0x036) in r92c_iq_calib_chain()
245 rx[chain][0] = 0xff; in r92c_iq_calib_run()
246 rx[chain][1] = 0xff; in r92c_iq_calib_run()
251 rx[chain][0] = 0xff; in r92c_iq_calib_run()
252 rx[chain][1] = 0xff; in r92c_iq_calib_run()
263 tx[chain][0], tx[chain][1], rx[chain][0], rx[chain][1]); in r92c_iq_calib_run()
360 if (rx[0] == 0xff || rx[1] == 0xff) in r92c_iq_calib_write_results()
364 rx[0] & 0x3ff); in r92c_iq_calib_write_results()
366 (rx[1] & 0x3f) << 10); in r92c_iq_calib_write_results()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td368 let rx=0 in
579 // Format: AND rx, ry MIPS16e
691 // Format: CMP rx, ry MIPS16e
719 // Format: DIV rx, ry MIPS16e
779 let rx = 0b000;
877 // Format: MFHI rx MIPS16e
889 // Format: MFLO rx MIPS16e
952 // Format: OR rx, ry MIPS16e
1016 // Format: SEB rx MIPS16e
1024 // Format: SEH rx MIPS16e
[all …]
H A DMips16InstrFormats.td121 bits<3> rx;
138 bits<3> rx;
171 bits<3> rx;
209 bits<3> rx;
235 bits<3> rx;
255 bits<3> rx;
277 bits<3> rx;
488 bits<3> rx;
512 bits<3> rx;
536 bits<3> rx;
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,lpass-rx-macro.yaml15 - qcom,sc7280-lpass-rx-macro
16 - qcom,sm8250-lpass-rx-macro
17 - qcom,sm8450-lpass-rx-macro
18 - qcom,sm8550-lpass-rx-macro
19 - qcom,sc8280xp-lpass-rx-macro
60 - qcom,sc7280-lpass-rx-macro
80 - qcom,sc8280xp-lpass-rx-macro
81 - qcom,sm8250-lpass-rx-macro
82 - qcom,sm8450-lpass-rx-macro
100 - qcom,sm8550-lpass-rx-macro
[all …]
/freebsd-14.2/sys/dev/eqos/
H A Dif_eqos.c331 bus_dmamap_sync(sc->rx.desc_tag, sc->rx.desc_map, BUS_DMASYNC_PREWRITE); in eqos_setup_rxdesc()
349 bus_dmamap_sync(sc->rx.buf_tag, sc->rx.buf_map[index].map, in eqos_setup_rxbuf()
685 rdes3 = le32toh(sc->rx.desc_ring[sc->rx.head].des3); in eqos_rxintr()
693 sc->rx.buf_map[sc->rx.head].map, BUS_DMASYNC_POSTREAD); in eqos_rxintr()
695 sc->rx.buf_map[sc->rx.head].map); in eqos_rxintr()
699 m = sc->rx.buf_map[sc->rx.head].mbuf; in eqos_rxintr()
723 (uint32_t)sc->rx.desc_ring_paddr + DESC_OFFSET(sc->rx.head)); in eqos_rxintr()
725 sc->rx.head = RX_NEXT(sc->rx.head); in eqos_rxintr()
1064 if ((error = bus_dmamap_load(sc->rx.desc_tag, sc->rx.desc_map, in eqos_setup_dma()
1251 bus_dmamap_unload(sc->rx.desc_tag, sc->rx.desc_map); in eqos_detach()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dr8a7793.dtsi529 dma-names = "tx", "rx", "tx", "rx";
546 dma-names = "tx", "rx", "tx", "rx";
563 dma-names = "tx", "rx", "tx", "rx";
642 dma-names = "tx", "rx", "tx", "rx";
660 dma-names = "tx", "rx", "tx", "rx";
675 dma-names = "tx", "rx", "tx", "rx";
690 dma-names = "tx", "rx", "tx", "rx";
705 dma-names = "tx", "rx", "tx", "rx";
720 dma-names = "tx", "rx", "tx", "rx";
735 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dr8a7794.dtsi470 dma-names = "tx", "rx", "tx", "rx";
487 dma-names = "tx", "rx", "tx", "rx";
618 dma-names = "tx", "rx", "tx", "rx";
636 dma-names = "tx", "rx", "tx", "rx";
651 dma-names = "tx", "rx", "tx", "rx";
666 dma-names = "tx", "rx", "tx", "rx";
681 dma-names = "tx", "rx", "tx", "rx";
696 dma-names = "tx", "rx", "tx", "rx";
711 dma-names = "tx", "rx", "tx", "rx";
726 dma-names = "tx", "rx", "tx", "rx";
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a77965.dtsi525 dma-names = "tx", "rx", "tx", "rx";
542 dma-names = "tx", "rx", "tx", "rx";
559 dma-names = "tx", "rx", "tx", "rx";
1620 dma-names = "rx", "rx";
1635 dma-names = "rx", "rx";
1650 dma-names = "rx", "rx";
1665 dma-names = "rx", "rx";
1680 dma-names = "rx", "rx";
1695 dma-names = "rx", "rx";
1710 dma-names = "rx", "rx";
[all …]
H A Dr8a774b1.dtsi489 dma-names = "tx", "rx", "tx", "rx";
506 dma-names = "tx", "rx", "tx", "rx";
523 dma-names = "tx", "rx", "tx", "rx";
620 dma-names = "tx", "rx", "tx", "rx";
638 dma-names = "tx", "rx", "tx", "rx";
656 dma-names = "tx", "rx", "tx", "rx";
1156 dma-names = "tx", "rx", "tx", "rx";
1173 dma-names = "tx", "rx", "tx", "rx";
1190 dma-names = "tx", "rx", "tx", "rx";
1239 dma-names = "tx", "rx", "tx", "rx";
[all …]
/freebsd-14.2/sys/arm/allwinner/
H A Dif_awg.c473 uint32_t tx, rx; in awg_enable_mac() local
764 bus_dmamap_sync(sc->rx.buf_tag, sc->rx.buf_map[index].map, in awg_newbuf_rx()
769 sc->rx.buf_map[index].map = sc->rx.buf_spare_map; in awg_newbuf_rx()
771 bus_dmamap_sync(sc->rx.buf_tag, sc->rx.buf_map[index].map, in awg_newbuf_rx()
882 error = bus_dmamap_load(sc->rx.desc_tag, sc->rx.desc_map, in awg_setup_dma()
930 bus_dmamap_sync(sc->rx.desc_tag, sc->rx.desc_map, in awg_setup_dma()
1085 bus_dmamap_sync(sc->rx.desc_tag, sc->rx.desc_map, in awg_stop()
1094 sc->rx.cur = i; in awg_stop()
1095 bus_dmamap_sync(sc->rx.desc_tag, sc->rx.desc_map, in awg_stop()
1200 bus_dmamap_sync(sc->rx.desc_tag, sc->rx.desc_map, in awg_rxintr()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dnvidia,tegra234-mgbe.yaml46 - const: rx-input-m
47 - const: rx-input
50 - const: rx-pcs-input
51 - const: rx-pcs-m
52 - const: rx-pcs
136 clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m",
137 "rx-input", "tx", "eee-pcs", "rx-pcs-input", "rx-pcs-m",
138 "rx-pcs", "tx-pcs";

12345678910>>...57