Searched refs:__mlxsw_item_get32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 108 static inline u32 __mlxsw_item_get32(char *buf, struct mlxsw_item *item, in __mlxsw_item_get32() function 300 return __mlxsw_item_get32(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 321 return __mlxsw_item_get32(buf, &__ITEM_NAME(_type, _cname, _iname), \
|