Searched refs:_iname (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | item.h | 262 #define __ITEM_NAME(_type, _cname, _iname) \ argument 263 mlxsw_##_type##_##_cname##_##_iname##_item 270 #define MLXSW_ITEM8(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument 271 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 275 .name = #_type "_" #_cname "_" #_iname, \ 278 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 280 return __mlxsw_item_get8(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 283 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u8 val) \ 285 __mlxsw_item_set8(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \ 288 #define MLXSW_ITEM8_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument [all …]
|