Searched refs:bw_alloc_units (Results 1 – 3 of 3) sorted by relevance
| /titanic_41/usr/src/uts/common/io/1394/ |
| H A D | s1394_isoch.c | 59 uint_t bw_alloc_units; in s1394_isoch_rsrc_realloc() local 89 bw_alloc_units = s1394_compute_bw_alloc_units(hal, in s1394_isoch_rsrc_realloc() 110 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, in s1394_isoch_rsrc_realloc() 172 bw_alloc_units, generation, &err); in s1394_isoch_rsrc_realloc() 703 s1394_bandwidth_alloc(s1394_hal_t *hal, uint32_t bw_alloc_units, in s1394_bandwidth_alloc() argument 761 temp_value = (old_value - bw_alloc_units); in s1394_bandwidth_alloc() 762 if ((old_value >= bw_alloc_units) && in s1394_bandwidth_alloc() 828 cmd->cmd_u.l32.data_value = bw_alloc_units; in s1394_bandwidth_alloc() 925 s1394_bandwidth_free(s1394_hal_t *hal, uint32_t bw_alloc_units, in s1394_bandwidth_free() argument 980 temp_value = (old_value + bw_alloc_units); in s1394_bandwidth_free() [all …]
|
| H A D | t1394.c | 2397 uint_t bw_alloc_units; in t1394_setup_isoch_cec() local 2458 bw_alloc_units = s1394_compute_bw_alloc_units(hal, in t1394_setup_isoch_cec() 2470 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, generation, in t1394_setup_isoch_cec() 2560 ret = s1394_bandwidth_free(hal, bw_alloc_units, in t1394_setup_isoch_cec() 2938 uint_t bw_alloc_units; in t1394_teardown_isoch_cec() local 3002 bw_alloc_units = s1394_compute_bw_alloc_units(hal, in t1394_teardown_isoch_cec() 3014 ret = s1394_bandwidth_free(hal, bw_alloc_units, generation, &err); in t1394_teardown_isoch_cec()
|
| /titanic_41/usr/src/uts/common/sys/1394/ |
| H A D | s1394.h | 1170 int s1394_bandwidth_alloc(s1394_hal_t *hal, uint32_t bw_alloc_units, 1176 int s1394_bandwidth_free(s1394_hal_t *hal, uint32_t bw_alloc_units,
|