Home
last modified time | relevance | path

Searched refs:available_vpp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dfw_qos.c68 __be32 available_vpp; member
160 u16 *available_vpp, u8 *vpp_p_up) in mlx4_ALLOCATE_VPP_get()
182 *available_vpp = (u16)be32_to_cpu(out_param->available_vpp); in mlx4_ALLOCATE_VPP_get()
159 mlx4_ALLOCATE_VPP_get(struct mlx4_dev *dev, u8 port, u16 *available_vpp, u8 *vpp_p_up) mlx4_ALLOCATE_VPP_get() argument
H A Dfw_qos.h88 * Before distribution of VPPs to priorities, only available_vpp is returned.
93 * @available_vpp: Pointer to variable where number of available VPPs is stored
99 u16 *available_vpp, u8 *vpp_p_up);
103 * the value reported by available_vpp in mlx4_ALLOCATE_VPP_get.
H A Dcmd.c1954 u16 available_vpp; in mlx4_allocate_port_vpps() local
1959 err = mlx4_ALLOCATE_VPP_get(dev, port, &available_vpp, vpp_param); in mlx4_allocate_port_vpps()
1966 num_vfs = (available_vpp / in mlx4_allocate_port_vpps()
1981 err = mlx4_ALLOCATE_VPP_get(dev, port, &available_vpp, vpp_param); in mlx4_allocate_port_vpps()
1988 mlx4_dbg(dev, "Port %d Available VPPs %d\n", port, available_vpp); in mlx4_allocate_port_vpps()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dfw_qos.c68 __be32 available_vpp; member
160 u16 *available_vpp, u8 *vpp_p_up) in mlx4_ALLOCATE_VPP_get()
182 *available_vpp = (u16)be32_to_cpu(out_param->available_vpp); in mlx4_ALLOCATE_VPP_get()
159 mlx4_ALLOCATE_VPP_get(struct mlx4_dev *dev, u8 port, u16 *available_vpp, u8 *vpp_p_up) mlx4_ALLOCATE_VPP_get() argument
H A Dfw_qos.h88 * Before distribution of VPPs to priorities, only available_vpp is returned.
93 * @available_vpp: Pointer to variable where number of available VPPs is stored
99 u16 *available_vpp, u8 *vpp_p_up);
103 * the value reported by available_vpp in mlx4_ALLOCATE_VPP_get.
H A Dcmd.c1954 u16 available_vpp; in mlx4_allocate_port_vpps() local
1959 err = mlx4_ALLOCATE_VPP_get(dev, port, &available_vpp, vpp_param); in mlx4_allocate_port_vpps()
1966 num_vfs = (available_vpp / in mlx4_allocate_port_vpps()
1981 err = mlx4_ALLOCATE_VPP_get(dev, port, &available_vpp, vpp_param); in mlx4_allocate_port_vpps()
1988 mlx4_dbg(dev, "Port %d Available VPPs %d\n", port, available_vpp); in mlx4_allocate_port_vpps()

Completed in 13 milliseconds