Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1510 output_args->channel_num = cec_new->realloc_chnl_num; in t1394_alloc_isoch_single()
2209 cec_curr->realloc_chnl_num = chnl_num; in t1394_setup_isoch_cec()
2572 chnl_mask = (1 << ((63 - cec_curr->realloc_chnl_num) % 32)); in t1394_teardown_isoch_cec()
2576 if (cec_curr->realloc_chnl_num < 32) { in t1394_teardown_isoch_cec()
2589 cec_curr->realloc_chnl_num = 0; in t1394_teardown_isoch_cec()
H A Ds1394_isoch.c125 chnl_num = cec_curr->realloc_chnl_num; in s1394_isoch_rsrc_realloc()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h808 uint_t realloc_chnl_num; member