Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1427 struct scb_tailq *untagged_q = NULL; in ahc_linux_run_command() local
1448 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command()
1449 if (!TAILQ_EMPTY(untagged_q)) in ahc_linux_run_command()
1572 if (untagged_q) { in ahc_linux_run_command()
1573 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command()
1697 struct scb_tailq *untagged_q; in ahc_done() local
1701 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done()
1702 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()
1703 BUG_ON(!TAILQ_EMPTY(untagged_q)); in ahc_done()
Daic7xxx_core.c4115 struct scb_tailq *untagged_q; in ahc_handle_msg_reject() local
4117 untagged_q = in ahc_handle_msg_reject()
4119 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject()
6072 struct scb_tailq *untagged_q; in ahc_search_untagged_queues() local
6075 untagged_q = &(ahc->untagged_queues[i]); in ahc_search_untagged_queues()
6076 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()
6122 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues()
7138 struct scb_tailq *untagged_q; in ahc_dump_card_state() local
7297 untagged_q = &ahc->untagged_queues[target]; in ahc_dump_card_state()
7298 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()
[all …]