Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1443 struct scb_tailq *untagged_q = NULL; in ahc_linux_run_command() local
1464 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command()
1465 if (!TAILQ_EMPTY(untagged_q)) in ahc_linux_run_command()
1596 if (untagged_q) { in ahc_linux_run_command()
1597 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command()
1727 struct scb_tailq *untagged_q; in ahc_done() local
1731 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done()
1732 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()
1733 BUG_ON(!TAILQ_EMPTY(untagged_q)); in ahc_done()
Daic7xxx_core.c4122 struct scb_tailq *untagged_q; in ahc_handle_msg_reject() local
4124 untagged_q = in ahc_handle_msg_reject()
4126 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject()
6106 struct scb_tailq *untagged_q; in ahc_search_untagged_queues() local
6109 untagged_q = &(ahc->untagged_queues[i]); in ahc_search_untagged_queues()
6110 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()
6156 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues()
7172 struct scb_tailq *untagged_q; in ahc_dump_card_state() local
7331 untagged_q = &ahc->untagged_queues[target]; in ahc_dump_card_state()
7332 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()
[all …]