Searched refs:intl_queue (Results 1 – 2 of 2) sorted by relevance
139 else if (offset < isp1362_hcd->intl_queue.buf_start) in get_ptd_queue()142 epq = &isp1362_hcd->intl_queue; in get_ptd_queue()430 } else if (epq == &isp1362_hcd->intl_queue) { in remove_ptd()701 isp1362_write_reg32(isp1362_hcd, HCINTLSKIP, isp1362_hcd->intl_queue.skip_map); in enable_intl_transfers()796 struct isp1362_ep_queue *epq = &isp1362_hcd->intl_queue; in start_intl_transfers()1102 finish_transfers(isp1362_hcd, done_map, &isp1362_hcd->intl_queue); in isp1362_irq()1762 !list_empty(&isp1362_hcd->intl_queue.active) || in isp1362_bus_suspend()1788 finish_transfers(isp1362_hcd, done_map, &isp1362_hcd->intl_queue); in isp1362_bus_suspend()2072 seq_printf(s, "max # ptds in INTL fifo: %d\n", isp1362_hcd->intl_queue.stat_maxptds); in isp1362_show()2140 dump_ptd_queue(&isp1362_hcd->intl_queue); in isp1362_show()[all …]
515 struct isp1362_ep_queue intl_queue; member