new_xcvr         1795 dev/pci/if_txp.c 	u_int16_t new_xcvr;
new_xcvr         1802 dev/pci/if_txp.c 			new_xcvr = TXP_XCVR_10_FDX;
new_xcvr         1804 dev/pci/if_txp.c 			new_xcvr = TXP_XCVR_10_HDX;
new_xcvr         1807 dev/pci/if_txp.c 			new_xcvr = TXP_XCVR_100_FDX;
new_xcvr         1809 dev/pci/if_txp.c 			new_xcvr = TXP_XCVR_100_HDX;
new_xcvr         1811 dev/pci/if_txp.c 		new_xcvr = TXP_XCVR_AUTO;
new_xcvr         1816 dev/pci/if_txp.c 	if (sc->sc_xcvr == new_xcvr)
new_xcvr         1819 dev/pci/if_txp.c 	txp_command(sc, TXP_CMD_XCVR_SELECT, new_xcvr, 0, 0,
new_xcvr         1821 dev/pci/if_txp.c 	sc->sc_xcvr = new_xcvr;