Home
last modified time | relevance | path

Searched refs:RING (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h295 #define GET_RBDR_DESC(RING, idx)\ argument
296 (&(((struct rbdr_entry_t *)((RING)->desc))[idx]))
297 #define GET_SQ_DESC(RING, idx)\ argument
298 (&(((struct sq_hdr_subdesc *)((RING)->desc))[idx]))
299 #define GET_CQ_DESC(RING, idx)\ argument
300 (&(((union cq_desc_t *)((RING)->desc))[idx]))
/linux-4.4.14/Documentation/usb/
Diuu_phoenix.txt38 … cdmode:Card detect mode 0=none, 1=CD, 2=!CD, 3=DSR, 4=!DSR, 5=CTS, 6=!CTS, 7=RING, 8=!RING (int)
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt119 |reader| RING BUFFER
132 |reader| RING BUFFER
145 |reader| RING BUFFER
158 |buffer| RING BUFFER
468 |reader| RING BUFFER
484 |reader| RING BUFFER
501 |reader| RING BUFFER
517 |reader| RING BUFFER
530 |buffer| RING BUFFER
/linux-4.4.14/Documentation/isdn/
DREADME217 Bit 4: 0 = CALLER NUMBER before every RING.
218 1 = CALLER NUMBER after first RING.
224 an incoming call happened (RING) and
267 Set on incoming call (during RING) to
271 Set on incoming call (during RING) to
275 Bit 0: 0 = Add CPN to RING message off
276 1 = Add CPN to RING message on
279 Bit 2: 0 = Add CDN to RING/FCON message off
280 1 = Add CDN to RING/FCON message on
317 a network interface, the first tty gets a "RING" and so on.
DREADME.audio87 On incoming calls, if the application responds to a RING
DINTERFACE520 1 = At least one device matching this call (RING on ttyI).
/linux-4.4.14/Documentation/networking/
Dstmmac.txt81 STMMAC supports DMA descriptor to operate both in dual buffer (RING)
82 and linked-list(CHAINED) mode. In RING each descriptor points to two
84 buffer pointer. RING mode is the default.
88 whereas such explicit chaining is not possible in RING mode.
291 o chain_mode.c/ring_mode.c:: functions to manage RING/CHAINED modes;
/linux-4.4.14/Documentation/xtensa/
Dmmu.txt21 PS.RING is zero (reset state).
/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c297 #define RING(_p, _wh) &(((struct ring_buffer *)((_p)->ip_cpu_ringbuf))->_wh) macro
2081 port->ip_inring = RING(port, RX_A); in ioc3uart_probe()
2082 port->ip_outring = RING(port, TX_A); in ioc3uart_probe()
2107 port->ip_inring = RING(port, RX_B); in ioc3uart_probe()
2108 port->ip_outring = RING(port, TX_B); in ioc3uart_probe()
Dioc4_serial.c629 #define RING(_p, _wh) &(((struct ring_buffer *)((_p)->ip_cpu_ringbuf))->_wh) macro
1146 port->ip_inring = RING(port, RX_1_OR_3); in ioc4_attach_local()
1147 port->ip_outring = RING(port, TX_1_OR_3); in ioc4_attach_local()
1163 port->ip_inring = RING(port, RX_0_OR_2); in ioc4_attach_local()
1164 port->ip_outring = RING(port, TX_0_OR_2); in ioc4_attach_local()
/linux-4.4.14/drivers/eisa/
Deisa.ids814 ISA8306 "IBM TOKEN RING Adapter I"
815 ISA8307 "IBM TOKEN RING Adapter II"
1231 TCO050D "Thomas-Conrad TC4035 TOKEN RING Adapter/AT (Rev D)"