Searched refs:untagged_q (Results 1 – 2 of 2) sorted by relevance
156 struct scb_tailq *untagged_q; in ahc_done() local160 untagged_q = &ahc->untagged_queues[target_offset]; in ahc_done()161 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()163 ahc_run_untagged_queue(ahc, untagged_q); in ahc_done()415 struct scb_tailq *untagged_q; in ahc_execute_scb() local419 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_execute_scb()420 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_execute_scb()422 if (TAILQ_FIRST(untagged_q) != scb) { in ahc_execute_scb()
3569 struct scb_tailq *untagged_q; in ahc_handle_msg_reject() local3571 untagged_q = in ahc_handle_msg_reject()3573 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject()5359 struct scb_tailq *untagged_q; in ahc_search_untagged_queues() local5362 untagged_q = &(ahc->untagged_queues[i]); in ahc_search_untagged_queues()5363 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()5407 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues()6422 struct scb_tailq *untagged_q; in ahc_dump_card_state() local6583 untagged_q = &ahc->untagged_queues[target]; in ahc_dump_card_state()6584 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()[all …]