Searched refs:priority (Results 301 - 325 of 1103) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh152 flower action skbedit priority 7
154 flower vlan_ethtype 0xdead action skbedit priority 6
/linux-master/arch/arm/mach-omap2/
H A Dprcm-common.h460 * @priority: should this interrupt be handled before @priority=false IRQs?
466 * have @priority set to true.
471 bool priority; member in struct:omap_prcm_irq
489 * @priority_mask: 1 bit per IRQ, set to 1 if omap_prcm_irq.priority = true
522 .priority = _priority \
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c74 LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, .priority = 1,
76 LIBBPF_OPTS(bpf_tc_opts, opts2, .handle = 1, .priority = 1,
/linux-master/drivers/net/ipvlan/
H A Dipvlan_l3s.c120 .priority = INT_MAX,
127 .priority = INT_MAX,
/linux-master/arch/arm/mach-omap1/
H A Dirq.c95 * Allows tuning the IRQ type and priority
101 static void omap_irq_set_cfg(int irq, int fiq, int priority, int trigger) argument
109 val = fiq | ((priority & 0x1f) << 2) | ((trigger & 0x1) << 1);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_acl_tcam.c154 unsigned int priority)
160 priority);
153 mlxsw_sp1_acl_tcam_chunk_init(void *region_priv, void *chunk_priv, unsigned int priority) argument
/linux-master/net/tipc/
H A Dbearer.h94 * @priority: default link (and bearer) priority
121 u32 priority; member in struct:tipc_media
141 * @priority: default link priority for bearer
166 u32 priority; member in struct:tipc_bearer
/linux-master/lib/raid6/
H A Dloongarch_simd.c16 * The vector algorithms are currently priority 0, which means the generic
250 .priority = 0 /* see the comment near the top of the file for reason */
419 .priority = 0 /* see the comment near the top of the file for reason */
H A Drecov_loongarch_simd.c293 .priority = 1,
511 .priority = 2,
/linux-master/include/uapi/linux/
H A Dbatadv_packet.h449 * @priority: priority of frame, from ToS IP precedence or 802.1p
460 __u8 priority:3; member in struct:batadv_frag_packet
464 __u8 priority:3; member in struct:batadv_frag_packet
/linux-master/include/uapi/linux/android/
H A Dbinder.h351 __s32 priority; member in struct:binder_pri_desc
356 __s32 priority; member in struct:binder_pri_ptr_cookie
413 * int: priority
509 * int: priority
/linux-master/include/linux/mlx5/
H A Dfs.h74 static inline void build_leftovers_ft_param(int *priority, argument
78 *priority = 0; /* Priority of leftovers_prio-0 */
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h48 u8 priority; member in struct:hclge_qs_to_pri_link_cmd
255 int hclge_tm_get_qset_map_pri(struct hclge_dev *hdev, u16 qset_id, u8 *priority,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dselq.c182 if ((TC_H_MAJ(skb->priority) >> 16) == selq->htb_maj_id)
183 classid = TC_H_MIN(skb->priority);
/linux-master/drivers/firewire/
H A Dpacket-header-definitions.h120 unsigned int priority)
123 header[0] |= (((u32)priority) << ASYNC_HEADER_Q0_PRIORITY_SHIFT) & ASYNC_HEADER_Q0_PRIORITY_MASK;
119 async_header_set_priority(u32 header[ASYNC_HEADER_QUADLET_COUNT], unsigned int priority) argument
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477_tc_flower.c19 * @prio: The priority of the entry.
102 * @prio: The priority of the entry.
178 if (act->priority > KSZ9477_MAX_TC) {
183 prio_val = act->priority;
/linux-master/tools/testing/selftests/net/netfilter/
H A Dbr_netfilter.sh118 type filter hook input priority 1; policy accept
126 type filter hook forward priority 0; policy accept
/linux-master/tools/testing/selftests/net/
H A Dnat6to4.bpf.c97 .tos = (ip6->priority << 4) + (ip6->flow_lbl[0] >> 4), // u8
231 .priority = ip4->tos >> 4, // __u8:4
H A Dcmsg_sender.c54 unsigned int priority; member in struct:options::__anon3747
145 opt.sockopt.priority = atoi(optarg);
411 if (opt.sockopt.priority &&
413 &opt.sockopt.priority, sizeof(opt.sockopt.priority)))
/linux-master/include/uapi/drm/
H A Dpanthor_drm.h673 * @priority: Defines the priority of queues inside a group. Goes from 0 to 15,
674 * 15 being the highest priority.
676 __u8 priority; member in struct:drm_panthor_queue_create
686 * enum drm_panthor_group_priority - Scheduling group priority
689 /** @PANTHOR_GROUP_PRIORITY_LOW: Low priority group. */
692 /** @PANTHOR_GROUP_PRIORITY_MEDIUM: Medium priority group. */
695 /** @PANTHOR_GROUP_PRIORITY_HIGH: High priority group. */
730 /** @priority: Group priority (se
731 __u8 priority; member in struct:drm_panthor_group_create
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c124 static void mlx4_en_dcbnl_get_pfc_cfg(struct net_device *netdev, int priority, argument
129 *setting = priv->cee_config.dcb_pfc[priority];
132 static void mlx4_en_dcbnl_set_pfc_cfg(struct net_device *netdev, int priority, argument
137 priv->cee_config.dcb_pfc[priority] = setting;
253 /* On success returns a non-zero 802.1p user priority bitmap
254 * otherwise returns 0 as the invalid user priority bitmap to
282 app.priority = up;
313 en_err(priv, "Bad priority in UP <=> TC mapping. TC: %d, UP: %d\n",
354 /* higher TC means higher priority => lower pg */
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h999 * @filter_clear_rx: Remove all RX filters whose priority is less than or
1000 * equal to the given priority and is not %EF4_FILTER_PRI_AUTO
1001 * @filter_count_rx_used: Get the number of filters in use at a given priority
1003 * @filter_get_rx_ids: Get list of RX filters at a given priority
1109 enum ef4_filter_priority priority,
1112 enum ef4_filter_priority priority,
1115 enum ef4_filter_priority priority);
1117 enum ef4_filter_priority priority);
1120 enum ef4_filter_priority priority,
/linux-master/net/netfilter/
H A Dnf_tables_offload.c190 __be16 proto, int priority,
194 common->prio = priority;
214 if (basechain->ops.priority <= 0 ||
215 basechain->ops.priority > USHRT_MAX)
257 basechain->ops.priority, extack);
189 nft_flow_offload_common_init(struct flow_cls_common_offload *common, __be16 proto, int priority, struct netlink_ext_ack *extack) argument
/linux-master/net/devlink/
H A Drate.c325 u32 priority; local
356 priority = nla_get_u32(attrs[DEVLINK_ATTR_RATE_TX_PRIORITY]);
359 priority, info->extack);
362 priority, info->extack);
366 devlink_rate->tx_priority = priority;
417 "TX priority set isn't supported for the leafs");
443 "TX priority set isn't supported for the nodes");
/linux-master/fs/notify/
H A Dmark.c173 highest_prio = first_mark->group->priority;
178 * If the highest priority of group watching this object is prio,
180 * Update priority >= 1 watched objects counters.
188 /* Update priority >= 0 (a.k.a total) watched objects counter */
562 * Fanotify supports different notification classes (reflected as priority of
564 * decreasing priority order. To achieve this marks in notification lists for
574 * A return value of 1 signifies that b has priority over a.
576 * A return value of -1 signifies that a has priority over b.
586 if (a->priority < b->priority)
[all...]

Completed in 931 milliseconds

<<11121314151617181920>>