Searched refs:mactype (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/dwc/
H A Dif_dwcvar.h63 int mactype; member in struct:dwc_softc
H A Dif_dwc.c185 if (sc->mactype == DWC_GMAC_ALT_DESC)
195 if (sc->mactype == DWC_GMAC_ALT_DESC) {
474 if (sc->mactype == DWC_GMAC_ALT_DESC)
596 nhash = sc->mactype == DWC_GMAC_ALT_DESC ? 2 : 8;
618 if (sc->mactype == DWC_GMAC_ALT_DESC)
643 if (sc->mactype == DWC_GMAC_ALT_DESC) {
1149 sc->mactype = IF_DWC_MAC_TYPE(dev);
1195 if (sc->mactype == DWC_GMAC_ALT_DESC) {
/freebsd-11.0-release/contrib/libpcap/
H A Ddlpisubs.c209 pcap_process_mactype(pcap_t *p, u_int mactype) argument
213 switch (mactype) {
259 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "unknown mactype %u",
260 mactype);

Completed in 105 milliseconds