Searched defs:ale_entry (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_ale.c | 105 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() 115 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field() 216 u32 *ale_entry, in cpsw_ale_entry_get_fld() 240 u32 *ale_entry, in cpsw_ale_entry_set_fld() 265 u32 *ale_entry, in cpsw_ale_vlan_get_fld() 273 u32 *ale_entry, in cpsw_ale_vlan_set_fld() 282 static inline void cpsw_ale_get_addr(u32 *ale_entry, u8 *addr) in cpsw_ale_get_addr() 290 static inline void cpsw_ale_set_addr(u32 *ale_entry, const u8 *addr) in cpsw_ale_set_addr() 298 static int cpsw_ale_read(struct cpsw_ale *ale, int idx, u32 *ale_entry) in cpsw_ale_read() 313 static int cpsw_ale_write(struct cpsw_ale *ale, int idx, u32 *ale_entry) in cpsw_ale_write() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | cpsw.c | 279 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() 289 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field() 322 static inline void cpsw_ale_get_addr(u32 *ale_entry, u8 *addr) in cpsw_ale_get_addr() 330 static inline void cpsw_ale_set_addr(u32 *ale_entry, const u8 *addr) in cpsw_ale_set_addr() 338 static int cpsw_ale_read(struct cpsw_priv *priv, int idx, u32 *ale_entry) in cpsw_ale_read() 350 static int cpsw_ale_write(struct cpsw_priv *priv, int idx, u32 *ale_entry) in cpsw_ale_write() 364 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_match_addr() local 383 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_match_free() local 397 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_find_ageable() local 418 u32 ale_entry[ALE_ENTRY_WORDS] = {0, 0, 0}; in cpsw_ale_add_ucast() local [all …]
|