Searched refs:Rx (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ce/
H A Dceddk.c228 len = req->Io.Rx.Received;
233 if (req->Io.Rx.FrameEnd) {
258 req->Io.Rx.Channel = c->num;
260 req->Io.Rx.BufferLength = BUFSZ+4;
261 req->Io.Rx.PhysicalDataAddress = item->phys;
390 rreq->Io.Rx.Channel = c->num;
391 rreq->Io.Rx.BufferLength = BUFSZ+4;
392 rreq->Io.Rx.PhysicalDataAddress = ((ce_buf_item_t *)rreq)->phys;
573 req->Io.Rx.Channel = c->num;
575 req->Io.Rx
[all...]
H A Dtau32-ddk.h431 } Rx; member in union:tag_TAU32_UserRequest::__anon9483
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1304 MCOperand &Rx = Inst.getOperand(0); local
1306 if (Rx.getReg() != Hexagon::R0 || Ry.getReg() != Hexagon::R0) {
1438 // Translate a "$Rx = CONST32(#imm)" to "$Rx = memw(gp+#LABEL) "
1442 // Translate a "$Rx:y = CONST64(#imm)" to "$Rx:y = memd(gp+#LABEL) "
1617 MCOperand &Rx = Inst.getOperand(0); local
1626 TmpInst.addOperand(Rx);
1627 TmpInst.addOperand(Rx);
1637 MCOperand &Rx local
1657 MCOperand &Rx = Inst.getOperand(0); local
[all...]
/freebsd-11-stable/usr.sbin/chown/tests/
H A Dchown_test.sh192 atf_check chown -Rx 42:42 .
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm92 ; This macro return ES:DI to tail of Rx queue

Completed in 197 milliseconds