Searched refs:__ITEM_NAME (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 242 #define __ITEM_NAME(_type, _cname, _iname) \ macro 251 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 259 return __mlxsw_item_get16(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 263 __mlxsw_item_set16(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \ 268 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 280 return __mlxsw_item_get16(buf, &__ITEM_NAME(_type, _cname, _iname), \ 287 __mlxsw_item_set16(buf, &__ITEM_NAME(_type, _cname, _iname), \ 292 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 300 return __mlxsw_item_get32(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 304 __mlxsw_item_set32(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \ [all …]
|