Searched refs:sched_queue (Results 1 – 4 of 4) sorted by relevance
59 context->pri_path.sched_queue = 0x83 | (priv->port - 1) << 6; in mlx4_en_fill_qp_context()
873 path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6); in mlx4_set_sched()915 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in mlx4_set_path()939 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in mlx4_set_path()1142 context->pri_path.sched_queue = (qp->port - 1) << 6; in __mlx4_ib_modify_qp()1144 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_QP0_SCHED_QUEUE; in __mlx4_ib_modify_qp()1146 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_SCHED_QUEUE; in __mlx4_ib_modify_qp()1995 ib_ah_attr->port_num = path->sched_queue & 0x40 ? 2 : 1; in to_ib_ah_attr()2003 ib_ah_attr->sl = ((path->sched_queue >> 3) & 0x7) | in to_ib_ah_attr()2004 ((path->sched_queue & 4) << 1); in to_ib_ah_attr()2006 ib_ah_attr->sl = (path->sched_queue >> 2) & 0xf; in to_ib_ah_attr()[all …]
111 u8 sched_queue; member
659 u8 sched_queue = ibqp->uobject ? 0x2 : 0x1; in __mthca_modify_qp() local662 qp_context->rlkey_arbel_sched_queue |= sched_queue; in __mthca_modify_qp()664 qp_context->tavor_sched_queue |= cpu_to_be32(sched_queue); in __mthca_modify_qp()