/kernel/linux/linux-5.10/net/dccp/ |
H A D | ccid.h | 5 * 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) in ccid_priv() argument 103 return (void *)ccid->ccid_priv; in ccid_priv() 111 struct ccid *ccid_ne 115 struct ccid *ccid = dp->dccps_hc_rx_ccid; ccid_get_current_rx_ccid() local 124 struct ccid *ccid = dp->dccps_hc_tx_ccid; ccid_get_current_tx_ccid() local 163 ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) ccid_hc_tx_send_packet() argument 171 ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, unsigned int len) ccid_hc_tx_packet_sent() argument 178 ccid_hc_rx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) ccid_hc_rx_packet_recv() argument 185 ccid_hc_tx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) ccid_hc_tx_packet_recv() argument 199 ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) ccid_hc_tx_parse_options() argument 211 ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) ccid_hc_rx_parse_options() argument 219 ccid_hc_rx_insert_options(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) ccid_hc_rx_insert_options() argument 227 ccid_hc_rx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) ccid_hc_rx_get_info() argument 234 ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) ccid_hc_tx_get_info() argument 241 ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) ccid_hc_rx_getsockopt() argument 252 ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) ccid_hc_tx_getsockopt() argument [all...] |
H A D | ccid.c | 3 * net/dccp/ccid.c 13 #include "ccid.h" 88 slab = kmem_cache_create(slab_name_fmt, sizeof(struct ccid) + obj_size, 0, in ccid_kmem_cache_create() 105 "ccid%u_hc_rx_sock", in ccid_activate() 113 "ccid%u_hc_tx_sock", in ccid_activate() 140 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) in ccid_new() 143 struct ccid *ccid = NULL; in ccid_new() local 148 ccid = kmem_cache_alloc(rx ? ccid_ops->ccid_hc_rx_slab : in ccid_new() 150 if (ccid in ccid_new() 173 ccid_hc_rx_delete(struct ccid *ccid, struct sock *sk) ccid_hc_rx_delete() argument 182 ccid_hc_tx_delete(struct ccid *ccid, struct sock *sk) ccid_hc_tx_delete() argument [all...] |
H A D | feat.c | 22 #include "ccid.h" 36 static int dccp_hdlr_ccid(struct sock *sk, u64 ccid, bool rx) in dccp_hdlr_ccid() argument 39 struct ccid *new_ccid = ccid_new(ccid, sk, rx); in dccp_hdlr_ccid() 842 static const struct ccid_dependency *dccp_feat_ccid_deps(u8 ccid, bool is_local) in dccp_feat_ccid_deps() argument 928 switch (ccid) { in dccp_feat_ccid_deps() 1006 u8 is_local, ccid; in dccp_feat_server_ccid_dependencies() local 1012 ccid = entry->val.sp.vec[0]; in dccp_feat_server_ccid_dependencies() 1014 ccid = dccp_feat_default_value(DCCPF_CCID); in dccp_feat_server_ccid_dependencies() 1016 if (dccp_feat_propagate_ccid(fn, ccid, is_loca in dccp_feat_server_ccid_dependencies() [all...] |
H A D | Makefile | 4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
|
H A D | output.c | 19 #include "ccid.h" 152 const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid; in dccp_determine_ccmps()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ccid.h | 5 * 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) in ccid_priv() argument 103 return (void *)ccid->ccid_priv; in ccid_priv() 111 struct ccid *ccid_ne 115 struct ccid *ccid = dp->dccps_hc_rx_ccid; ccid_get_current_rx_ccid() local 124 struct ccid *ccid = dp->dccps_hc_tx_ccid; ccid_get_current_tx_ccid() local 163 ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) ccid_hc_tx_send_packet() argument 171 ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, unsigned int len) ccid_hc_tx_packet_sent() argument 178 ccid_hc_rx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) ccid_hc_rx_packet_recv() argument 185 ccid_hc_tx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) ccid_hc_tx_packet_recv() argument 199 ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) ccid_hc_tx_parse_options() argument 211 ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) ccid_hc_rx_parse_options() argument 219 ccid_hc_rx_insert_options(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) ccid_hc_rx_insert_options() argument 227 ccid_hc_rx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) ccid_hc_rx_get_info() argument 234 ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) ccid_hc_tx_get_info() argument 241 ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) ccid_hc_rx_getsockopt() argument 252 ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) ccid_hc_tx_getsockopt() argument [all...] |
H A D | ccid.c | 3 * net/dccp/ccid.c 13 #include "ccid.h" 88 slab = kmem_cache_create(slab_name_fmt, sizeof(struct ccid) + obj_size, 0, in ccid_kmem_cache_create() 105 "ccid%u_hc_rx_sock", in ccid_activate() 113 "ccid%u_hc_tx_sock", in ccid_activate() 140 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) in ccid_new() 143 struct ccid *ccid = NULL; in ccid_new() local 148 ccid = kmem_cache_alloc(rx ? ccid_ops->ccid_hc_rx_slab : in ccid_new() 150 if (ccid in ccid_new() 173 ccid_hc_rx_delete(struct ccid *ccid, struct sock *sk) ccid_hc_rx_delete() argument 182 ccid_hc_tx_delete(struct ccid *ccid, struct sock *sk) ccid_hc_tx_delete() argument [all...] |
H A D | feat.c | 22 #include "ccid.h" 36 static int dccp_hdlr_ccid(struct sock *sk, u64 ccid, bool rx) in dccp_hdlr_ccid() argument 39 struct ccid *new_ccid = ccid_new(ccid, sk, rx); in dccp_hdlr_ccid() 842 static const struct ccid_dependency *dccp_feat_ccid_deps(u8 ccid, bool is_local) in dccp_feat_ccid_deps() argument 928 switch (ccid) { in dccp_feat_ccid_deps() 1008 u8 is_local, ccid; in dccp_feat_server_ccid_dependencies() local 1014 ccid = entry->val.sp.vec[0]; in dccp_feat_server_ccid_dependencies() 1016 ccid = dccp_feat_default_value(DCCPF_CCID); in dccp_feat_server_ccid_dependencies() 1018 if (dccp_feat_propagate_ccid(fn, ccid, is_loca in dccp_feat_server_ccid_dependencies() [all...] |
H A D | Makefile | 4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
|
/kernel/linux/linux-5.10/drivers/nfc/pn533/ |
H A D | usb.c | 268 struct pn533_acr122_ccid_hdr ccid; member 275 struct pn533_acr122_ccid_hdr ccid; member 283 frame->ccid.type = PN533_ACR122_PC_TO_RDR_ESCAPE; in pn533_acr122_tx_frame_init() 285 frame->ccid.datalen = sizeof(frame->apdu) + 1; in pn533_acr122_tx_frame_init() 286 frame->ccid.slot = 0; in pn533_acr122_tx_frame_init() 287 frame->ccid.seq = 0; in pn533_acr122_tx_frame_init() 288 frame->ccid.params[0] = 0; in pn533_acr122_tx_frame_init() 289 frame->ccid.params[1] = 0; in pn533_acr122_tx_frame_init() 290 frame->ccid.params[2] = 0; in pn533_acr122_tx_frame_init() 306 frame->ccid in pn533_acr122_tx_frame_finish() [all...] |
/kernel/linux/linux-6.6/drivers/nfc/pn533/ |
H A D | usb.c | 268 struct pn533_acr122_ccid_hdr ccid; member 275 struct pn533_acr122_ccid_hdr ccid; member 283 frame->ccid.type = PN533_ACR122_PC_TO_RDR_ESCAPE; in pn533_acr122_tx_frame_init() 285 frame->ccid.datalen = sizeof(frame->apdu) + 1; in pn533_acr122_tx_frame_init() 286 frame->ccid.slot = 0; in pn533_acr122_tx_frame_init() 287 frame->ccid.seq = 0; in pn533_acr122_tx_frame_init() 288 frame->ccid.params[0] = 0; in pn533_acr122_tx_frame_init() 289 frame->ccid.params[1] = 0; in pn533_acr122_tx_frame_init() 290 frame->ccid.params[2] = 0; in pn533_acr122_tx_frame_init() 306 frame->ccid in pn533_acr122_tx_frame_finish() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 495 ce->lrc.ccid = ce->tag; in __execlists_schedule_in() 502 ce->lrc.ccid = tag << (XEHP_SW_CTX_ID_SHIFT - 32); in __execlists_schedule_in() 512 ce->lrc.ccid = (1 + tag) << (GEN11_SW_CTX_ID_SHIFT - 32); in __execlists_schedule_in() 517 ce->lrc.ccid |= engine->execlists.ccid; in __execlists_schedule_in() 525 CE_TRACE(ce, "schedule-in, ccid:%x\n", ce->lrc.ccid); in __execlists_schedule_in() 593 unsigned int ccid; in __execlists_schedule_out() local 601 CE_TRACE(ce, "schedule-out, ccid:%x\n", ce->lrc.ccid); in __execlists_schedule_out() 786 u32 ccid = -1; assert_pending_valid() local 2290 active_context(struct intel_engine_cs *engine, u32 ccid) active_context() argument [all...] |
H A D | intel_context_types.h | 140 u32 ccid; member
|
H A D | intel_engine_types.h | 188 * @ccid: identifier for contexts submitted to this engine 190 u32 ccid; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dccp.h | 190 struct ccid; 294 struct ccid *dccps_hc_rx_ccid; 295 struct ccid *dccps_hc_tx_ccid;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dccp.h | 190 struct ccid; 294 struct ccid *dccps_hc_rx_ccid; 295 struct ccid *dccps_hc_tx_ccid;
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid3.c | 489 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_tx_init() argument 491 struct ccid3_hc_tx_sock *hc = ccid_priv(ccid); in ccid3_hc_tx_init() 785 static int ccid3_hc_rx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_rx_init() argument 787 struct ccid3_hc_rx_sock *hc = ccid_priv(ccid); in ccid3_hc_rx_init()
|
H A D | ccid2.c | 713 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid2_hc_tx_init() argument 715 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid); in ccid2_hc_tx_init()
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid3.c | 494 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_tx_init() argument 496 struct ccid3_hc_tx_sock *hc = ccid_priv(ccid); in ccid3_hc_tx_init() 791 static int ccid3_hc_rx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_rx_init() argument 793 struct ccid3_hc_rx_sock *hc = ccid_priv(ccid); in ccid3_hc_rx_init()
|
H A D | ccid2.c | 718 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid2_hc_tx_init() argument 720 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid); in ccid2_hc_tx_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 1355 ce->lrc.ccid = ce->tag; in __execlists_schedule_in() 1362 ce->lrc.ccid = tag << (GEN11_SW_CTX_ID_SHIFT - 32); in __execlists_schedule_in() 1367 ce->lrc.ccid |= engine->execlists.ccid; in __execlists_schedule_in() 1411 unsigned int ccid) in __execlists_schedule_out() 1429 ccid >>= GEN11_SW_CTX_ID_SHIFT - 32; in __execlists_schedule_out() 1430 ccid &= GEN12_MAX_CONTEXT_HW_ID; in __execlists_schedule_out() 1431 if (ccid < BITS_PER_LONG) { in __execlists_schedule_out() 1432 GEM_BUG_ON(ccid == 0); in __execlists_schedule_out() 1433 GEM_BUG_ON(test_bit(ccid in __execlists_schedule_out() 1409 __execlists_schedule_out(struct i915_request *rq, struct intel_engine_cs * const engine, unsigned int ccid) __execlists_schedule_out() argument 1464 u32 ccid; execlists_schedule_out() local 1587 u32 ccid = -1; assert_pending_valid() local 3006 active_context(struct intel_engine_cs *engine, u32 ccid) active_context() argument [all...] |
H A D | intel_context_types.h | 95 u32 ccid; member
|
H A D | intel_engine_types.h | 161 * @ccid: identifier for contexts submitted to this engine 163 u32 ccid; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 69 u32 ccid; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 71 u32 ccid; member
|