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

  /src/sys/dev/pci/
if_bge.c 406 #define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGEF_JUMBO_CAPABLE)
407 #define BGE_IS_5700_FAMILY(sc) ((sc)->bge_flags & BGEF_5700_FAMILY)
408 #define BGE_IS_5705_PLUS(sc) ((sc)->bge_flags & BGEF_5705_PLUS)
409 #define BGE_IS_5714_FAMILY(sc) ((sc)->bge_flags & BGEF_5714_FAMILY)
410 #define BGE_IS_575X_PLUS(sc) ((sc)->bge_flags & BGEF_575X_PLUS)
411 #define BGE_IS_5755_PLUS(sc) ((sc)->bge_flags & BGEF_5755_PLUS)
412 #define BGE_IS_57765_FAMILY(sc) ((sc)->bge_flags & BGEF_57765_FAMILY)
413 #define BGE_IS_57765_PLUS(sc) ((sc)->bge_flags & BGEF_57765_PLUS)
414 #define BGE_IS_5717_PLUS(sc) ((sc)->bge_flags & BGEF_5717_PLUS)
1498 if (!(sc->bge_flags & BGEF_RX_ALIGNBUG)
    [all...]
if_bgevar.h 344 uint32_t bge_flags; /* i/n */ member in struct:bge_softc
if_bgereg.h 2265 volatile uint16_t bge_flags; member in struct:bge_tx_bd
2269 volatile uint16_t bge_flags; member in struct:bge_tx_bd
2299 volatile uint16_t bge_flags; member in struct:bge_rx_bd
2307 volatile uint16_t bge_flags; member in struct:bge_rx_bd
2661 /* Flags for bge_flags */

Completed in 123 milliseconds