Searched defs:ale_entry (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/ti/ |
| D | cpsw_ale.c | 61 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field() 71 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field() 124 static inline void cpsw_ale_get_addr(u32 *ale_entry, u8 *addr) in cpsw_ale_get_addr() 132 static inline void cpsw_ale_set_addr(u32 *ale_entry, const u8 *addr) in cpsw_ale_set_addr() 140 static int cpsw_ale_read(struct cpsw_ale *ale, int idx, u32 *ale_entry) in cpsw_ale_read() 155 static int cpsw_ale_write(struct cpsw_ale *ale, int idx, u32 *ale_entry) in cpsw_ale_write() 173 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_match_addr() local 194 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_match_vlan() local 210 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_match_free() local 224 u32 ale_entry[ALE_ENTRY_WORDS]; in cpsw_ale_find_ageable() local [all …]
|