Searched defs:bw_alloc_units (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c59 uint_t bw_alloc_units; local
89 bw_alloc_units = s1394_compute_bw_alloc_units(hal,
110 ret = s1394_bandwidth_alloc(hal, bw_alloc_units,
172 bw_alloc_units, generation, &err);
703 s1394_bandwidth_alloc(s1394_hal_t *hal, uint32_t bw_alloc_units, argument
761 temp_value = (old_value - bw_alloc_units);
762 if ((old_value >= bw_alloc_units) &&
828 cmd->cmd_u.l32.data_value = bw_alloc_units;
925 s1394_bandwidth_free(s1394_hal_t *hal, uint32_t bw_alloc_units, argument
980 temp_value = (old_value + bw_alloc_units);
[all...]
H A Dt1394.c2397 uint_t bw_alloc_units; local
2458 bw_alloc_units = s1394_compute_bw_alloc_units(hal,
2470 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, generation,
2560 ret = s1394_bandwidth_free(hal, bw_alloc_units,
2938 uint_t bw_alloc_units; local
3002 bw_alloc_units = s1394_compute_bw_alloc_units(hal,
3014 ret = s1394_bandwidth_free(hal, bw_alloc_units, generation, &err);

Completed in 84 milliseconds