Searched refs:pbn_per_slot (Results 1 – 1 of 1) sorted by relevance
3719 struct fixed31_32 pbn_per_slot; in dc_link_allocate_mst_payload() local3793 pbn_per_slot = get_pbn_per_slot(stream); in dc_link_allocate_mst_payload()3794 if (pbn_per_slot.value == 0) { in dc_link_allocate_mst_payload()3799 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in dc_link_allocate_mst_payload()3820 struct fixed31_32 pbn_per_slot; in dc_link_reduce_mst_payload() local3827 pbn_per_slot = get_pbn_per_slot(stream); in dc_link_reduce_mst_payload()3829 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in dc_link_reduce_mst_payload()3909 struct fixed31_32 pbn_per_slot; in dc_link_increase_mst_payload() local3977 pbn_per_slot = get_pbn_per_slot(stream); in dc_link_increase_mst_payload()3978 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in dc_link_increase_mst_payload()