bge_flags         478 dev/mii/brgphy.c 		if (bge_sc->bge_flags & BGE_PHY_ADC_BUG)
bge_flags         480 dev/mii/brgphy.c 		if (bge_sc->bge_flags & BGE_PHY_5704_A0_BUG)
bge_flags         482 dev/mii/brgphy.c 		if (bge_sc->bge_flags & BGE_PHY_BER_BUG)
bge_flags         484 dev/mii/brgphy.c 		else if (bge_sc->bge_flags & BGE_PHY_JITTER_BUG) {
bge_flags         488 dev/mii/brgphy.c 			if (bge_sc->bge_flags & BGE_PHY_ADJUST_TRIM) {
bge_flags         502 dev/mii/brgphy.c 		if (bge_sc->bge_flags & BGE_JUMBO_CAP)
bge_flags         506 dev/mii/brgphy.c 		if (!(bge_sc->bge_flags & BGE_NO_ETH_WIRE_SPEED))
bge_flags         510 dev/mii/brgphy.c 		if (bge_sc->bge_flags & BGE_NO_3LED) {
bge_flags         802 dev/pci/if_bge.c 	if (!(sc->bge_flags & BGE_RX_ALIGNBUG))
bge_flags         818 dev/pci/if_bge.c 	r->bge_flags = BGE_RXBDFLAG_END;
bge_flags         870 dev/pci/if_bge.c 	if (!(sc->bge_flags & BGE_RX_ALIGNBUG))
bge_flags         876 dev/pci/if_bge.c 	r->bge_flags = BGE_RXBDFLAG_END|BGE_RXBDFLAG_JUMBO_RING;
bge_flags         900 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_RXRING_VALID)
bge_flags         911 dev/pci/if_bge.c 	sc->bge_flags |= BGE_RXRING_VALID;
bge_flags         921 dev/pci/if_bge.c 	if (!(sc->bge_flags & BGE_RXRING_VALID))
bge_flags         935 dev/pci/if_bge.c 	sc->bge_flags &= ~BGE_RXRING_VALID;
bge_flags         944 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_JUMBO_RXRING_VALID)
bge_flags         953 dev/pci/if_bge.c 	sc->bge_flags |= BGE_JUMBO_RXRING_VALID;
bge_flags         969 dev/pci/if_bge.c 	if (!(sc->bge_flags & BGE_JUMBO_RXRING_VALID))
bge_flags         981 dev/pci/if_bge.c 	sc->bge_flags &= ~BGE_JUMBO_RXRING_VALID;
bge_flags         990 dev/pci/if_bge.c 	if (!(sc->bge_flags & BGE_TXRING_VALID))
bge_flags        1011 dev/pci/if_bge.c 	sc->bge_flags &= ~BGE_TXRING_VALID;
bge_flags        1021 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_TXRING_VALID)
bge_flags        1057 dev/pci/if_bge.c 	sc->bge_flags |= BGE_TXRING_VALID;
bge_flags        1127 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_PCIE) {
bge_flags        1150 dev/pci/if_bge.c 	} else if (sc->bge_flags & BGE_PCIX) {
bge_flags        1541 dev/pci/if_bge.c 	    (sc->bge_flags & BGE_TBI ? BGE_PORTMODE_TBI : BGE_PORTMODE_MII));
bge_flags        1575 dev/pci/if_bge.c 		if (sc->bge_flags & BGE_PCIE && 0)
bge_flags        1619 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_TBI) {
bge_flags        1766 dev/pci/if_bge.c 		sc->bge_flags |= BGE_PCIE;
bge_flags        1773 dev/pci/if_bge.c 		sc->bge_flags |= BGE_PCIX;
bge_flags        1782 dev/pci/if_bge.c 		sc->bge_flags |= BGE_NO_EEPROM;
bge_flags        1795 dev/pci/if_bge.c 	    sc->bge_flags & BGE_PCIX)
bge_flags        1796 dev/pci/if_bge.c 		sc->bge_flags |= BGE_RX_ALIGNBUG;
bge_flags        1799 dev/pci/if_bge.c 		sc->bge_flags |= BGE_JUMBO_CAP;
bge_flags        1804 dev/pci/if_bge.c 		sc->bge_flags |= BGE_NO_3LED;
bge_flags        1821 dev/pci/if_bge.c 		sc->bge_flags |= BGE_10_100_ONLY;
bge_flags        1828 dev/pci/if_bge.c 		sc->bge_flags |= BGE_NO_ETH_WIRE_SPEED;
bge_flags        1832 dev/pci/if_bge.c 		sc->bge_flags |= BGE_PHY_ADC_BUG;
bge_flags        1834 dev/pci/if_bge.c 		sc->bge_flags |= BGE_PHY_5704_A0_BUG;
bge_flags        1841 dev/pci/if_bge.c 				sc->bge_flags |= BGE_PHY_JITTER_BUG;
bge_flags        1843 dev/pci/if_bge.c 				sc->bge_flags |= BGE_PHY_ADJUST_TRIM;
bge_flags        1845 dev/pci/if_bge.c 			sc->bge_flags |= BGE_PHY_BER_BUG;
bge_flags        1878 dev/pci/if_bge.c 	if (!gotenaddr && (!(sc->bge_flags & BGE_NO_EEPROM))) {
bge_flags        1997 dev/pci/if_bge.c 	else if (!(sc->bge_flags & BGE_NO_EEPROM)) {
bge_flags        2007 dev/pci/if_bge.c 		sc->bge_flags |= BGE_TBI;
bge_flags        2011 dev/pci/if_bge.c 		sc->bge_flags |= BGE_TBI;
bge_flags        2031 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_TBI) {
bge_flags        2114 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_PCIE) {
bge_flags        2141 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_PCIE) {
bge_flags        2194 dev/pci/if_bge.c 	if (i >= BGE_TIMEOUT && (!(sc->bge_flags & BGE_NO_EEPROM)))
bge_flags        2230 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_TBI &&
bge_flags        2239 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_PCIE &&
bge_flags        2314 dev/pci/if_bge.c 		if (cur_rx->bge_flags & BGE_RXBDFLAG_JUMBO_RING) {
bge_flags        2319 dev/pci/if_bge.c 			if (cur_rx->bge_flags & BGE_RXBDFLAG_ERROR) {
bge_flags        2346 dev/pci/if_bge.c 			if (cur_rx->bge_flags & BGE_RXBDFLAG_ERROR) {
bge_flags        2365 dev/pci/if_bge.c 		if (sc->bge_flags & BGE_RX_ALIGNBUG) {
bge_flags        2388 dev/pci/if_bge.c 		if (cur_rx->bge_flags & BGE_RXBDFLAG_TCP_UDP_CSUM) {
bge_flags        2458 dev/pci/if_bge.c 		if (cur_tx->bge_flags & BGE_TXBDFLAG_END)
bge_flags        2548 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_TBI) {
bge_flags        2801 dev/pci/if_bge.c 		f->bge_flags = csum_flags;
bge_flags        2804 dev/pci/if_bge.c 			f->bge_flags |= BGE_TXBDFLAG_VLAN_TAG;
bge_flags        2823 dev/pci/if_bge.c 	sc->bge_rdata->bge_tx_ring[cur].bge_flags |= BGE_TXBDFLAG_END;
bge_flags        3018 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_TBI) {
bge_flags        3077 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_TBI) {
bge_flags        3159 dev/pci/if_bge.c 		if (sc->bge_flags & BGE_TBI) {
bge_flags        3179 dev/pci/if_bge.c 		if (sc->bge_flags & BGE_TBI) {
bge_flags        3310 dev/pci/if_bge.c 	if (!(sc->bge_flags & BGE_TBI)) {
bge_flags        3398 dev/pci/if_bge.c 	if (sc->bge_flags & BGE_TBI) {
bge_flags        1871 dev/pci/if_bgereg.h 	u_int16_t		bge_flags;
bge_flags        1877 dev/pci/if_bgereg.h 	u_int16_t		bge_flags;
bge_flags        1905 dev/pci/if_bgereg.h 	u_int16_t		bge_flags;
bge_flags        1915 dev/pci/if_bgereg.h 	u_int16_t		bge_flags;
bge_flags        2360 dev/pci/if_bgereg.h 	u_int32_t		bge_flags;