Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A DKconfig5 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.
/openbmc/linux/Documentation/networking/
H A Ddccp.rst24 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 …]
/openbmc/qemu/docs/system/devices/
H A Dccid.rst1 Chip Card Interface Device (CCID)
4 USB CCID device
6 The USB CCID device is a USB device implementing the CCID specification, which
12 CCID
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ccid/
H A Dccid_1.5.5.bb1 SUMMARY = "Generic USB CCID smart card reader driver"
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_regs.h116 #define CCID(base) _MMIO((base) + 0x180) macro
H A Dintel_engine_cs.c2087 drm_printf(m, "\tCCID: 0x%08x\n", ENGINE_READ(engine, CCID)); in intel_engine_print_registers()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c60 { CCID(0), 0, 0, "CCID" }, \
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c73 MMIO_D(CCID(RENDER_RING_BASE)); in iterate_generic_mmio()
H A Di915_gpu_error.c1257 ee->ccid = ENGINE_READ(engine, CCID); in engine_record_registers()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c2215 MMIO_GM_RDR(CCID(RENDER_RING_BASE), D_ALL, NULL, NULL); in init_generic_mmio_info()