Searched defs:user_prio (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Den_resources.c42 int user_prio, struct mlx4_qp_context *context)
61 if (user_prio >= 0) {
62 context->pri_path.sched_queue |= user_prio << 3;
40 mlx4_en_fill_qp_context(struct mlx4_en_priv *priv, int size, int stride, int is_tx, int rss, int qpn, int cqn, int user_prio, struct mlx4_qp_context *context) argument
H A Den_tx.c185 int cq, int user_prio)
202 ring->cqn, user_prio, &ring->context);
208 if (!user_prio && cpu_online(ring->queue_index))
183 mlx4_en_activate_tx_ring(struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring, int cq, int user_prio) argument
/drivers/staging/rtl8188eu/core/
H A Drtw_xmit.c408 s32 user_prio = 0; local
413 /* get user_prio from IP hdr */
416 /* user_prio = (ntohs(ip_hdr.tos) >> 5) & 0x3; */
417 user_prio = ip_hdr.tos >> 5;
421 user_prio = 7;
424 pattrib->priority = user_prio;

Completed in 99 milliseconds