Searched refs:__mlxsw_item_data (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ ! |
D | core_acl_flex_keys.c | 436 char *storage_data = __mlxsw_item_data(storage, storage_item, 0); in mlxsw_sp_afk_encode_buf() 437 char *output_data = __mlxsw_item_data(output, output_item, 0); in mlxsw_sp_afk_encode_buf()
|
D | item.h | 196 static inline char *__mlxsw_item_data(char *buf, const struct mlxsw_item *item, in __mlxsw_item_data() function 495 return __mlxsw_item_data(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 526 return __mlxsw_item_data(buf, \
|