Searched defs:ale_entry (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/ti/ |
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 …]
|