Lines Matching defs:item
58 __mlxsw_item_offset(struct mlxsw_item *item, unsigned short index, in __mlxsw_item_offset()
75 static inline u16 __mlxsw_item_get16(char *buf, struct mlxsw_item *item, in __mlxsw_item_get16()
90 static inline void __mlxsw_item_set16(char *buf, struct mlxsw_item *item, in __mlxsw_item_set16()
108 static inline u32 __mlxsw_item_get32(char *buf, struct mlxsw_item *item, in __mlxsw_item_get32()
123 static inline void __mlxsw_item_set32(char *buf, struct mlxsw_item *item, in __mlxsw_item_set32()
141 static inline u64 __mlxsw_item_get64(char *buf, struct mlxsw_item *item, in __mlxsw_item_get64()
156 static inline void __mlxsw_item_set64(char *buf, struct mlxsw_item *item, in __mlxsw_item_set64()
174 struct mlxsw_item *item, in __mlxsw_item_memcpy_from()
183 struct mlxsw_item *item, in __mlxsw_item_memcpy_to()
192 __mlxsw_item_bit_array_offset(struct mlxsw_item *item, u16 index, u8 *shift) in __mlxsw_item_bit_array_offset()
215 static inline u8 __mlxsw_item_bit_array_get(char *buf, struct mlxsw_item *item, in __mlxsw_item_bit_array_get()
227 static inline void __mlxsw_item_bit_array_set(char *buf, struct mlxsw_item *item, in __mlxsw_item_bit_array_set()