Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bge/
H A Dif_bge.c1316 r->bge_flags = BGE_RXBDFLAG_END; in bge_newbuf_std()
2380 if (sc->bge_flags & BGE_FLAG_TBI) in bge_blockinit()
3434 sc->bge_flags |= BGE_FLAG_APE; in bge_attach()
3543 sc->bge_flags |= BGE_FLAG_TSO3; in bge_attach()
3558 sc->bge_flags |= BGE_FLAG_TSO; in bge_attach()
3569 sc->bge_flags |= BGE_FLAG_PCIE; in bge_attach()
3621 sc->bge_flags |= BGE_FLAG_MSI; in bge_attach()
3778 sc->bge_flags |= BGE_FLAG_TBI; in bge_attach()
4256 r->bge_flags = BGE_RXBDFLAG_END; in bge_rxreuse_std()
5260 d->bge_flags = csum_flags; in bge_encap()
[all …]
H A Dif_bgereg.h2259 uint16_t bge_flags; member
2265 uint16_t bge_flags; member
2305 uint16_t bge_flags; member
2315 uint16_t bge_flags; member
2344 uint16_t bge_flags; member
2354 uint16_t bge_flags; member
2956 uint32_t bge_flags; member
/freebsd-14.2/sys/dev/mii/
H A Dbrgphy.c1011 if (bge_sc->bge_flags & BGE_FLAG_JUMBO) in brgphy_reset()