Searched refs:rcf (Results 1 – 6 of 6) sorted by relevance
54 __be16 rcf; member203 riflen = (ntohs(trh->rcf) & TR_RCF_LEN_MASK) >> 8; in tr_type_trans()270 trh->rcf=htons((((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK) in tr_source_route()290 if(!entry->local_ring && (ntohs(entry->rcf) & TR_RCF_LEN_MASK) >> 8) in tr_source_route()292 trh->rcf=entry->rcf; in tr_source_route()294 trh->rcf^=htons(TR_RCF_DIR_BIT); in tr_source_route()295 trh->rcf&=htons(0x1fff); /* Issam Chehab <ichehab@madge1.demon.co.uk> */ in tr_source_route()299 printk("entry found with rcf %04x\n", entry->rcf); in tr_source_route()315 trh->rcf=htons((((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK) in tr_source_route()328 slack = 18 - ((ntohs(trh->rcf) & TR_RCF_LEN_MASK)>>8); in tr_source_route()[all …]
139 struct reverse_factors rcf; member309 chip->rcf.afactor * chip->lux_ir) in apds990x_lux_to_threshold()310 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / in apds990x_lux_to_threshold()313 thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) / in apds990x_lux_to_threshold()1086 chip->rcf.afactor = in apds990x_probe()1089 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()1091 chip->rcf.irf1 = chip->cf.irf1 * APDS_PARAM_SCALE / in apds990x_probe()1093 chip->rcf.cf2 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()1095 chip->rcf.irf2 = chip->cf.irf2 * APDS_PARAM_SCALE / in apds990x_probe()
42 __be16 rcf; /* route control field */ member
1398 unsigned char **data, RegistrationConfirm *rcf) in process_rcf() argument1411 rcf->callSignalAddress.item, in process_rcf()1412 rcf->callSignalAddress.count); in process_rcf()1417 if (rcf->options & eRegistrationConfirm_timeToLive) { in process_rcf()1418 pr_debug("nf_ct_ras: RCF TTL = %u seconds\n", rcf->timeToLive); in process_rcf()1419 info->timeout = rcf->timeToLive; in process_rcf()
185 riflen = (ntohs(trh->rcf) & TR_RCF_LEN_MASK) >> 8; in get_tr_dst()186 if ((ntohs(trh->rcf) >> 13) != 0) in get_tr_dst()198 if (trh->rcf & htons((uint16_t) TR_RCF_DIR_BIT)) in get_tr_dst()
1601 hdr_len = ((ntohs(trhdr->rcf) & TR_RCF_LEN_MASK) >> 8) in tr_tx()