Lines Matching +full:port +full:- +full:number
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
57 * mlx4_SET_PORT_PRIO2TC - This routine maps user priorities to traffic
58 * classes of a given port and device.
61 * @port: Physical port number.
66 int mlx4_SET_PORT_PRIO2TC(struct mlx4_dev *dev, u8 port, u8 *prio2tc);
69 * mlx4_SET_PORT_SCHEDULER - This routine configures the arbitration between
75 * @port: Physical port number.
84 int mlx4_SET_PORT_SCHEDULER(struct mlx4_dev *dev, u8 port, u8 *tc_tx_bw,
87 * mlx4_ALLOCATE_VPP_get - Query port VPP available resources and allocation.
92 * @port: Physical port number.
93 * @available_vpp: Pointer to variable where number of available VPPs is stored
98 int mlx4_ALLOCATE_VPP_get(struct mlx4_dev *dev, u8 port,
101 * mlx4_ALLOCATE_VPP_set - Distribution of VPPs among differnt priorities.
102 * The total number of VPPs assigned to all for a port must not exceed
104 * VPP allocation is allowed only after the port type has been set,
105 * and while no QPs are open for this port.
108 * @port: Physical port number.
113 int mlx4_ALLOCATE_VPP_set(struct mlx4_dev *dev, u8 port, u8 *vpp_p_up);
116 * mlx4_SET_VPORT_QOS_get - Query QoS proporties of a Vport.
121 * @port: Physical port number.
127 int mlx4_SET_VPORT_QOS_get(struct mlx4_dev *dev, u8 port, u8 vport,
131 * mlx4_SET_VPORT_QOS_set - Set QoS proporties of a Vport.
136 * @port: Physical port number.
142 int mlx4_SET_VPORT_QOS_set(struct mlx4_dev *dev, u8 port, u8 vport,