Searched refs:untagged_q (Results 1 – 2 of 2) sorted by relevance
191 struct scb_tailq *untagged_q; in ahc_done() local195 untagged_q = &ahc->untagged_queues[target_offset]; in ahc_done()196 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()198 ahc_run_untagged_queue(ahc, untagged_q); in ahc_done()525 struct scb_tailq *untagged_q; in ahc_execute_scb() local529 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_execute_scb()530 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_execute_scb()532 if (TAILQ_FIRST(untagged_q) != scb) { in ahc_execute_scb()
3537 struct scb_tailq *untagged_q; in ahc_handle_msg_reject() local3539 untagged_q = in ahc_handle_msg_reject()3541 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject()5552 struct scb_tailq *untagged_q; in ahc_search_untagged_queues() local5555 untagged_q = &(ahc->untagged_queues[i]); in ahc_search_untagged_queues()5556 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()5600 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues()6615 struct scb_tailq *untagged_q; in ahc_dump_card_state() local6774 untagged_q = &ahc->untagged_queues[target]; in ahc_dump_card_state()6775 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()[all …]