HomeSort by: relevance | last modified time | path
    Searched refs:sc_matrix (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
ncr5380var.h 199 struct sci_req *sc_matrix[8][8]; member in struct:ncr5380_softc
sunscpal.c 509 sc->sc_matrix[i][j] = NULL;
690 sc->sc_matrix[sr->sr_target][sr->sr_lun] = NULL;
921 sc->sc_matrix[sr->sr_target][sr->sr_lun] = NULL;
976 if (sc->sc_matrix[target][lun] == NULL) {
982 * Instead, set sc_matrix later on.
1029 sc->sc_matrix[target][lun] = sr;
2025 sr = sc->sc_matrix[i][j];
sunscpalvar.h 240 struct sunscpal_req *sc_matrix[8][8]; member in struct:sunscpal_softc
ncr5380sbc.c 365 sc->sc_matrix[i][j] = NULL;
563 sc->sc_matrix[sr->sr_target][sr->sr_lun] = NULL;
803 sc->sc_matrix[sr->sr_target][sr->sr_lun] = NULL;
869 if (sc->sc_matrix[target][lun] == NULL) {
875 * Instead, set sc_matrix later on.
922 sc->sc_matrix[target][lun] = sr;
1222 sr = sc->sc_matrix[target][lun];
2543 sr = sc->sc_matrix[i][j];

Completed in 14 milliseconds