Home | History | Annotate | Download | only in ic

Lines Matching refs:scbp

5599 	struct	scb *scbp;
5634 scbp = ahc_lookup_scb(ahc, scb_index);
5635 if (ahc_match_scb(ahc, scbp, target, channel, lun,
5761 struct scb *scbp;
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 != NULL
5855 && ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)))
5867 scbp = scbp_next;
5868 scbp_next = LIST_NEXT(scbp, pending_links);
5869 if (ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)) {
5872 ostat = ahc_get_transaction_status(scbp);
5874 ahc_set_transaction_status(scbp, status);
5875 if (ahc_get_transaction_status(scbp) != CAM_REQ_CMP)
5876 ahc_freeze_scb(scbp);
5877 if ((scbp->flags & SCB_ACTIVE) == 0)
5879 ahc_done(ahc, scbp);