HomeSort by: relevance | last modified time | path
    Searched defs:scbp (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 19 milliseconds