Lines Matching refs:pnode

158 				uint_t			*pnode,
170 uint_t pnode);
173 uint_t pnode,
185 uint_t pnode);
215 uint_t *pnode,
223 uint_t *pnode,
231 uint_t *pnode,
238 uint_t *pnode,
2148 uint_t *pnode, in ehci_allocate_bandwidth() argument
2158 *pnode = 0; in ehci_allocate_bandwidth()
2162 ph, pnode, smask, cmask)) != USB_SUCCESS) { in ehci_allocate_bandwidth()
2175 ehcip, ph, *pnode)) != USB_SUCCESS) { in ehci_allocate_bandwidth()
2179 ehcip, ph, *pnode, *smask, *cmask); in ehci_allocate_bandwidth()
2197 uint_t *pnode, in ehci_allocate_high_speed_bandwidth() argument
2251 error = ehci_find_bestfit_hs_mask(ehcip, smask, pnode, in ehci_allocate_high_speed_bandwidth()
2263 smask, cmask, pnode, sbandwidth, cbandwidth, in ehci_allocate_high_speed_bandwidth()
2271 smask, cmask, pnode, sbandwidth, cbandwidth, in ehci_allocate_high_speed_bandwidth()
2277 smask, pnode, sbandwidth, interval); in ehci_allocate_high_speed_bandwidth()
2306 uint_t pnode) in ehci_allocate_classic_tt_bandwidth() argument
2382 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_allocate_classic_tt_bandwidth()
2439 uint_t pnode, in ehci_deallocate_bandwidth() argument
2446 ehci_deallocate_high_speed_bandwidth(ehcip, ph, pnode, smask, cmask); in ehci_deallocate_bandwidth()
2455 ehci_deallocate_classic_tt_bandwidth(ehcip, ph, pnode); in ehci_deallocate_bandwidth()
2469 uint_t pnode, in ehci_deallocate_high_speed_bandwidth() argument
2506 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_deallocate_high_speed_bandwidth()
2551 uint_t pnode) in ehci_deallocate_classic_tt_bandwidth() argument
2586 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_deallocate_classic_tt_bandwidth()
3004 uint_t pnode; in ehci_find_periodic_node() local
3011 pnode = lattice_leaf; in ehci_find_periodic_node()
3013 pnode = ehci_lattice_parent(pnode); in ehci_find_periodic_node()
3016 return (pnode); in ehci_find_periodic_node()
3094 uint_t *pnode, in ehci_find_bestfit_hs_mask() argument
3187 *pnode = ehci_find_periodic_node(ehci_index[best_array_leaf], in ehci_find_bestfit_hs_mask()
3209 uint_t *pnode, in ehci_find_bestfit_ls_intr_mask() argument
3293 *pnode = ehci_find_periodic_node(ehci_index[best_array_leaf], in ehci_find_bestfit_ls_intr_mask()
3317 uint_t *pnode, in ehci_find_bestfit_sitd_in_mask() argument
3415 *pnode = ehci_find_periodic_node(ehci_index[best_array_leaf], in ehci_find_bestfit_sitd_in_mask()
3438 uint_t *pnode, in ehci_find_bestfit_sitd_out_mask() argument
3516 *pnode = ehci_find_periodic_node(ehci_index[best_array_leaf], in ehci_find_bestfit_sitd_out_mask()