Searched refs:untagged_q (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 1411 struct scb_tailq *untagged_q = NULL; in ahc_linux_run_command() local 1432 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command() 1433 if (!TAILQ_EMPTY(untagged_q)) in ahc_linux_run_command() 1556 if (untagged_q) { in ahc_linux_run_command() 1557 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command() 1679 struct scb_tailq *untagged_q; in ahc_done() local 1683 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done() 1684 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done() 1685 BUG_ON(!TAILQ_EMPTY(untagged_q)); in ahc_done()
|
H A D | aic7xxx_core.c | 4099 struct scb_tailq *untagged_q; in ahc_handle_msg_reject() local 4101 untagged_q = in ahc_handle_msg_reject() 4103 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject() 6044 struct scb_tailq *untagged_q; in ahc_search_untagged_queues() local 6047 untagged_q = &(ahc->untagged_queues[i]); in ahc_search_untagged_queues() 6048 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues() 6094 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues() 7109 struct scb_tailq *untagged_q; in ahc_dump_card_state() local 7268 untagged_q = &ahc->untagged_queues[target]; in ahc_dump_card_state() 7269 if (TAILQ_FIRST(untagged_q) in ahc_dump_card_state() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 1410 struct scb_tailq *untagged_q = NULL; in ahc_linux_run_command() local 1431 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_linux_run_command() 1432 if (!TAILQ_EMPTY(untagged_q)) in ahc_linux_run_command() 1555 if (untagged_q) { in ahc_linux_run_command() 1556 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command() 1678 struct scb_tailq *untagged_q; in ahc_done() local 1682 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_done() 1683 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done() 1684 BUG_ON(!TAILQ_EMPTY(untagged_q)); in ahc_done()
|
H A D | aic7xxx_core.c | 4097 struct scb_tailq *untagged_q; in ahc_handle_msg_reject() local 4099 untagged_q = in ahc_handle_msg_reject() 4101 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject() 6039 struct scb_tailq *untagged_q; in ahc_search_untagged_queues() local 6042 untagged_q = &(ahc->untagged_queues[i]); in ahc_search_untagged_queues() 6043 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues() 6089 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues() 7103 struct scb_tailq *untagged_q; in ahc_dump_card_state() local 7262 untagged_q = &ahc->untagged_queues[target]; in ahc_dump_card_state() 7263 if (TAILQ_FIRST(untagged_q) in ahc_dump_card_state() [all...] |
Completed in 38 milliseconds