Home
last modified time | relevance | path

Searched refs:reprio_tc (Results 1 – 2 of 2) sorted by relevance

/drivers/net/dsa/hirschmann/
Dhellcreek.c727 entry->reprio_en, entry->reprio_tc); in __hellcreek_fdb_add()
742 meta |= entry->reprio_tc << HR_FDBWRM0_REPRIO_TC_SHIFT; in __hellcreek_fdb_add()
794 entry->reprio_tc = (meta & HR_FDBMDRD_REPRIO_TC_MASK) >> in hellcreek_populate_fdb_entry()
1077 .reprio_tc = 6, /* TC: 6 as per IEEE 802.1AS */ in hellcreek_setup_fdb()
1088 .reprio_tc = 6, in hellcreek_setup_fdb()
1099 .reprio_tc = 6, in hellcreek_setup_fdb()
1110 .reprio_tc = 6, /* TC: 6 as per IEEE 802.1AS */ in hellcreek_setup_fdb()
1121 .reprio_tc = 6, in hellcreek_setup_fdb()
1132 .reprio_tc = 6, in hellcreek_setup_fdb()
1143 .reprio_tc = 6, in hellcreek_setup_fdb()
Dhellcreek.h271 u8 reprio_tc; member