Home
last modified time | relevance | path

Searched refs:BGE_IS_JUMBO_CAPABLE (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c286 #define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGE_FLAG_JUMBO) macro
1594 if (BGE_IS_JUMBO_CAPABLE(sc)) { in bge_blockinit()
1652 if (BGE_IS_JUMBO_CAPABLE(sc)) { in bge_blockinit()
4017 if ((!BGE_IS_JUMBO_CAPABLE(sc) && ifr->ifr_mtu > ETHERMTU) || in bge_ioctl()
4018 (BGE_IS_JUMBO_CAPABLE(sc) && in bge_ioctl()
4187 if (BGE_IS_JUMBO_CAPABLE(sc)) in bge_stop()
4293 if (BGE_IS_JUMBO_CAPABLE(sc)) in bge_dma_free()
4446 if (BGE_IS_JUMBO_CAPABLE(sc)) { in bge_dma_alloc()