Searched refs:priority (Results 1 - 25 of 51) sorted by relevance

123

/netgear-R7800-V1.0.2.28/include/
H A Dkernel.mk82 priority="$$$$$$$$1"; \
89 echo "$$$$$$$$mod" >> $(2)/etc/modules.d/$$$$$$$$priority-$(1); \
92 if [ -e $(2)/etc/modules.d/$$$$$$$$priority-$(1) ]; then \
95 ln -s ../modules.d/$$$$$$$$priority-$(1) $(2)/etc/modules-boot.d/; \
97 modules="$$$$$$$${modules:+$$$$$$$$modules }$$$$$$$$priority-$(1)"; \
/netgear-R7800-V1.0.2.28/package/redis/files/
H A Dredis.conf230 # The slave priority is an integer number published by Redis in the INFO output.
234 # A slave with a low priority number is considered better for promotion, so
235 # for instance if there are three slaves with priority 10, 100, 25 Sentinel will
236 # pick the one wtih priority 10, that is the lowest.
238 # However a special priority of 0 marks the slave as not able to perform the
239 # role of master, so a slave with priority of 0 will never be selected by
242 # By default the priority is 100.
243 slave-priority 100
/netgear-R7800-V1.0.2.28/package/zz-dni-streamboost/files/
H A Dredis.conf230 # The slave priority is an integer number published by Redis in the INFO output.
234 # A slave with a low priority number is considered better for promotion, so
235 # for instance if there are three slaves with priority 10, 100, 25 Sentinel will
236 # pick the one wtih priority 10, that is the lowest.
238 # However a special priority of 0 marks the slave as not able to perform the
239 # role of master, so a slave with priority of 0 will never be selected by
242 # By default the priority is 100.
243 slave-priority 100
/netgear-R7800-V1.0.2.28/package/qca-mcs/src/
H A Dmc_netfilter.c158 .priority = 1,
165 .priority = 1,
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/isis/
H A Disis_reg_access.h48 a_uint8_t priority; member in struct:__anon217
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_shaper.h50 NSS_SHAPER_CONFIG_TYPE_PRIO_ATTACH, /* Configure prio to attach a node with a given priority */
51 NSS_SHAPER_CONFIG_TYPE_PRIO_DETACH, /* Configure prio to detach a node at a given priority */
122 NSS_SHAPER_RESPONSE_TYPE_HTB_GROUP_PRIORITY_OUT_OF_RANGE, /* Assigned priority larger than max priority */
205 * The shaper node with qos_tag 'child_qos_tag' will be attached to the mentioned priority.
209 uint32_t priority; /* Priority of the child */ member in struct:nss_shaper_config_prio_attach
214 * Prio detaches shaper node at mentioned priority.
217 uint32_t priority; /* Priority of the child to detach */ member in struct:nss_shaper_config_prio_detach
436 uint32_t priority; /* Value of priority fo member in struct:nss_shaper_config_htb_group_param
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/nss_qdisc/
H A Dnss_htb.c37 u32 priority; /* Priority value of this class */ member in struct:nss_htb_class_data
246 if (!(qopt->priority < NSS_HTB_MAX_PRIORITY)) {
247 nss_qdisc_error("%s: priority %u of htb class %x greater than max prio %u",
248 __func__, qopt->priority, classid, NSS_HTB_MAX_PRIORITY);
259 cl->priority = qopt->priority;
291 nim_config.msg.shaper_configure.config.msg.shaper_node_config.snc.htb_group_param.priority = cl->priority;
303 "quantum = %ubytes priority = %u\n", __func__, classid, cl->rate, cl->burst, cl->crate,
304 cl->cburst, mtu, cl->quantum, cl->priority);
[all...]
H A Dnss_prio.c24 int bands; /* Number of priority bands to use */
101 nim.msg.shaper_configure.config.msg.shaper_node_config.snc.prio_detach.priority = i;
279 nim_detach.msg.shaper_configure.config.msg.shaper_node_config.snc.prio_detach.priority = band;
287 nss_qdisc_info("%s:Attaching new child with qos tag: %x, priority: %u to "
291 nim_attach.msg.shaper_configure.config.msg.shaper_node_config.snc.prio_attach.priority = band;
347 * Walks the priority band.
/netgear-R7800-V1.0.2.28/scripts/
H A Dmetadata.pm83 $feature->{priority} = 0;
91 /^Feature-Priority:\s*(\d+)\s*$/ and $feature->{priority} = $1;
H A Dmetadata.pl590 my @features = sort { $b->{priority} <=> $a->{priority} or $a->{title} cmp $b->{title} } @{$features{$n}};
/netgear-R7800-V1.0.2.28/package/hotplug2/src/
H A Dudevtrigger.c39 void log_message(int priority, const char *format, ...) argument
44 vsyslog(priority, format, args);
/netgear-R7800-V1.0.2.28/package/shortcut-fe/src/
H A Dsfe_cm.c542 if (skb->priority) {
543 sic.src_priority = sic.dest_priority = skb->priority;
782 * Note: see include/linux/netfilter_ipv4.h for info related to priority levels.
791 .priority = NF_IP_PRI_NAT_SRC + 1,
799 .priority = NF_IP6_PRI_NAT_SRC + 1,
1000 sc->dev_notifier.priority = 1;
1004 sc->inet_notifier.priority = 1;
1008 sc->inet6_notifier.priority = 1;
H A Dsfe_ipv6.c68 __u8 priority:4, member in struct:sfe_ipv6_ip_hdr
72 priority:4;
200 /* remark priority of SKB */
270 uint32_t priority; member in struct:sfe_ipv6_connection_match
1477 * Update priority of skb.
1480 skb->priority = cm->priority;
2013 * Update priority of skb.
2016 skb->priority = cm->priority;
[all...]
H A Dsfe_ipv4.c170 /* remark priority of SKB */
245 uint32_t priority; member in struct:sfe_ipv4_connection_match
1424 * Update priority of skb.
1427 skb->priority = cm->priority;
1976 * Update priority of skb.
1979 skb->priority = cm->priority;
2524 original_cm->priority = sic->src_priority;
2583 reply_cm->priority
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Drtl8366_smi.h68 u8 priority; member in struct:rtl8366_vlan_mc
H A Drtl8366rb.c504 vlanmc->priority = (data[0] >> RTL8366RB_VLAN_PRIORITY_SHIFT) &
523 vlanmc->priority > RTL8366RB_PRIORITYMAX ||
530 ((vlanmc->priority & RTL8366RB_VLAN_PRIORITY_MASK) <<
H A Drtl8366s.c513 vlanmc->priority = (data[0] >> RTL8366S_VLAN_PRIORITY_SHIFT) &
533 vlanmc->priority > RTL8366S_PRIORITYMAX ||
540 ((vlanmc->priority & RTL8366S_VLAN_PRIORITY_MASK) <<
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_classifier_hyfi.c290 if (unlikely(hyfi_hash_skbuf(skb, &chfi->flow.hash, &chfi->flow.flag, &chfi->flow.priority, &chfi->flow.seq))) {
298 DEBUG_INFO("Flow serial: %d\nFlow hash: 0x%02x, priority 0x%08x, flag: %d\nSA: %pM\nDA: %pM\n\n",
299 chfi->flow.ecm_serial, chfi->flow.hash, chfi->flow.priority, chfi->flow.flag,
345 DEBUG_INFO("UPDATE STATS: Flow serial: %d\nFlow hash: 0x%02x, priority 0x%08x, flag: %d\nSA: %pM\nDA: %pM\n\n",
346 chfi->flow.ecm_serial, chfi->flow.hash, chfi->flow.priority, chfi->flow.flag,
H A Decm_classifier_dscp.c305 * Extract the priority and DSCP from skb and store into ct extension
314 * b. There were no explicitly configured priority/DSCP for the opposite
322 flow_qos_tag = skb->priority;
351 DEBUG_TRACE("Flow DSCP: %x Flow priority: %d, Return DSCP: %x Return priority: %d\n",
357 return_qos_tag = skb->priority;
386 DEBUG_TRACE("Return DSCP: %x Return priority: %d, Flow DSCP: %x Flow priority: %d\n",
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/hsl/isis/
H A Disis_reg_access.c59 athrs_header.priority = 0;
71 buf[head_offset+2] |= athrs_header.priority << 3;
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_tx_rx_virt_if.c261 * We differentiate between skbs with priority to identify native vs non-native wifi pkts
264 skb->priority = NSS_TX_RX_VIRT_IF_NATIVE_WIFI_PKT;
266 skb->priority = NSS_TX_RX_VIRT_IF_802_3_PKT;
H A Dnss_core.c1415 * NOTE: This is a very simple algorithm with fixed weight and strict priority
1488 * Obtain the cause as per priority. Also obtain the weight
1490 * NOTE: The idea is that all causes are processed as per priority and weight
1670 (uint16_t)(nbuf->end - nbuf->head), (uint32_t)nbuf->priority, mss, bit_flags);
1723 nbuf->end - nbuf->head, (uint32_t)nbuf->priority, mss, bit_flags | H2N_BIT_FLAG_FIRST_SEGMENT);
1744 nbuf->priority, mss, bit_flags);
1798 nbuf->end - nbuf->head, (uint32_t)nbuf->priority, mss, bit_flags | H2N_BIT_FLAG_FIRST_SEGMENT);
1836 iter->end - iter->head, iter->priority, mss, bit_flags);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/leds/
H A Dledtrig-usbdev.c275 td->notifier.priority = 10;
/netgear-R7800-V1.0.2.28/package/fast-classifier/src/
H A Dfast-classifier.c1090 * Note: see include/linux/netfilter_ipv4.h for info related to priority levels.
1099 .priority = NF_IP_PRI_NAT_SRC + 1,
1399 sc->dev_notifier.priority = 1;
1403 sc->inet_notifier.priority = 1;
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_non_ported_ipv4.c607 * Look up the vlan device and incorporate the vlan priority into the vlan_value
773 * Look up the vlan device and incorporate the vlan priority into the vlan_value
959 * NOTE: These are called in ascending order of priority and so the last classifier (highest) shall
2162 * 4. Only the highest priority classifier, that actions it, will have its qos tag honoured.
2163 * 5. Only the highest priority classifier, that actions it, will have its timer group honoured.
2168 prevalent_pr.flow_qos_tag = skb->priority;
2169 prevalent_pr.return_qos_tag = skb->priority;
2233 * Timer group (the last classifier i.e. the highest priority one) will 'win'
2241 * Qos tag (the last classifier i.e. the highest priority one) will 'win'
2300 skb->priority
[all...]

Completed in 252 milliseconds

123