Searched refs:DEFINE_ALE_FIELD (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_ale.c | 144 #define DEFINE_ALE_FIELD(name, start, bits) \ macro 218 DEFINE_ALE_FIELD(entry_type, 60, 2) 219 DEFINE_ALE_FIELD(vlan_id, 48, 12) 220 DEFINE_ALE_FIELD(mcast_state, 62, 2) 222 DEFINE_ALE_FIELD(super, 65, 1) 223 DEFINE_ALE_FIELD(ucast_type, 62, 2) 225 DEFINE_ALE_FIELD(blocked, 65, 1) 226 DEFINE_ALE_FIELD(secure, 64, 1) 227 DEFINE_ALE_FIELD(mcast, 40, 1)
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw.c | 265 #define DEFINE_ALE_FIELD(name, start, bits) \ macro 275 DEFINE_ALE_FIELD(entry_type, 60, 2) 276 DEFINE_ALE_FIELD(mcast_state, 62, 2) 277 DEFINE_ALE_FIELD(port_mask, 66, 3) 278 DEFINE_ALE_FIELD(ucast_type, 62, 2) 279 DEFINE_ALE_FIELD(port_num, 66, 2) 280 DEFINE_ALE_FIELD(blocked, 65, 1) 281 DEFINE_ALE_FIELD(secure, 64, 1) 282 DEFINE_ALE_FIELD(mcast, 40, 1)
|