Searched refs:clc (Results 1 – 13 of 13) sorted by relevance
| /linux/net/smc/ |
| H A D | smc_clc.c | 400 smc_clc_msg_acc_conf_valid(struct smc_clc_msg_accept_confirm *clc) in smc_clc_msg_acc_conf_valid() argument 402 struct smc_clc_msg_hdr *hdr = &clc->hdr; in smc_clc_msg_acc_conf_valid() 471 struct smc_clc_msg_accept_confirm *clc; in smc_clc_msg_hdr_valid() local 489 clc = (struct smc_clc_msg_accept_confirm *)clcm; in smc_clc_msg_hdr_valid() 490 if (!smc_clc_msg_acc_conf_valid(clc)) in smc_clc_msg_hdr_valid() 493 ((u8 *)clc + ntohs(clc->hdr.length) - sizeof(*trl)); in smc_clc_msg_hdr_valid() 1048 struct smc_clc_msg_accept_confirm *clc, in smcd_clc_prep_confirm_accept() argument 1061 memcpy(clc->hdr.eyecatcher, SMCD_EYECATCHER, in smcd_clc_prep_confirm_accept() 1064 clc->hdr.typev1 = SMC_TYPE_D; in smcd_clc_prep_confirm_accept() 1065 clc->d0.gid = htonll(smcd_gid.gid); in smcd_clc_prep_confirm_accept() [all …]
|
| H A D | smc_clc.h | 423 smc_get_clc_first_contact_ext(struct smc_clc_msg_accept_confirm *clc, in smc_get_clc_first_contact_ext() argument 428 if (clc->hdr.version == SMC_V1 || in smc_get_clc_first_contact_ext() 429 !(clc->hdr.typev2 & SMC_FIRST_CONTACT_MASK)) in smc_get_clc_first_contact_ext() 439 return (struct smc_clc_first_contact_ext *)(((u8 *)clc) + clc_v2_len); in smc_get_clc_first_contact_ext()
|
| /linux/kernel/time/ |
| H A D | clockevents.c | 35 u64 clc = (u64) latch << evt->shift; in cev_delta2ns() local 46 if ((clc >> evt->shift) != (u64)latch) in cev_delta2ns() 47 clc = ~0ULL; in cev_delta2ns() 68 if ((~0ULL - clc > rnd) && in cev_delta2ns() 70 clc += rnd; in cev_delta2ns() 72 do_div(clc, evt->mult); in cev_delta2ns() 75 return clc > 1000 ? clc : 1000; in cev_delta2ns() 235 unsigned long long clc; in clockevents_program_min_delta() local 247 clc = ((unsigned long long) delta * dev->mult) >> dev->shift; in clockevents_program_min_delta() 248 if (dev->set_next_event((unsigned long) clc, dev) == 0) in clockevents_program_min_delta() [all …]
|
| /linux/arch/x86/lib/ |
| H A D | csum-copy_64.S | 61 clc 138 clc 168 clc
|
| /linux/drivers/clocksource/ |
| H A D | bcm_kona_timer.c | 91 static int kona_timer_set_next_event(unsigned long clc, in kona_timer_set_next_event() argument 113 writel(lsw + clc, timers.tmr_regs + KONA_GPTIMER_STCM0_OFFSET); in kona_timer_set_next_event()
|
| /linux/net/sched/ |
| H A D | sch_drr.c | 46 struct Qdisc_class_common *clc; in drr_find_class() local 48 clc = qdisc_class_find(&q->clhash, classid); in drr_find_class() 49 if (clc == NULL) in drr_find_class() 51 return container_of(clc, struct drr_class, common); in drr_find_class()
|
| H A D | sch_qfq.c | 213 struct Qdisc_class_common *clc; in qfq_find_class() local 215 clc = qdisc_class_find(&q->clhash, classid); in qfq_find_class() 216 if (clc == NULL) in qfq_find_class() 218 return container_of(clc, struct qfq_class, common); in qfq_find_class()
|
| H A D | sch_hfsc.c | 858 struct Qdisc_class_common *clc; in hfsc_find_class() local 860 clc = qdisc_class_find(&q->clhash, classid); in hfsc_find_class() 861 if (clc == NULL) in hfsc_find_class() 863 return container_of(clc, struct hfsc_class, cl_common); in hfsc_find_class()
|
| H A D | sch_htb.c | 189 struct Qdisc_class_common *clc; in htb_find() local 191 clc = qdisc_class_find(&q->clhash, handle); in htb_find() 192 if (clc == NULL) in htb_find() 194 return container_of(clc, struct htb_class, common); in htb_find()
|
| /linux/arch/x86/math-emu/ |
| H A D | div_Xsig.S | 115 clc
|
| H A D | reg_u_div.S | 399 clc
|
| /linux/Documentation/arch/powerpc/ |
| H A D | hvcs.rst | 394 adapter. The first vty partner corresponds to the first clc item, the 395 second vty partner to the second clc item, etc. 398 "current_vty" prints the clc of the currently selected partner vty when 401 The current_vty can be changed by writing a valid partner clc to the entry
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 725 d5 clc SS_L0RDRD
|