Lines Matching +full:1 +full:qbv

176 	/* Wait up to 1ms, although 3 us should be enough */  in hellcreek_wait_until_ready()
188 1, 1000); in hellcreek_wait_until_transitioned()
197 1, 1000); in hellcreek_wait_fdb_ready()
349 return VLAN_N_VID - port + 1; in hellcreek_private_vid()
388 case 1: in hellcreek_select_vlan_params()
729 hellcreek_write(hellcreek, entry->mac[1] | (entry->mac[0] << 8), HR_FDBWDH); in __hellcreek_fdb_add()
780 addr[1] = mac & 0xff; in hellcreek_populate_fdb_entry()
1047 * 2 - 1 in hellcreek_setup_tc_identity_mapping()
1048 * 1 - 0 in hellcreek_setup_tc_identity_mapping()
1069 /* MAC: 01-1B-19-00-00-00 */ in hellcreek_setup_fdb()
1075 .is_static = 1, in hellcreek_setup_fdb()
1077 .reprio_en = 1, in hellcreek_setup_fdb()
1086 .is_static = 1, in hellcreek_setup_fdb()
1088 .reprio_en = 1, in hellcreek_setup_fdb()
1097 .is_static = 1, in hellcreek_setup_fdb()
1099 .reprio_en = 1, in hellcreek_setup_fdb()
1107 .pass_blocked = 1, in hellcreek_setup_fdb()
1108 .is_static = 1, in hellcreek_setup_fdb()
1110 .reprio_en = 1, in hellcreek_setup_fdb()
1118 .pass_blocked = 1, in hellcreek_setup_fdb()
1119 .is_static = 1, in hellcreek_setup_fdb()
1121 .reprio_en = 1, in hellcreek_setup_fdb()
1129 .pass_blocked = 1, in hellcreek_setup_fdb()
1130 .is_static = 1, in hellcreek_setup_fdb()
1132 .reprio_en = 1, in hellcreek_setup_fdb()
1140 .pass_blocked = 1, in hellcreek_setup_fdb()
1141 .is_static = 1, in hellcreek_setup_fdb()
1143 .reprio_en = 1, in hellcreek_setup_fdb()
1223 1, DEVLINK_RESOURCE_UNIT_ENTRY); in hellcreek_setup_devlink_resources()
1228 1, DEVLINK_RESOURCE_UNIT_ENTRY); in hellcreek_setup_devlink_resources()
1351 region = dsa_devlink_region_create(ds, ops, 1, size); in hellcreek_setup_devlink_regions()
1361 region = dsa_devlink_region_create(ds, ops, 1, size); in hellcreek_setup_devlink_regions()
1405 * aware shaping mode. This eliminates the need for Qbv guard bands. in hellcreek_setup()
1590 next = cur + 1; in hellcreek_setup_gcl()
1592 for (i = 1; i <= schedule->num_entries; ++i) { in hellcreek_setup_gcl()
1620 data = ((i - 1) << TR_GCLCMD_GCLWRADR_SHIFT) | in hellcreek_setup_gcl()
1701 base_time = ktime_add_ns(base_time, (n + 1) * cycle_time); in hellcreek_start_schedule()
1841 /* Does this hellcreek version support Qbv in hardware? */ in hellcreek_validate_schedule()
1846 if (schedule->cycle_time > (u32)-1) in hellcreek_validate_schedule()
2090 .is_100_mbits = 1,
2091 .qbv_support = 1,
2092 .qbv_on_cpu_port = 1,