Searched refs:priority (Results 426 - 450 of 1104) sorted by relevance

<<11121314151617181920>>

/linux-master/net/ipv6/
H A Dah6.c397 top_iph->priority = 0;
589 ip6h->priority = 0;
773 .priority = 0,
/linux-master/drivers/thunderbolt/
H A Dpath.c23 regs->weight, regs->priority, regs->initial_credits,
561 hop.priority = path->priority;
/linux-master/net/8021q/
H A Dvlan_core.c60 skb->priority = vlan_get_ingress_priority(vlan_dev, skb->vlan_tci);
534 .priority = 10,
542 .priority = 10,
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c2139 .priority = NF_IP_PRI_NAT_SRC - 2,
2148 .priority = NF_IP_PRI_NAT_SRC - 1,
2155 .priority = NF_IP_PRI_NAT_DST + 1,
2162 .priority = NF_IP_PRI_NAT_DST + 2,
2170 .priority = 99,
2177 .priority = 100,
2188 .priority = NF_IP6_PRI_NAT_SRC - 2,
2197 .priority = NF_IP6_PRI_NAT_SRC - 1,
2204 .priority = NF_IP6_PRI_NAT_DST + 1,
2211 .priority
[all...]
/linux-master/net/batman-adv/
H A Dmain.c353 * batadv_skb_set_priority() - sets skb priority according to packet content
357 * This function sets a value between 256 and 263 (802.1d priority), which
369 if (skb->priority >= 256 && skb->priority <= 263)
403 skb->priority = prio + 256;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.c139 /* Find highest pending priority */
176 * non-queueing priority (ie, qpage = 0).
275 * as the HW interrupt we use for IPIs is routed to priority 0.
395 /* For each priority that is now masked */
1193 * priority. The count for that new target will have
1269 u32 priority)
1282 irq, server, priority);
1285 if (priority != MASKED) {
1288 xive_prio_from_guest(priority));
1315 if (priority
1268 kvmppc_xive_set_xive(struct kvm *kvm, u32 irq, u32 server, u32 priority) argument
1369 kvmppc_xive_get_xive(struct kvm *kvm, u32 irq, u32 *server, u32 *priority) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c333 const struct bpf_program *prog, int priority)
341 tc_attach.priority = priority;
347 priority, bpf_program__name(prog));
359 #define XGRESS_FILTER_ADD(qdisc_hook, xgress, prog, priority) ({ \
360 if ((err = xgress_filter_add(qdisc_hook, xgress, prog, priority))) \
331 xgress_filter_add(struct bpf_tc_hook *qdisc_hook, enum bpf_tc_attach_point xgress, const struct bpf_program *prog, int priority) argument
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h150 u8 priority; member in struct:pkt_attrib
314 struct tx_servq be_q; /* priority == 0, 3 */
315 struct tx_servq bk_q; /* priority == 1, 2 */
316 struct tx_servq vi_q; /* priority == 4, 5 */
317 struct tx_servq vo_q; /* priority == 6, 7 */
484 u8 qos_acm(u8 acm_mask, u8 priority);
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-dc.c109 static void dc_link_event(struct ipu_dc *dc, int event, int addr, int priority) argument
115 reg |= ((addr << 8) | priority) << (16 * (event & 0x1));
/linux-master/drivers/staging/rtl8712/
H A Dusb_ops_linux.c338 switch (pattrib->priority) {
402 switch (pattrib->priority) {
/linux-master/net/bridge/
H A Dbr_sysfs_if.c94 return sprintf(buf, "%d\n", p->priority);
97 static BRPORT_ATTR(priority, 0644,
H A Dbr_arp_nd_proxy.c310 pip6->priority = ipv6_hdr(request)->priority;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c91 bool tcp, bool gre, u32 priority)
103 dr_matcher = mlx5_smfs_matcher_create(tbl, priority, spec);
136 // Find next available priority in sorted used list
90 mlx5_ct_fs_smfs_matcher_create(struct mlx5_ct_fs *fs, struct mlx5dr_table *tbl, bool ipv4, bool tcp, bool gre, u32 priority) argument
/linux-master/sound/soc/fsl/
H A Dfsl_asrc_dma.c239 pair->dma_data.priority = tmp_data->priority;
/linux-master/include/linux/
H A Dif_vlan.h32 * @h_vlan_TCI: priority and VLAN ID
45 * @h_vlan_TCI: priority and VLAN ID
151 * struct vlan_priority_tci_mapping - vlan egress priority mappings
152 * @priority: skb priority
153 * @vlan_qos: vlan priority: (skb->priority << 13) & 0xE000
157 u32 priority; member in struct:vlan_priority_tci_mapping
167 * @nr_ingress_mappings: number of ingress priority mappings
168 * @ingress_priority_map: ingress priority mapping
[all...]
/linux-master/drivers/net/dsa/realtek/
H A Drtl8366-core.c281 vlanmc.priority = 0;
376 vlanmc.priority = 0;
/linux-master/net/rxrpc/
H A Dconn_event.c69 return rxrpc_set_conn_aborted(conn, skb, skb->priority, -ECONNABORTED,
155 pkt.ack.maxSkew = htons(skb ? skb->priority : 0);
/linux-master/net/sched/
H A Dsch_prio.c3 * net/sched/sch_prio.c Simple 3-band priority "scheduler".
34 u32 band = skb->priority;
40 if (TC_H_MAJ(skb->priority) != sch->handle) {
437 MODULE_DESCRIPTION("Simple 3-band priority qdisc");
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.h608 enum vdo_completion_priority priority)
611 vdo_launch_completion_with_priority(&data_vio->vio.completion, priority);
606 launch_data_vio_cpu_callback(struct data_vio *data_vio, vdo_action_fn callback, enum vdo_completion_priority priority) argument
/linux-master/drivers/dma/idxd/
H A Dregisters.h55 u64 priority:1; member in struct:wq_cap_reg::__anon259
373 u32 priority:4; member in struct:wqcfg::__anon273
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmhi.c67 .priority = 1,
132 .priority = 1,
/linux-master/net/ipv4/
H A Dip_output.c189 skb->priority = READ_ONCE(sk->sk_priority);
532 skb->priority = READ_ONCE(sk->sk_priority);
556 to->priority = from->priority;
1325 cork->priority = ipc->priority;
1458 skb->priority = (cork->tos != -1) ? cork->priority: READ_ONCE(sk->sk_priority);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_cik.c72 m->cp_hqd_pipe_priority = pipe_priority_map[q->priority];
73 m->cp_hqd_queue_priority = q->priority;
124 * Identifies the pipe relative priority when this queue is connected
125 * to the pipeline. The pipe priority is against the GFX pipe and HP3D.
126 * In KFD we are using a fixed pipe priority set to CS_MEDIUM.
/linux-master/net/bridge/netfilter/
H A Debt_log.c127 pr_cont(" IPv6 SRC=%pI6 IPv6 DST=%pI6, IPv6 priority=0x%01X, Next Header=%d",
128 &ih->saddr, &ih->daddr, ih->priority, ih->nexthdr);
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c189 * Lowest-prio notifier priority, we want to be notified last:
191 .priority = -INT_MAX,

Completed in 374 milliseconds

<<11121314151617181920>>