Searched refs:bw_alloc_units (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | s1394_isoch.c | 55 uint_t bw_alloc_units; in s1394_isoch_rsrc_realloc() local 82 bw_alloc_units = s1394_compute_bw_alloc_units(hal, in s1394_isoch_rsrc_realloc() 103 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, in s1394_isoch_rsrc_realloc() 165 bw_alloc_units, generation, &err); in s1394_isoch_rsrc_realloc() 591 s1394_bandwidth_alloc(s1394_hal_t *hal, uint32_t bw_alloc_units, in s1394_bandwidth_alloc() argument 639 temp_value = (old_value - bw_alloc_units); in s1394_bandwidth_alloc() 640 if ((old_value >= bw_alloc_units) && in s1394_bandwidth_alloc() 684 cmd->cmd_u.l32.data_value = bw_alloc_units; in s1394_bandwidth_alloc() 769 s1394_bandwidth_free(s1394_hal_t *hal, uint32_t bw_alloc_units, in s1394_bandwidth_free() argument 814 temp_value = (old_value + bw_alloc_units); in s1394_bandwidth_free() [all …]
|
H A D | t1394.c | 2031 uint_t bw_alloc_units; in t1394_setup_isoch_cec() local 2079 bw_alloc_units = s1394_compute_bw_alloc_units(hal, in t1394_setup_isoch_cec() 2091 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, generation, in t1394_setup_isoch_cec() 2176 ret = s1394_bandwidth_free(hal, bw_alloc_units, in t1394_setup_isoch_cec() 2497 uint_t bw_alloc_units; in t1394_teardown_isoch_cec() local 2548 bw_alloc_units = s1394_compute_bw_alloc_units(hal, in t1394_teardown_isoch_cec() 2560 ret = s1394_bandwidth_free(hal, bw_alloc_units, generation, &err); in t1394_teardown_isoch_cec()
|
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | s1394.h | 1134 int s1394_bandwidth_alloc(s1394_hal_t *hal, uint32_t bw_alloc_units, 1140 int s1394_bandwidth_free(s1394_hal_t *hal, uint32_t bw_alloc_units,
|