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

  /src/sys/dev/pci/
if_sk.c 1189 if (sa->skc_port != SK_PORT_A && sa->skc_port != SK_PORT_B)
1221 if (sa->skc_port == SK_PORT_A)
1470 (sa->skc_port == SK_PORT_A) ? 'A' : 'B', pnp);
1473 (sa->skc_port == SK_PORT_A) ? 'A' : 'B');
1786 skca.skc_port = SK_PORT_A;
2311 struct sk_if_softc *sc_if0 = sc->sk_if[SK_PORT_A];
2434 if (sc_if->sk_port == SK_PORT_A)
2850 if (sc_if->sk_port == SK_PORT_A)
2905 if (sc_if->sk_port == SK_PORT_A) {
2941 if (sc_if->sk_port == SK_PORT_A)
    [all...]
if_msk.c 1129 if (sa->skc_port != SK_PORT_A && sa->skc_port != SK_PORT_B)
1446 (sa->skc_port == SK_PORT_A) ? 'A' : 'B', pnp);
1449 (sa->skc_port == SK_PORT_A) ? 'A' : 'B');
1777 skca.skc_port = SK_PORT_A;
2183 if (sc_if->sk_port == SK_PORT_A)
2303 struct sk_if_softc *sc_if0 = sc->sk_if[SK_PORT_A];
2676 if (sc_if->sk_port == SK_PORT_A)
2734 if (sc_if->sk_port == SK_PORT_A)
if_skreg.h 119 #define SK_PORT_A 0

Completed in 23 milliseconds