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

  /src/sys/dev/ic/
i82557.c 270 if (sc->sc_flags & FXPF_EXT_RFA) {
326 (sc->sc_flags & FXPF_EXT_RFA) ?
377 if (sc->sc_flags & FXPF_EXT_RFA) {
906 if (sc->sc_flags & FXPF_EXT_RFA)
950 if (sc->sc_flags & FXPF_EXT_RFA) {
1222 if ((sc->sc_flags & FXPF_EXT_RFA) != 0) {
1407 if ((sc->sc_flags & FXPF_EXT_RFA) != 0 &&
1774 cbp->byte_count = (sc->sc_flags & FXPF_EXT_RFA) ?
1795 cbp->ext_rfa = (sc->sc_flags & FXPF_EXT_RFA) ? 1 : 0;
1830 cbp->ext_rx_mode = (sc->sc_flags & FXPF_EXT_RFA) ? 1 : 0
    [all...]
i82557var.h 226 #define FXPF_EXT_RFA 0x0200 /* has extended RFD and IPCB (82550) */
  /src/sys/dev/cardbus/
if_fxp_cardbus.c 160 sc->sc_flags |= FXPF_EXT_RFA;
  /src/sys/dev/pci/
if_fxp_pci.c 420 sc->sc_flags |= FXPF_EXT_RFA;

Completed in 36 milliseconds