Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c442 for (i = uhcip->uhci_polled_count; i < NUM_FRAME_LST_ENTRIES; in uhci_hcdi_polled_write()
458 for (i = uhcip->uhci_polled_count; i < NUM_FRAME_LST_ENTRIES; in uhci_hcdi_polled_write()
630 for (i = 0; i < NUM_FRAME_LST_ENTRIES; i++) { in uhci_polled_save_state()
638 for (i = 0; i < NUM_FRAME_LST_ENTRIES; i++) { in uhci_polled_save_state()
649 for (i = uhcip->uhci_polled_count - 1; i < NUM_FRAME_LST_ENTRIES; in uhci_polled_save_state()
734 for (i = 0; i < NUM_FRAME_LST_ENTRIES; i++) { in uhci_polled_restore_state()
H A Duhci.c111 ushort_t uhci_tree_bottom_nodes[NUM_FRAME_LST_ENTRIES];
160 temp = kmem_zalloc(NUM_FRAME_LST_ENTRIES * 2, KM_SLEEP); in _init()
163 for (i = 0; i < log_2(NUM_FRAME_LST_ENTRIES); i++) { in _init()
174 kmem_free(temp, (NUM_FRAME_LST_ENTRIES*2)); in _init()
H A Duhciutil.c1061 for (i = 1; i < NUM_FRAME_LST_ENTRIES; i++) { in uhci_allocate_bandwidth()
1108 (NUM_FRAME_LST_ENTRIES/bandwidth); i ++) { in uhci_allocate_bandwidth()
1126 (NUM_FRAME_LST_ENTRIES/bandwidth); i ++) { in uhci_allocate_bandwidth()
1134 for (i = 1; i < NUM_FRAME_LST_ENTRIES; i++) { in uhci_allocate_bandwidth()
1204 for (i = leftmost; i < leftmost + (NUM_FRAME_LST_ENTRIES/bandwidth); in uhci_deallocate_bandwidth()
1212 for (i = 1; i < NUM_FRAME_LST_ENTRIES; i++) { in uhci_deallocate_bandwidth()
1397 NUM_FRAME_LST_ENTRIES; in uhci_leftmost_leaf()
4230 if (++start_frame == NUM_FRAME_LST_ENTRIES) in uhci_insert_isoc_td()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h146 uhci_td_t *uhci_isoc_q_tailp[NUM_FRAME_LST_ENTRIES];
194 uint_t uhci_bandwidth[NUM_FRAME_LST_ENTRIES];
H A Duhci.h153 #define NUM_FRAME_LST_ENTRIES 1024 macro