Searched refs:CCID (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/net/dccp/ccids/ |
D | Kconfig | 5 bool "CCID-2 debugging messages" 7 Enable CCID-2 specific debugging messages. 15 bool "CCID-3 (TCP-Friendly)" 18 CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based 24 throughput over time compared with TCP, which makes CCID-3 more 25 suitable than CCID-2 for applications such streaming media where a 28 CCID-3 is further described in RFC 4342, 40 bool "CCID-3 debugging messages" 43 Enable CCID-3 specific debugging messages.
|
/Linux-v5.10/Documentation/networking/ |
D | dccp.rst | 24 modules called CCIDs. Like pluggable TCP congestion control, at least one CCID 28 For a brief introduction to CCIDs and suggestions for choosing a CCID to match 94 type of CCID for both directions; and mixed use of CCIDs is not currently well 99 DCCP_SOCKOPT_TX_CCID is read/write. It returns the current CCID (if set) or sets 100 the preference list for the TX CCID, using the same format as DCCP_SOCKOPT_CCID. 103 DCCP_SOCKOPT_RX_CCID is analogous to DCCP_SOCKOPT_TX_CCID, but for the RX CCID. 129 The following two options apply to CCID 3 exclusively and are getsockopt()-only. 168 Default CCID for the sender-receiver half-connection. Depending on the 169 choice of CCID, the Send Ack Vector feature is enabled automatically. 172 Default CCID for the receiver-sender half-connection; see tx_ccid. [all …]
|
/Linux-v5.10/drivers/char/pcmcia/ |
D | Kconfig | 41 This card is basically a USB CCID device connected to a FIFO
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | intel_engine_cs.c | 1425 drm_printf(m, "\tCCID: 0x%08x\n", ENGINE_READ(engine, CCID)); in intel_engine_print_registers()
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 1135 ee->ccid = ENGINE_READ(engine, CCID); in engine_record_registers()
|
D | i915_reg.h | 4057 #define CCID(base) _MMIO((base) + 0x180) macro
|
/Linux-v5.10/drivers/gpu/drm/i915/gvt/ |
D | handlers.c | 1956 MMIO_GM_RDR(CCID(RENDER_RING_BASE), D_ALL, NULL, NULL); in init_generic_mmio_info()
|