Searched refs:availible_vpp (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw_qos.c | 68 __be32 availible_vpp; member in struct:mlx4_alloc_vpp_param 160 u16 *availible_vpp, u8 *vpp_p_up) mlx4_ALLOCATE_VPP_get() 182 *availible_vpp = (u16)be32_to_cpu(out_param->availible_vpp); mlx4_ALLOCATE_VPP_get() 159 mlx4_ALLOCATE_VPP_get(struct mlx4_dev *dev, u8 port, u16 *availible_vpp, u8 *vpp_p_up) mlx4_ALLOCATE_VPP_get() argument
|
H A D | fw_qos.h | 88 * Before distribution of VPPs to priorities, only availible_vpp is returned. 93 * @availible_vpp: Pointer to variable where number of availible VPPs is stored 99 u16 *availible_vpp, u8 *vpp_p_up); 103 * the value reported by availible_vpp in mlx4_ALLOCATE_VPP_get.
|
H A D | cmd.c | 1943 u16 availible_vpp; mlx4_allocate_port_vpps() local 1948 err = mlx4_ALLOCATE_VPP_get(dev, port, &availible_vpp, vpp_param); mlx4_allocate_port_vpps() 1955 num_vfs = (availible_vpp / mlx4_allocate_port_vpps() 1970 err = mlx4_ALLOCATE_VPP_get(dev, port, &availible_vpp, vpp_param); mlx4_allocate_port_vpps() 1977 mlx4_dbg(dev, "Port %d Availible VPPs %d\n", port, availible_vpp); mlx4_allocate_port_vpps()
|
Completed in 263 milliseconds