Home
last modified time | relevance | path

Searched refs:CCID (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/dccp/ccids/
DKconfig4 bool "CCID-2 debugging messages"
6 Enable CCID-2 specific debugging messages.
14 bool "CCID-3 (TCP-Friendly)"
17 CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
23 throughput over time compared with TCP, which makes CCID-3 more
24 suitable than CCID-2 for applications such streaming media where a
27 CCID-3 is further described in RFC 4342,
39 bool "CCID-3 debugging messages"
42 Enable CCID-3 specific debugging messages.
/Linux-v4.19/Documentation/networking/
Ddccp.txt22 modules called CCIDs. Like pluggable TCP congestion control, at least one CCID
26 For a brief introduction to CCIDs and suggestions for choosing a CCID to match
90 type of CCID for both directions; and mixed use of CCIDs is not currently well
95 DCCP_SOCKOPT_TX_CCID is read/write. It returns the current CCID (if set) or sets
96 the preference list for the TX CCID, using the same format as DCCP_SOCKOPT_CCID.
99 DCCP_SOCKOPT_RX_CCID is analogous to DCCP_SOCKOPT_TX_CCID, but for the RX CCID.
124 The following two options apply to CCID 3 exclusively and are getsockopt()-only.
161 Default CCID for the sender-receiver half-connection. Depending on the
162 choice of CCID, the Send Ack Vector feature is enabled automatically.
165 Default CCID for the receiver-sender half-connection; see tx_ccid.
[all …]
/Linux-v4.19/drivers/char/pcmcia/
DKconfig40 This card is basically a USB CCID device connected to a FIFO
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_engine_cs.c1294 drm_printf(m, "\tCCID: 0x%08x\n", I915_READ(CCID)); in intel_engine_print_registers()
Di915_gpu_error.c1668 error->ccid = I915_READ(CCID); in capture_reg_state()
Di915_reg.h3855 #define CCID _MMIO(0x2180) macro
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dhandlers.c1849 MMIO_GM_RDR(CCID, D_ALL, NULL, NULL); in init_generic_mmio_info()