Searched refs:__ITEM_NAME (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 262 #define __ITEM_NAME(_type, _cname, _iname) \ macro 271 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 280 return __mlxsw_item_get8(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 285 __mlxsw_item_set8(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \ 290 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 302 return __mlxsw_item_get8(buf, &__ITEM_NAME(_type, _cname, _iname), \ 309 __mlxsw_item_set8(buf, &__ITEM_NAME(_type, _cname, _iname), \ 314 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 323 return __mlxsw_item_get16(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 328 __mlxsw_item_set16(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \ [all …]
|