Lines Matching refs:schedule
1541 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_maxsdu() argument
1546 u32 max_sdu = schedule->max_sdu[tc] + VLAN_ETH_HLEN - ETH_FCS_LEN; in hellcreek_setup_maxsdu()
1549 if (!schedule->max_sdu[tc]) in hellcreek_setup_maxsdu()
1580 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_gcl() argument
1585 cur = initial = &schedule->entries[0]; in hellcreek_setup_gcl()
1588 for (i = 1; i <= schedule->num_entries; ++i) { in hellcreek_setup_gcl()
1592 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1601 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1627 const struct tc_taprio_qopt_offload *schedule) in hellcreek_set_cycle_time() argument
1629 u32 cycle_time = schedule->cycle_time; in hellcreek_set_cycle_time()
1833 struct tc_taprio_qopt_offload *schedule) in hellcreek_validate_schedule() argument
1842 if (schedule->cycle_time > (u32)-1) in hellcreek_validate_schedule()
1846 if (schedule->cycle_time_extension) in hellcreek_validate_schedule()
1850 for (i = 0; i < schedule->num_entries; ++i) in hellcreek_validate_schedule()
1851 if (schedule->entries[i].command != TC_TAPRIO_CMD_SET_GATES) in hellcreek_validate_schedule()