Home
last modified time | relevance | path

Searched refs:gate_mask (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c367 qopt->entries[0].gate_mask = 0x02; in tsnep_test_taprio()
369 qopt->entries[1].gate_mask = 0x03; in tsnep_test_taprio()
371 qopt->entries[2].gate_mask = 0x07; in tsnep_test_taprio()
373 qopt->entries[3].gate_mask = 0x01; in tsnep_test_taprio()
375 qopt->entries[4].gate_mask = 0x04; in tsnep_test_taprio()
377 qopt->entries[5].gate_mask = 0x06; in tsnep_test_taprio()
379 qopt->entries[6].gate_mask = 0x0F; in tsnep_test_taprio()
389 qopt->entries[0].gate_mask = 0x17; in tsnep_test_taprio()
391 qopt->entries[1].gate_mask = 0x16; in tsnep_test_taprio()
393 qopt->entries[2].gate_mask = 0x15; in tsnep_test_taprio()
[all …]
H A Dtsnep_tc.c24 if (qopt->entries[i].gate_mask & ~TSNEP_GCL_MASK) in tsnep_validate_gcl()
100 properties = qopt->entries[i].gate_mask; in tsnep_write_gcl()
/openbmc/linux/net/sched/
H A Dsch_taprio.c60 u32 gate_mask; member
713 u32 gate_mask) in taprio_dequeue_from_txq() argument
738 if (!(gate_mask & BIT(tc))) in taprio_dequeue_from_txq()
783 u32 gate_mask) in taprio_dequeue_tc_priority() argument
794 if (!(gate_mask & BIT(tc))) in taprio_dequeue_tc_priority()
819 u32 gate_mask) in taprio_dequeue_txq_priority() argument
842 u32 gate_mask; in taprio_dequeue() local
851 gate_mask = entry ? entry->gate_mask : TAPRIO_ALL_GATES_OPEN; in taprio_dequeue()
852 if (!gate_mask) in taprio_dequeue()
1471 e->gate_mask = entry->gate_mask; in taprio_sched_to_offload()
[all …]
/openbmc/linux/include/net/
H A Dpkt_sched.h220 u32 gate_mask; member
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek.c1597 gates = initial->gate_mask ^ in hellcreek_setup_gcl()
1598 cur->gate_mask; in hellcreek_setup_gcl()
1600 gates = next->gate_mask ^ in hellcreek_setup_gcl()
1601 cur->gate_mask; in hellcreek_setup_gcl()
1621 (initial->gate_mask << in hellcreek_setup_gcl()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_taprio.c315 lan_wr(QSYS_TAS_GCL_CT_CFG_GATE_STATE_SET(entry->gate_mask) | in lan966x_taprio_gcl_setup_entry()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c317 ~offload->entries[i].gate_mask; in sja1105_init_scheduling()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c339 fetch_allow = entry->gate_mask; in am65_cpsw_est_set_sched_list()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c1003 u32 gates = qopt->entries[i].gate_mask; in tc_setup_taprio()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1114 if (entry->gate_mask & BIT(tc)) { in vsc9959_tas_min_gate_lengths()
1412 QSYS_GCL_CFG_REG_1_GATE_STATE(entry->gate_mask), in vsc9959_tas_gcl_set()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c103 temp_gce->gate = (u8)temp_entry->gate_mask; in enetc_setup_taprio()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6106 if (e->gate_mask & BIT(i)) { in validate_schedule()
6114 !(prev->gate_mask & BIT(i))) in validate_schedule()
6253 if (!(e->gate_mask & BIT(i))) in igc_save_qbv_schedule()