Lines Matching refs:schedule
1551 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_maxsdu() argument
1556 u32 max_sdu = schedule->max_sdu[tc] + VLAN_ETH_HLEN - ETH_FCS_LEN; in hellcreek_setup_maxsdu()
1559 if (!schedule->max_sdu[tc]) in hellcreek_setup_maxsdu()
1590 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_gcl() argument
1595 cur = initial = &schedule->entries[0]; in hellcreek_setup_gcl()
1598 for (i = 1; i <= schedule->num_entries; ++i) { in hellcreek_setup_gcl()
1602 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1611 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1637 const struct tc_taprio_qopt_offload *schedule) in hellcreek_set_cycle_time() argument
1639 u32 cycle_time = schedule->cycle_time; in hellcreek_set_cycle_time()
1843 struct tc_taprio_qopt_offload *schedule) in hellcreek_validate_schedule() argument
1852 if (schedule->cycle_time > (u32)-1) in hellcreek_validate_schedule()
1856 if (schedule->cycle_time_extension) in hellcreek_validate_schedule()
1860 for (i = 0; i < schedule->num_entries; ++i) in hellcreek_validate_schedule()
1861 if (schedule->entries[i].command != TC_TAPRIO_CMD_SET_GATES) in hellcreek_validate_schedule()