Searched refs:untagged_q (Results 1 – 2 of 2) sorted by relevance
3852 struct scb_tailq *untagged_q; local3856 untagged_q = &(ahc->untagged_queues[target_offset]);3857 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe);3859 if (TAILQ_FIRST(untagged_q) != scb)4126 struct scb_tailq *untagged_q; local4130 untagged_q = &(ahc->untagged_queues[target_offset]);4131 TAILQ_REMOVE(untagged_q, scb, links.tqe);4132 ahc_run_untagged_queue(ahc, untagged_q);
3526 struct scb_tailq *untagged_q; in ahc_handle_msg_reject() local3528 untagged_q = in ahc_handle_msg_reject()3530 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject()5585 struct scb_tailq *untagged_q; in ahc_search_untagged_queues() local5588 untagged_q = &(ahc->untagged_queues[i]); in ahc_search_untagged_queues()5589 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()5635 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues()6651 struct scb_tailq *untagged_q; in ahc_dump_card_state() local6810 untagged_q = &ahc->untagged_queues[target]; in ahc_dump_card_state()6811 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()[all …]