Searched refs:untagged_q (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1431 struct scb_tailq *untagged_q = NULL; ahc_linux_run_command() local
1452 untagged_q = &(ahc->untagged_queues[target_offset]); ahc_linux_run_command()
1453 if (!TAILQ_EMPTY(untagged_q)) ahc_linux_run_command()
1576 if (untagged_q) {
1577 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe);
1701 struct scb_tailq *untagged_q; ahc_done() local
1705 untagged_q = &(ahc->untagged_queues[target_offset]); ahc_done()
1706 TAILQ_REMOVE(untagged_q, scb, links.tqe); ahc_done()
1707 BUG_ON(!TAILQ_EMPTY(untagged_q)); ahc_done()
H A Daic7xxx_core.c4122 struct scb_tailq *untagged_q; ahc_handle_msg_reject() local
4124 untagged_q = ahc_handle_msg_reject()
4126 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); ahc_handle_msg_reject()
6105 struct scb_tailq *untagged_q; ahc_search_untagged_queues() local
6108 untagged_q = &(ahc->untagged_queues[i]); ahc_search_untagged_queues()
6109 next_scb = TAILQ_FIRST(untagged_q); ahc_search_untagged_queues()
6155 TAILQ_REMOVE(untagged_q, scb, links.tqe); ahc_search_untagged_queues()
7171 struct scb_tailq *untagged_q; ahc_dump_card_state() local
7330 untagged_q = &ahc->untagged_queues[target]; ahc_dump_card_state()
7331 if (TAILQ_FIRST(untagged_q) == NULL) ahc_dump_card_state()
7335 TAILQ_FOREACH(scb, untagged_q, links.tqe) { TAILQ_FOREACH()

Completed in 106 milliseconds