Searched defs:ale_entry (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_ale.c | 107 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() 124 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field() 232 u32 *ale_entry, in cpsw_ale_entry_get_fld() 256 u32 *ale_entry, in cpsw_ale_entry_set_fld() 281 u32 *ale_entry, in cpsw_ale_vlan_get_fld() 289 u32 *ale_entry, in cpsw_ale_vlan_set_fld() 298 static inline void cpsw_ale_get_addr(u32 *ale_entry, u8 *addr) in cpsw_ale_get_addr() 306 static inline void cpsw_ale_set_addr(u32 *ale_entry, const u8 *addr) in cpsw_ale_set_addr() 314 static int cpsw_ale_read(struct cpsw_ale *ale, int idx, u32 *ale_entry) in cpsw_ale_read() 329 static int cpsw_ale_write(struct cpsw_ale *ale, int idx, u32 *ale_entry) in cpsw_ale_write() [all …]
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw.c | 242 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() 252 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field() 285 static inline void cpsw_ale_get_addr(u32 *ale_entry, u8 *addr) in cpsw_ale_get_addr() 293 static inline void cpsw_ale_set_addr(u32 *ale_entry, const u8 *addr) in cpsw_ale_set_addr() 301 static int cpsw_ale_read(struct cpsw_priv *priv, int idx, u32 *ale_entry) in cpsw_ale_read() 313 static int cpsw_ale_write(struct cpsw_priv *priv, int idx, u32 *ale_entry) in cpsw_ale_write() 327 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_match_addr() local 346 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_match_free() local 360 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_find_ageable() local 381 u32 ale_entry[ALE_ENTRY_WORDS] = {0, 0, 0}; in cpsw_ale_add_ucast() local [all …]
|