Searched refs:DEFINE_ALE_FIELD (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/ti/ |
| A D | cpsw_ale.c | 128 #define DEFINE_ALE_FIELD(name, start, bits) \ macro 202 DEFINE_ALE_FIELD(entry_type, 60, 2) 203 DEFINE_ALE_FIELD(vlan_id, 48, 12) 204 DEFINE_ALE_FIELD(mcast_state, 62, 2) 206 DEFINE_ALE_FIELD(super, 65, 1) 207 DEFINE_ALE_FIELD(ucast_type, 62, 2) 209 DEFINE_ALE_FIELD(blocked, 65, 1) 210 DEFINE_ALE_FIELD(secure, 64, 1) 211 DEFINE_ALE_FIELD(mcast, 40, 1)
|
Completed in 5 milliseconds