| /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()
|
| H A D | af_smc.c | 687 struct smc_clc_msg_accept_confirm *clc) in smc_conn_save_peer_info_fce() argument 692 if (clc->hdr.version == SMC_V1 || in smc_conn_save_peer_info_fce() 693 !(clc->hdr.typev2 & SMC_FIRST_CONTACT_MASK)) in smc_conn_save_peer_info_fce() 697 memcpy(smc->conn.lgr->negotiated_eid, clc->d1.eid, in smc_conn_save_peer_info_fce() 701 memcpy(smc->conn.lgr->negotiated_eid, clc->r1.eid, in smc_conn_save_peer_info_fce() 705 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc) + clc_v2_len); in smc_conn_save_peer_info_fce() 714 struct smc_clc_msg_accept_confirm *clc) in smcr_conn_save_peer_info() argument 716 int bufsize = smc_uncompress_bufsize(clc->r0.rmbe_size); in smcr_conn_save_peer_info() 718 smc->conn.peer_rmbe_idx = clc->r0.rmbe_idx; in smcr_conn_save_peer_info() 719 smc->conn.local_tx_ctrl.token = ntohl(clc->r0.rmbe_alert_token); in smcr_conn_save_peer_info() [all …]
|
| H A D | smc_core.c | 2714 struct smc_clc_msg_accept_confirm *clc) in smc_rmb_rtoken_handling() argument 2716 conn->rtoken_idx = smc_rtoken_add(lnk, clc->r0.rmb_dma_addr, in smc_rmb_rtoken_handling() 2717 clc->r0.rmb_rkey); in smc_rmb_rtoken_handling()
|
| /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/kernel/ |
| H A D | hpet.c | 1276 uint64_t clc; in hpet_rtc_timer_init() local 1278 clc = (uint64_t) evt->mult * NSEC_PER_SEC; in hpet_rtc_timer_init() 1279 clc >>= evt->shift + DEFAULT_RTC_SHIFT; in hpet_rtc_timer_init() 1280 hpet_default_delta = clc; in hpet_rtc_timer_init() 1365 uint64_t clc; in hpet_set_periodic_freq() local 1375 clc = (uint64_t) evt->mult * NSEC_PER_SEC; in hpet_set_periodic_freq() 1376 do_div(clc, freq); in hpet_set_periodic_freq() 1377 clc >>= evt->shift; in hpet_set_periodic_freq() 1378 hpet_pie_delta = clc; in hpet_set_periodic_freq()
|
| /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
|