Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c5739 struct scb *scbp; in ahc_search_disc_list() local
5774 scbp = ahc_lookup_scb(ahc, scb_index); in ahc_search_disc_list()
5775 if (ahc_match_scb(ahc, scbp, target, channel, lun, in ahc_search_disc_list()
5901 struct scb *scbp; in ahc_abort_scbs() local
5960 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
5961 if (scbp == NULL in ahc_abort_scbs()
5962 || ahc_match_scb(ahc, scbp, target, channel, in ahc_abort_scbs()
5992 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
5993 if ((scbp == NULL && scbid != SCB_LIST_NULL) in ahc_abort_scbs()
5994 || (scbp != NULL in ahc_abort_scbs()
[all …]
HDaic79xx.c7817 struct scb *scbp; in ahd_abort_scbs() local
7863 scbp = ahd_lookup_scb(ahd, scbid); in ahd_abort_scbs()
7864 if (scbp == NULL in ahd_abort_scbs()
7865 || ahd_match_scb(ahd, scbp, target, channel, in ahd_abort_scbs()
7887 scbp = scbp_next; in ahd_abort_scbs()
7888 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs()
7889 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { in ahd_abort_scbs()
7892 ostat = aic_get_transaction_status(scbp); in ahd_abort_scbs()
7894 aic_set_transaction_status(scbp, status); in ahd_abort_scbs()
7895 if (aic_get_transaction_status(scbp) != CAM_REQ_CMP) in ahd_abort_scbs()
[all …]