Searched refs:priority (Results 226 - 250 of 1095) sorted by relevance

1234567891011>>

/linux-master/drivers/tty/ipwireless/
H A Dhardware.c504 * Re-queue it at the head of the highest priority queue so
917 * If we're initializing, don't send anything of higher priority than
950 * Send pending packet up to given priority, prioritize SETUP data until
962 int priority; local
966 for (priority = 0; priority < priority_limit; priority++) {
967 if (!list_empty(&hw->tx_queue[priority])) {
969 &hw->tx_queue[priority],
992 for (priority
1237 send_packet(struct ipw_hardware *hw, int priority, struct ipw_tx_packet *packet) argument
1334 set_DTR(struct ipw_hardware *hw, int priority, unsigned int channel_idx, int state) argument
1345 set_RTS(struct ipw_hardware *hw, int priority, unsigned int channel_idx, int state) argument
[all...]
/linux-master/net/bridge/netfilter/
H A Debtable_broute.c90 .priority = NF_BR_PRI_FIRST,
/linux-master/arch/mips/include/asm/
H A Dtraps.h36 .priority = pri \
/linux-master/include/uapi/drm/
H A Divpu_accel.h46 * VPU contexts have private virtual address space, job queues and priority.
294 * @priority:
303 __u32 priority; member in struct:drm_ivpu_submit
/linux-master/net/can/j1939/
H A Dmain.c77 skcb->priority = (cf->can_id >> 26) & 0x7;
330 if (skcb->priority > 7)
331 skcb->priority = 6;
348 (skcb->priority << 26) |
/linux-master/drivers/md/dm-vdo/
H A DMakefile31 priority-table.o \
H A Dfunnel-workqueue.c51 * caching -- and if the max priority is 2, just fit in one x86-64 cache line if aligned.
91 * We scan the funnel queues from highest priority to lowest, once; there is therefore a race
92 * condition where a high-priority completion can be enqueued followed by a lower-priority one, and
93 * we'll grab the latter (but we'll catch the high-priority item on the next call). If strict
116 if (completion->priority == VDO_WORK_Q_DEFAULT_PRIORITY)
117 completion->priority = queue->common.type->default_priority;
119 if (VDO_ASSERT(completion->priority <= queue->common.type->max_priority,
120 "priority is in range for queue") != VDO_SUCCESS)
121 completion->priority
[all...]
/linux-master/include/linux/
H A Dmemory.h176 { .notifier_call = fn, .priority = pri };\
/linux-master/lib/raid6/
H A Davx2.c135 .priority = 2 /* Prefer AVX2 over priority 1 (SSE2 and others) */
265 .priority = 2 /* Prefer AVX2 over priority 1 (SSE2 and others) */
468 .priority = 2 /* Prefer AVX2 over priority 1 (SSE2 and others) */
H A Davx512.c165 .priority = 2 /* Prefer AVX512 over priority 1 (SSE2 and others) */
322 .priority = 2 /* Prefer AVX512 over priority 1 (SSE2 and others) */
560 .priority = 2 /* Prefer AVX512 over priority 1 (SSE2 and others) */
/linux-master/arch/arm/mm/
H A Dproc-v7m.S120 @ Lower the priority of the SVC and PendSV exceptions
122 str r5, [r0, V7M_SCB_SHPR2] @ set SVC priority
124 str r5, [r0, V7M_SCB_SHPR3] @ set PendSV priority
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_xmit.c322 pattrib->priority = 0;
364 pattrib->priority =
380 u8 priority[4] = {}; local
431 priority[0] = (u8)pxmitframe->attrib.priority;
432 r8712_secmicappend(&micdata, &priority[0], 4);
541 if (pattrib->priority)
542 SetPriority(qc, pattrib->priority);
562 txtid[pattrib->priority]++;
563 txtid[pattrib->priority]
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v4.c43 * issuing an INV after changing a priority) gets shoved into the
363 int its_prop_update_vsgi(int irq, u8 priority, bool group) argument
368 .priority = priority,
/linux-master/include/drm/
H A Dgpu_scheduler.h123 * FIXME: This means priority changes through
136 * @priority:
141 enum drm_sched_priority priority; member in struct:drm_sched_entity
237 * The node used to insert this entity into time based priority queue
329 * @s_priority: the priority of the job.
492 * as there's usually one run-queue per priority, but could be less.
599 enum drm_sched_priority priority,
610 enum drm_sched_priority priority);
/linux-master/net/dsa/
H A Dtag_ocelot.c59 netdev_get_prio_tc_map(netdev, skb->priority) : skb->priority;
155 skb->priority = qos_class;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c214 new_app.priority = app->priority;
271 app->priority == pf->tmp_cfg.app[i].priority) {
275 pf->tmp_cfg.app[i].priority = 0;
358 * @prio_type: the traffic priority type
423 * @prio_type: the traffic priority type
463 * @prio: the corresponding user priority
464 * @prio_type: traffic priority type
519 * @prio: the corresponding user priority
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.h35 u32 *priority, bool fillup_priority);
120 unsigned int priority);
221 unsigned int priority);
/linux-master/net/phonet/
H A Dpep.c70 int len, gfp_t priority)
72 struct sk_buff *skb = alloc_skb(MAX_PNPIPE_HEADER + len, priority);
86 const void *data, int len, gfp_t priority)
93 skb = pep_alloc_skb(sk, data, len, priority);
108 const void *data, int len, gfp_t priority)
114 skb = pep_alloc_skb(sk, data, len, priority);
181 gfp_t priority)
185 return pep_reply(sk, skb, code, data, sizeof(data), priority);
191 gfp_t priority)
203 skb = pep_alloc_skb(sk, data, 4, priority);
69 pep_alloc_skb(struct sock *sk, const void *payload, int len, gfp_t priority) argument
85 pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code, const void *data, int len, gfp_t priority) argument
107 pep_indicate(struct sock *sk, u8 id, u8 code, const void *data, int len, gfp_t priority) argument
180 pep_reject_conn(struct sock *sk, struct sk_buff *skb, u8 code, gfp_t priority) argument
190 pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code, gfp_t priority) argument
217 pipe_snd_status(struct sock *sk, u8 type, u8 status, gfp_t priority) argument
227 pipe_grant_credits(struct sock *sk, gfp_t priority) argument
[all...]
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c28 u32 priority; member in struct:ofdpa_flow_tbl_key
217 /* Rocker priority levels for flow table entries. Higher
218 * priority match takes precedence over lower priority match.
522 entry->key.priority))
845 entry->key.priority = OFDPA_PRIORITY_IG_PORT;
867 entry->key.priority = OFDPA_PRIORITY_VLAN;
894 entry->key.priority = OFDPA_PRIORITY_TERM_MAC_MCAST;
898 entry->key.priority = OFDPA_PRIORITY_TERM_MAC_UCAST;
924 u32 priority; local
970 ofdpa_flow_tbl_ucast4_routing(struct ofdpa_port *ofdpa_port, __be16 eth_type, __be32 dst, __be32 dst_mask, u32 priority, enum rocker_of_dpa_table_id goto_tbl, u32 group_id, struct fib_info *fi, int flags) argument
1006 u32 priority; local
1270 u32 priority = 0; local
2276 u32 priority = fi->fib_priority; local
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c572 u8 qos_acm(u8 acm_mask, u8 priority) argument
574 switch (priority) {
578 priority = 1;
586 priority = 0;
591 priority = 5;
597 return priority;
614 pattrib->priority = UserPriority;
738 pattrib->priority = 0;
748 pattrib->priority = qos_acm(pmlmepriv->acm_mask, pattrib->priority);
766 u8 priority[4] = {0x0, 0x0, 0x0, 0x0}; local
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h412 enum ef4_filter_priority priority,
415 enum ef4_filter_priority priority, u32 filter_id,
418 enum ef4_filter_priority priority);
420 enum ef4_filter_priority priority);
423 enum ef4_filter_priority priority, u32 *buf,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcdc.c45 * Used on data packets to convey priority across USB.
67 * @priority: 802.1d priority and USB flow control info (bit 4:7).
73 u8 priority; member in struct:brcmf_proto_bcdc_header
264 /* Push BDC header used to convey priority for buses that don't */
273 h->priority = (pktbuf->priority & BCDC_PRIORITY_MASK);
289 /* Pop BCDC header used to convey priority for buses that don't */
317 pktbuf->priority = h->priority
[all...]
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c324 /* skb->priority values from 256->263 are magic values to
325 * directly indicate a specific 802.1d priority. This is used
326 * to allow 802.1d priority to be passed directly in from VLAN
329 if (skb->priority >= 256 && skb->priority <= 263)
330 return skb->priority - 256;
350 skb->priority = rtw_classify8021d(skb);
353 skb->priority = qos_acm(pmlmepriv->acm_mask, skb->priority);
355 return rtw_1d_to_queue[skb->priority];
363 u32 priority; local
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh162 hook ingress priority 0
170 type filter hook forward priority 0; policy drop;
197 type filter hook input priority 0; policy accept;
409 type filter hook ingress device "veth0" priority 0; policy accept
426 type filter hook egress device "veth1" priority 0; policy accept
505 type nat hook prerouting priority 0; policy accept;
510 type nat hook postrouting priority 0; policy accept;
563 type nat hook prerouting priority 0; policy accept;
568 type nat hook postrouting priority 0; policy accept;
647 ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tunnel priority
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h1862 * an associated priority value.
1865 * @priority: Vector of 8 priorities, one per POW Input Queue (0-7).
1866 * Highest priority is 0 and lowest is 7. A priority value
1874 const uint8_t priority[])
1881 grp_msk.s.qos0_pri = priority[0];
1882 grp_msk.s.qos1_pri = priority[1];
1883 grp_msk.s.qos2_pri = priority[2];
1884 grp_msk.s.qos3_pri = priority[3];
1885 grp_msk.s.qos4_pri = priority[
1873 cvmx_pow_set_priority(uint64_t core_num, const uint8_t priority[]) argument
[all...]

Completed in 270 milliseconds

1234567891011>>