Home
last modified time | relevance | path

Searched refs:bw_alloc_units (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c55 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 Dt1394.c2030 uint_t bw_alloc_units; in t1394_setup_isoch_cec() local
2078 bw_alloc_units = s1394_compute_bw_alloc_units(hal, in t1394_setup_isoch_cec()
2090 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, generation, in t1394_setup_isoch_cec()
2175 ret = s1394_bandwidth_free(hal, bw_alloc_units, in t1394_setup_isoch_cec()
2496 uint_t bw_alloc_units; in t1394_teardown_isoch_cec() local
2547 bw_alloc_units = s1394_compute_bw_alloc_units(hal, in t1394_teardown_isoch_cec()
2559 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 Ds1394.h1134 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,