Searched refs:sk_type (Results 1 – 3 of 3) sorted by relevance
142 static const struct sk_type sk_devs[] = {440 switch(sc_if->sk_softc->sk_type) { in sk_miibus_readreg()467 switch(sc_if->sk_softc->sk_type) { in sk_miibus_writereg()493 switch(sc_if->sk_softc->sk_type) { in sk_miibus_statchg()674 if (sc->sk_type == SK_GENESIS) in sk_rxfilter()1097 if (sc_if->sk_softc->sk_type == SK_GENESIS) { in sk_ioctl()1130 const struct sk_type *t = sk_devs; in skc_probe()1164 if (SK_YUKON_FAMILY(sc->sk_type)) in sk_reset()1171 if (SK_YUKON_FAMILY(sc->sk_type)) in sk_reset()1174 if (sc->sk_type == SK_GENESIS) { in sk_reset()[all …]
1288 struct sk_type { struct1444 u_int8_t sk_type; member
2924 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; in create_ring() local3029 len = sizeof(sk_type); in create_ring()3030 if (getsockopt(handle->fd, SOL_SOCKET, SO_TYPE, &sk_type, in create_ring()3036 maclen = (sk_type == SOCK_DGRAM) ? 0 : MAX_LINKHEADER_SIZE; in create_ring()