Searched refs:ccid (Results 1 - 16 of 16) sorted by relevance

/linux-master/net/dccp/
H A Dccid.h5 * net/dccp/ccid.h
56 int (*ccid_hc_rx_init)(struct ccid *ccid, struct sock *sk);
57 int (*ccid_hc_tx_init)(struct ccid *ccid, struct sock *sk);
96 struct ccid { struct
101 static inline void *ccid_priv(const struct ccid *ccid) argument
103 return (void *)ccid->ccid_priv;
111 struct ccid *ccid_ne
115 struct ccid *ccid = dp->dccps_hc_rx_ccid; local
124 struct ccid *ccid = dp->dccps_hc_tx_ccid; local
163 ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
171 ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, unsigned int len) argument
178 ccid_hc_rx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
185 ccid_hc_tx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
199 ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) argument
211 ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) argument
219 ccid_hc_rx_insert_options(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
227 ccid_hc_rx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) argument
234 ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) argument
241 ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) argument
252 ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) argument
[all...]
H A Dccid.c3 * net/dccp/ccid.c
13 #include "ccid.h"
88 slab = kmem_cache_create(slab_name_fmt, sizeof(struct ccid) + obj_size, 0,
105 "ccid%u_hc_rx_sock",
113 "ccid%u_hc_tx_sock",
140 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx)
143 struct ccid *ccid = NULL; local
148 ccid = kmem_cache_alloc(rx ? ccid_ops->ccid_hc_rx_slab :
150 if (ccid
173 ccid_hc_rx_delete(struct ccid *ccid, struct sock *sk) argument
182 ccid_hc_tx_delete(struct ccid *ccid, struct sock *sk) argument
[all...]
H A DMakefile4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
H A Dfeat.c22 #include "ccid.h"
36 static int dccp_hdlr_ccid(struct sock *sk, u64 ccid, bool rx) argument
39 struct ccid *new_ccid = ccid_new(ccid, sk, rx);
842 static const struct ccid_dependency *dccp_feat_ccid_deps(u8 ccid, bool is_local) argument
928 switch (ccid) {
1008 u8 is_local, ccid; local
1014 ccid = entry->val.sp.vec[0];
1016 ccid = dccp_feat_default_value(DCCPF_CCID);
1018 if (dccp_feat_propagate_ccid(fn, ccid, is_loca
[all...]
H A Doutput.c19 #include "ccid.h"
154 const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid;
/linux-master/drivers/nfc/pn533/
H A Dusb.c268 struct pn533_acr122_ccid_hdr ccid; member in struct:pn533_acr122_tx_frame
275 struct pn533_acr122_ccid_hdr ccid; member in struct:pn533_acr122_rx_frame
283 frame->ccid.type = PN533_ACR122_PC_TO_RDR_ESCAPE;
285 frame->ccid.datalen = sizeof(frame->apdu) + 1;
286 frame->ccid.slot = 0;
287 frame->ccid.seq = 0;
288 frame->ccid.params[0] = 0;
289 frame->ccid.params[1] = 0;
290 frame->ccid.params[2] = 0;
306 frame->ccid
[all...]
/linux-master/include/linux/
H A Ddccp.h190 struct ccid;
294 struct ccid *dccps_hc_rx_ccid;
295 struct ccid *dccps_hc_tx_ccid;
/linux-master/net/dccp/ccids/
H A Dccid3.c494 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) argument
496 struct ccid3_hc_tx_sock *hc = ccid_priv(ccid);
791 static int ccid3_hc_rx_init(struct ccid *ccid, struct sock *sk) argument
793 struct ccid3_hc_rx_sock *hc = ccid_priv(ccid);
H A Dccid2.c718 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) argument
720 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c495 ce->lrc.ccid = ce->tag;
502 ce->lrc.ccid = tag << (XEHP_SW_CTX_ID_SHIFT - 32);
512 ce->lrc.ccid = (1 + tag) << (GEN11_SW_CTX_ID_SHIFT - 32);
517 ce->lrc.ccid |= engine->execlists.ccid;
525 CE_TRACE(ce, "schedule-in, ccid:%x\n", ce->lrc.ccid);
593 unsigned int ccid; local
601 CE_TRACE(ce, "schedule-out, ccid:%x\n", ce->lrc.ccid);
786 u32 ccid = -1; local
2290 active_context(struct intel_engine_cs *engine, u32 ccid) argument
[all...]
H A Dintel_context_types.h142 u32 ccid; member in struct:intel_context::__anon638::__anon639
H A Dintel_engine_types.h188 * @ccid: identifier for contexts submitted to this engine
190 u32 ccid; member in struct:intel_engine_execlists
H A Dintel_engine_cs.c2210 "\t\tActive[%d]: ccid:%08x%s%s, ",
2212 rq->context->lrc.ccid,
2224 "\t\tPending[%d]: ccid:%08x%s%s, ",
2226 rq->context->lrc.ccid,
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.h72 u32 ccid; member in struct:intel_engine_coredump
H A Di915_gpu_error.c537 err_printf(m, " CCID: 0x%08x\n", ee->ccid);
1269 ee->ccid = ENGINE_READ(engine, CCID);
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c33 #include <linux/usb/ccid.h>
2550 pr_vdebug("ccid descriptor\n");

Completed in 301 milliseconds