Lines Matching refs:schedule
1545 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_maxsdu() argument
1550 u32 max_sdu = schedule->max_sdu[tc] + VLAN_ETH_HLEN - ETH_FCS_LEN; in hellcreek_setup_maxsdu()
1553 if (!schedule->max_sdu[tc]) in hellcreek_setup_maxsdu()
1584 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_gcl() argument
1589 cur = initial = &schedule->entries[0]; in hellcreek_setup_gcl()
1592 for (i = 1; i <= schedule->num_entries; ++i) { in hellcreek_setup_gcl()
1596 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1605 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1631 const struct tc_taprio_qopt_offload *schedule) in hellcreek_set_cycle_time() argument
1633 u32 cycle_time = schedule->cycle_time; in hellcreek_set_cycle_time()
1837 struct tc_taprio_qopt_offload *schedule) in hellcreek_validate_schedule() argument
1846 if (schedule->cycle_time > (u32)-1) in hellcreek_validate_schedule()
1850 if (schedule->cycle_time_extension) in hellcreek_validate_schedule()
1854 for (i = 0; i < schedule->num_entries; ++i) in hellcreek_validate_schedule()
1855 if (schedule->entries[i].command != TC_TAPRIO_CMD_SET_GATES) in hellcreek_validate_schedule()