Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
aic79xx.c | 1666 struct scb *scb1; local in function:ahd_handle_scsiint 1672 scb1 = ahd_lookup_scb(ahd, scbid1); 1673 if (scb1 == NULL) { 1680 (scb1->flags & SCB_PACKETIZED) != 0; |
aic7xxx.c | 689 struct scb *scb1; local in function:ahc_handle_seqint 709 scb1 = ahc_lookup_scb(ahc, scb_index); 711 if (scb1 == NULL) 718 scb1); 735 scb1); 793 struct scb *scb1; local in function:ahc_handle_seqint 800 scb1 = ahc_lookup_scb(ahc, scb_index); 801 if (scb1 != NULL) 802 ahc_set_transaction_status(scb1, |