Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm.c3852 struct scb_tailq *untagged_q; local
3856 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; local
4130 untagged_q = &(ahc->untagged_queues[target_offset]);
4131 TAILQ_REMOVE(untagged_q, scb, links.tqe);
4132 ahc_run_untagged_queue(ahc, untagged_q);
Daic7xxx_core.c3526 struct scb_tailq *untagged_q; in ahc_handle_msg_reject() local
3528 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() local
5588 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() local
6810 untagged_q = &ahc->untagged_queues[target]; in ahc_dump_card_state()
6811 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()
[all …]