Searched refs:__mlxsw_item_get32 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 111 static inline u32 __mlxsw_item_get32(const char *buf, in __mlxsw_item_get32() function 362 return __mlxsw_item_get32(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 391 local_port = __mlxsw_item_get32(buf, &__ITEM_NAME(_type, _cname, \ 393 lp_msb = __mlxsw_item_get32(buf, &__ITEM_NAME(_type, _cname, lp_msb), \ 420 return __mlxsw_item_get32(buf, &__ITEM_NAME(_type, _cname, _iname), \
|
D | core_acl_flex_keys.c | 426 value = __mlxsw_item_get32(storage, storage_item, 0); in mlxsw_sp_afk_encode_u32()
|