Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Daic7xxx.c5599 struct scb *scbp; in ahc_search_disc_list() local
5634 scbp = ahc_lookup_scb(ahc, scb_index); in ahc_search_disc_list()
5635 if (ahc_match_scb(ahc, scbp, target, channel, lun, in ahc_search_disc_list()
5761 struct scb *scbp; in ahc_abort_scbs() local
5820 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
5821 if (scbp == NULL in ahc_abort_scbs()
5822 || ahc_match_scb(ahc, scbp, target, channel, in ahc_abort_scbs()
5852 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
5853 if ((scbp == NULL && scbid != SCB_LIST_NULL) in ahc_abort_scbs()
5854 || (scbp != NULL in ahc_abort_scbs()
[all …]
Daic79xx.c7456 struct scb *scbp; in ahd_abort_scbs() local
7502 scbp = ahd_lookup_scb(ahd, scbid); in ahd_abort_scbs()
7503 if (scbp == NULL in ahd_abort_scbs()
7504 || ahd_match_scb(ahd, scbp, target, channel, in ahd_abort_scbs()
7526 scbp = scbp_next; in ahd_abort_scbs()
7527 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs()
7528 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { in ahd_abort_scbs()
7531 ostat = ahd_get_scsi_status(scbp); in ahd_abort_scbs()
7533 ahd_set_scsi_status(scbp, status); in ahd_abort_scbs()
7534 if (ahd_get_transaction_status(scbp) != CAM_REQ_CMP) in ahd_abort_scbs()
[all …]