1*c1a38311SJiri Pirko /* 2*c1a38311SJiri Pirko * drivers/net/ethernet/mellanox/mlxsw/resources.h 3*c1a38311SJiri Pirko * Copyright (c) 2016 Mellanox Technologies. All rights reserved. 4*c1a38311SJiri Pirko * Copyright (c) 2016 Jiri Pirko <jiri@mellanox.com> 5*c1a38311SJiri Pirko * 6*c1a38311SJiri Pirko * Redistribution and use in source and binary forms, with or without 7*c1a38311SJiri Pirko * modification, are permitted provided that the following conditions are met: 8*c1a38311SJiri Pirko * 9*c1a38311SJiri Pirko * 1. Redistributions of source code must retain the above copyright 10*c1a38311SJiri Pirko * notice, this list of conditions and the following disclaimer. 11*c1a38311SJiri Pirko * 2. Redistributions in binary form must reproduce the above copyright 12*c1a38311SJiri Pirko * notice, this list of conditions and the following disclaimer in the 13*c1a38311SJiri Pirko * documentation and/or other materials provided with the distribution. 14*c1a38311SJiri Pirko * 3. Neither the names of the copyright holders nor the names of its 15*c1a38311SJiri Pirko * contributors may be used to endorse or promote products derived from 16*c1a38311SJiri Pirko * this software without specific prior written permission. 17*c1a38311SJiri Pirko * 18*c1a38311SJiri Pirko * Alternatively, this software may be distributed under the terms of the 19*c1a38311SJiri Pirko * GNU General Public License ("GPL") version 2 as published by the Free 20*c1a38311SJiri Pirko * Software Foundation. 21*c1a38311SJiri Pirko * 22*c1a38311SJiri Pirko * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 23*c1a38311SJiri Pirko * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24*c1a38311SJiri Pirko * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 25*c1a38311SJiri Pirko * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 26*c1a38311SJiri Pirko * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27*c1a38311SJiri Pirko * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 28*c1a38311SJiri Pirko * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29*c1a38311SJiri Pirko * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30*c1a38311SJiri Pirko * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 31*c1a38311SJiri Pirko * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 32*c1a38311SJiri Pirko * POSSIBILITY OF SUCH DAMAGE. 33*c1a38311SJiri Pirko */ 34*c1a38311SJiri Pirko 35*c1a38311SJiri Pirko #ifndef _MLXSW_RESOURCES_H 36*c1a38311SJiri Pirko #define _MLXSW_RESOURCES_H 37*c1a38311SJiri Pirko 38*c1a38311SJiri Pirko #include <linux/kernel.h> 39*c1a38311SJiri Pirko #include <linux/types.h> 40*c1a38311SJiri Pirko 41*c1a38311SJiri Pirko enum mlxsw_res_id { 42*c1a38311SJiri Pirko MLXSW_RES_ID_KVD_SIZE, 43*c1a38311SJiri Pirko MLXSW_RES_ID_KVD_SINGLE_MIN_SIZE, 44*c1a38311SJiri Pirko MLXSW_RES_ID_KVD_DOUBLE_MIN_SIZE, 45*c1a38311SJiri Pirko MLXSW_RES_ID_MAX_SPAN, 46*c1a38311SJiri Pirko MLXSW_RES_ID_MAX_SYSTEM_PORT, 47*c1a38311SJiri Pirko MLXSW_RES_ID_MAX_LAG, 48*c1a38311SJiri Pirko MLXSW_RES_ID_MAX_LAG_MEMBERS, 49*c1a38311SJiri Pirko MLXSW_RES_ID_MAX_VRS, 50*c1a38311SJiri Pirko MLXSW_RES_ID_MAX_RIFS, 51*c1a38311SJiri Pirko 52*c1a38311SJiri Pirko /* Internal resources. 53*c1a38311SJiri Pirko * Determined by the SW, not queried from the HW. 54*c1a38311SJiri Pirko */ 55*c1a38311SJiri Pirko MLXSW_RES_ID_KVD_SINGLE_SIZE, 56*c1a38311SJiri Pirko MLXSW_RES_ID_KVD_DOUBLE_SIZE, 57*c1a38311SJiri Pirko MLXSW_RES_ID_KVD_LINEAR_SIZE, 58*c1a38311SJiri Pirko 59*c1a38311SJiri Pirko __MLXSW_RES_ID_MAX, 60*c1a38311SJiri Pirko }; 61*c1a38311SJiri Pirko 62*c1a38311SJiri Pirko static u16 mlxsw_res_ids[] = { 63*c1a38311SJiri Pirko [MLXSW_RES_ID_KVD_SIZE] = 0x1001, 64*c1a38311SJiri Pirko [MLXSW_RES_ID_KVD_SINGLE_MIN_SIZE] = 0x1002, 65*c1a38311SJiri Pirko [MLXSW_RES_ID_KVD_DOUBLE_MIN_SIZE] = 0x1003, 66*c1a38311SJiri Pirko [MLXSW_RES_ID_MAX_SPAN] = 0x2420, 67*c1a38311SJiri Pirko [MLXSW_RES_ID_MAX_SYSTEM_PORT] = 0x2502, 68*c1a38311SJiri Pirko [MLXSW_RES_ID_MAX_LAG] = 0x2520, 69*c1a38311SJiri Pirko [MLXSW_RES_ID_MAX_LAG_MEMBERS] = 0x2521, 70*c1a38311SJiri Pirko [MLXSW_RES_ID_MAX_VRS] = 0x2C01, 71*c1a38311SJiri Pirko [MLXSW_RES_ID_MAX_RIFS] = 0x2C02, 72*c1a38311SJiri Pirko }; 73*c1a38311SJiri Pirko 74*c1a38311SJiri Pirko struct mlxsw_res { 75*c1a38311SJiri Pirko bool valid[__MLXSW_RES_ID_MAX]; 76*c1a38311SJiri Pirko u64 values[__MLXSW_RES_ID_MAX]; 77*c1a38311SJiri Pirko }; 78*c1a38311SJiri Pirko 79*c1a38311SJiri Pirko static inline bool mlxsw_res_valid(struct mlxsw_res *res, 80*c1a38311SJiri Pirko enum mlxsw_res_id res_id) 81*c1a38311SJiri Pirko { 82*c1a38311SJiri Pirko return res->valid[res_id]; 83*c1a38311SJiri Pirko } 84*c1a38311SJiri Pirko 85*c1a38311SJiri Pirko #define MLXSW_RES_VALID(res, short_res_id) \ 86*c1a38311SJiri Pirko mlxsw_res_valid(res, MLXSW_RES_ID_##short_res_id) 87*c1a38311SJiri Pirko 88*c1a38311SJiri Pirko static inline u64 mlxsw_res_get(struct mlxsw_res *res, 89*c1a38311SJiri Pirko enum mlxsw_res_id res_id) 90*c1a38311SJiri Pirko { 91*c1a38311SJiri Pirko if (WARN_ON(!res->valid[res_id])) 92*c1a38311SJiri Pirko return 0; 93*c1a38311SJiri Pirko return res->values[res_id]; 94*c1a38311SJiri Pirko } 95*c1a38311SJiri Pirko 96*c1a38311SJiri Pirko #define MLXSW_RES_GET(res, short_res_id) \ 97*c1a38311SJiri Pirko mlxsw_res_get(res, MLXSW_RES_ID_##short_res_id) 98*c1a38311SJiri Pirko 99*c1a38311SJiri Pirko static inline void mlxsw_res_set(struct mlxsw_res *res, 100*c1a38311SJiri Pirko enum mlxsw_res_id res_id, u64 value) 101*c1a38311SJiri Pirko { 102*c1a38311SJiri Pirko res->valid[res_id] = true; 103*c1a38311SJiri Pirko res->values[res_id] = value; 104*c1a38311SJiri Pirko } 105*c1a38311SJiri Pirko 106*c1a38311SJiri Pirko #define MLXSW_RES_SET(res, short_res_id, value) \ 107*c1a38311SJiri Pirko mlxsw_res_set(res, MLXSW_RES_ID_##short_res_id, value) 108*c1a38311SJiri Pirko 109*c1a38311SJiri Pirko static inline void mlxsw_res_parse(struct mlxsw_res *res, u16 id, u64 value) 110*c1a38311SJiri Pirko { 111*c1a38311SJiri Pirko int i; 112*c1a38311SJiri Pirko 113*c1a38311SJiri Pirko for (i = 0; i < ARRAY_SIZE(mlxsw_res_ids); i++) { 114*c1a38311SJiri Pirko if (mlxsw_res_ids[i] == id) { 115*c1a38311SJiri Pirko mlxsw_res_set(res, i, value); 116*c1a38311SJiri Pirko return; 117*c1a38311SJiri Pirko } 118*c1a38311SJiri Pirko } 119*c1a38311SJiri Pirko } 120*c1a38311SJiri Pirko 121*c1a38311SJiri Pirko #endif 122