HomeSort by: relevance | last modified time | path
    Searched defs:untagged_q (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_osm.c 209 struct scb_tailq *untagged_q; local in function:ahc_done
213 untagged_q = &ahc->untagged_queues[target_offset];
214 TAILQ_REMOVE(untagged_q, scb, links.tqe);
216 ahc_run_untagged_queue(ahc, untagged_q);
649 struct scb_tailq *untagged_q; local in function:ahc_execute_scb
653 untagged_q = &(ahc->untagged_queues[target_offset]);
654 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe);
656 if (TAILQ_FIRST(untagged_q) != scb) {
aic7xxx_osm.c 209 struct scb_tailq *untagged_q; local in function:ahc_done
213 untagged_q = &ahc->untagged_queues[target_offset];
214 TAILQ_REMOVE(untagged_q, scb, links.tqe);
216 ahc_run_untagged_queue(ahc, untagged_q);
649 struct scb_tailq *untagged_q; local in function:ahc_execute_scb
653 untagged_q = &(ahc->untagged_queues[target_offset]);
654 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe);
656 if (TAILQ_FIRST(untagged_q) != scb) {
aic7xxx.c 3526 struct scb_tailq *untagged_q; local in function:ahc_handle_msg_reject
3528 untagged_q =
3530 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe);
5531 struct scb_tailq *untagged_q; local in function:ahc_search_untagged_queues
5534 untagged_q = &(ahc->untagged_queues[i]);
5535 next_scb = TAILQ_FIRST(untagged_q);
5581 TAILQ_REMOVE(untagged_q, scb, links.tqe);
6602 struct scb_tailq *untagged_q; local in function:ahc_dump_card_state
6761 untagged_q = &ahc->untagged_queues[target];
6762 if (TAILQ_FIRST(untagged_q) == NULL
    [all...]
aic7xxx.c 3526 struct scb_tailq *untagged_q; local in function:ahc_handle_msg_reject
3528 untagged_q =
3530 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe);
5531 struct scb_tailq *untagged_q; local in function:ahc_search_untagged_queues
5534 untagged_q = &(ahc->untagged_queues[i]);
5535 next_scb = TAILQ_FIRST(untagged_q);
5581 TAILQ_REMOVE(untagged_q, scb, links.tqe);
6602 struct scb_tailq *untagged_q; local in function:ahc_dump_card_state
6761 untagged_q = &ahc->untagged_queues[target];
6762 if (TAILQ_FIRST(untagged_q) == NULL
    [all...]

Completed in 30 milliseconds