Home
last modified time | relevance | path

Searched refs:__ITEM_NAME (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h258 #define __ITEM_NAME(_type, _cname, _iname) \ macro
267 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \
276 return __mlxsw_item_get8(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \
281 __mlxsw_item_set8(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \
286 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \
298 return __mlxsw_item_get8(buf, &__ITEM_NAME(_type, _cname, _iname), \
305 __mlxsw_item_set8(buf, &__ITEM_NAME(_type, _cname, _iname), \
310 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \
319 return __mlxsw_item_get16(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \
324 __mlxsw_item_set16(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \
[all …]