Home
last modified time | relevance | path

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

/linux/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()
6143 if (ahc_match_scb(ahc, scbp, target, channel, lun, 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()
6330 || ahc_match_scb(ahc, scbp, target, channel, in ahc_abort_scbs()
6360 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6361 if ((scbp == NULL && scbid != SCB_LIST_NULL) in ahc_abort_scbs()
6362 || (scbp != NULL 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()
8562 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { 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()
8568 if (ahd_get_transaction_status(scbp) != CAM_REQ_CMP) in ahd_abort_scbs()
[all …]