Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c3217 uint_t node_sbandwidth, node_cbandwidth; in ehci_find_bestfit_ls_intr_mask() local
3242 node_cbandwidth = ehci_calculate_bw_availability_mask(ehcip, in ehci_find_bestfit_ls_intr_mask()
3278 (node_sbandwidth + node_cbandwidth)))) { in ehci_find_bestfit_ls_intr_mask()
3279 best_node_bandwidth = node_sbandwidth + node_cbandwidth; in ehci_find_bestfit_ls_intr_mask()
3324 uint_t node_sbandwidth, node_cbandwidth; in ehci_find_bestfit_sitd_in_mask() local
3370 node_cbandwidth = ehci_calculate_bw_availability_mask(ehcip, in ehci_find_bestfit_sitd_in_mask()
3400 (node_sbandwidth + node_cbandwidth)))) { in ehci_find_bestfit_sitd_in_mask()
3401 best_node_bandwidth = node_sbandwidth + node_cbandwidth; in ehci_find_bestfit_sitd_in_mask()