Home
last modified time | relevance | path

Searched refs:scbp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dinitio.c709 scbp->status = SCB_PEND; in initio_append_pend_scb()
710 scbp->next = NULL; in initio_append_pend_scb()
727 scbp->status = SCB_PEND; in initio_push_pend_scb()
796 if (scbp->tagmsg) in initio_append_busy_scb()
800 scbp->status = SCB_BUSY; in initio_append_busy_scb()
801 scbp->next = NULL; in initio_append_busy_scb()
804 host->last_busy = scbp; in initio_append_busy_scb()
807 host->last_busy = scbp; in initio_append_busy_scb()
891 scbp->status = SCB_DONE; in initio_append_done_scb()
892 scbp->next = NULL; in initio_append_done_scb()
[all …]
/linux-6.15/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6107 struct scb *scbp; in ahc_search_disc_list() local
6142 scbp = ahc_lookup_scb(ahc, scb_index); in ahc_search_disc_list()
6269 struct scb *scbp; in ahc_abort_scbs() local
6328 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6329 if (scbp == NULL in ahc_abort_scbs()
6360 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6362 || (scbp != NULL in ahc_abort_scbs()
6375 scbp = scbp_next; in ahc_abort_scbs()
6384 ahc_freeze_scb(scbp); in ahc_abort_scbs()
6385 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
[all …]
H A Daic79xx_core.c8490 struct scb *scbp; in ahd_abort_scbs() local
8536 scbp = ahd_lookup_scb(ahd, scbid); in ahd_abort_scbs()
8537 if (scbp == NULL in ahd_abort_scbs()
8538 || ahd_match_scb(ahd, scbp, target, channel, in ahd_abort_scbs()
8560 scbp = scbp_next; in ahd_abort_scbs()
8561 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs()
8565 ostat = ahd_get_transaction_status(scbp); in ahd_abort_scbs()
8567 ahd_set_transaction_status(scbp, status); in ahd_abort_scbs()
8569 ahd_freeze_scb(scbp); in ahd_abort_scbs()
8570 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
[all …]