Home
last modified time | relevance | path

Searched refs:ptx (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/net/wireless/
Dray_cs.c72 static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx,
74 static void ray_build_header(ray_dev_t *local, struct tx_msg __iomem *ptx,
868 struct tx_msg __iomem *ptx; /* Address of xmit buffer in PC space */ in ray_hw_xmit() local
897 ptx = local->sram + addr; in ray_hw_xmit()
899 ray_build_header(local, ptx, msg_type, data); in ray_hw_xmit()
901 offset = translate_frame(local, ptx, data, len); in ray_hw_xmit()
904 memcpy_toio(&ptx->var, data, len); in ray_hw_xmit()
937 static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx, in translate_frame() argument
944 memcpy_toio(&ptx->var, eth2_llc, sizeof(eth2_llc)); in translate_frame()
945 memcpy_toio(((void __iomem *)&ptx->var) + sizeof(eth2_llc), in translate_frame()
[all …]
/Linux-v5.10/Documentation/filesystems/
Ddevpts.rst21 to bind mount ``/dev/ptx/ptmx`` to ``/dev/ptmx``. If you opt for using
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dhowto.rst395 - 我们在AIX/ptx/Solaris就是这么做的,所以这么做肯定是好的……
/Linux-v5.10/Documentation/translations/ko_KR/
Dhowto.rst481 - "우리는 그것을 AIX/ptx/Solaris에서 이러한 방법으로 했다. 그러므로 그것은 좋은 것임에 틀림없다..."
/Linux-v5.10/Documentation/translations/ja_JP/
Dhowto.rst513 - "このやり方で AIX/ptx/Solaris ではできたので、できるはずだ..."
/Linux-v5.10/drivers/tty/
Dsynclink.c3906 struct tx_holding_buffer *ptx = in load_next_tx_holding_buffer() local
3909 int num_needed = ptx->buffer_size / DMABUFFERSIZE; in load_next_tx_holding_buffer()
3910 if ( ptx->buffer_size % DMABUFFERSIZE ) in load_next_tx_holding_buffer()
3914 info->xmit_cnt = ptx->buffer_size; in load_next_tx_holding_buffer()
3915 mgsl_load_tx_dma_buffer(info,ptx->buffer,ptx->buffer_size); in load_next_tx_holding_buffer()
3946 struct tx_holding_buffer *ptx; in save_tx_buffer_request() local
3952 ptx = &info->tx_holding_buffers[info->put_tx_holding_index]; in save_tx_buffer_request()
3953 ptx->buffer_size = BufferSize; in save_tx_buffer_request()
3954 memcpy( ptx->buffer, Buffer, BufferSize); in save_tx_buffer_request()
/Linux-v5.10/Documentation/RCU/Design/Requirements/
DRequirements.rst136 `DYNIX/ptx <https://en.wikipedia.org/wiki/DYNIX>`__, which managed a
463 This guarantee was only partially premeditated. DYNIX/ptx used an
675 DYNIX/ptx RCU documentation.
1345 Interestingly enough, DYNIX/ptx had the equivalents of ``call_rcu()``
1347 fact that RCU was not heavily used within DYNIX/ptx, so the very few
1649 the initial implementation in DYNIX/ptx was quite generic in
1925 DYNIX/ptx, but on the other hand, the Linux kernel's CPU-hotplug
/Linux-v5.10/Documentation/RCU/
DRTFP.txt37 RCU implementation in DYNIX/ptx. In 1988, Barbara Liskov published
91 1995 also saw the first publication of DYNIX/ptx's RCU mechanism
94 DYNIX/ptx kernel. The corresponding conference paper appeared in 1998
546 Describes and analyzes RCU mechanism in DYNIX/ptx. Describes
/Linux-v5.10/Documentation/translations/it_IT/process/
Dhowto.rst507 - "Lo abbiamo fatto in questo modo in AIX/ptx/Solaris, di conseguenza
/Linux-v5.10/Documentation/process/
Dhowto.rst490 - "We did it this way in AIX/ptx/Solaris, so therefore it must be