Searched refs:user_prio (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_resources.c | 42 int user_prio, struct mlx4_qp_context *context) in mlx4_en_fill_qp_context() argument 61 if (user_prio >= 0) { in mlx4_en_fill_qp_context() 62 context->pri_path.sched_queue |= user_prio << 3; in mlx4_en_fill_qp_context()
|
D | mlx4_en.h | 779 int cq, int user_prio); 799 int is_tx, int rss, int qpn, int cqn, int user_prio,
|
D | en_tx.c | 188 int cq, int user_prio) in mlx4_en_activate_tx_ring() argument 205 ring->cqn, user_prio, &ring->context); in mlx4_en_activate_tx_ring()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 408 s32 user_prio = 0; in set_qos() local 417 user_prio = ip_hdr.tos >> 5; in set_qos() 421 user_prio = 7; in set_qos() 424 pattrib->priority = user_prio; in set_qos()
|