Searched refs:txp_command (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/txp/ |
| H A D | if_txp.c | 349 if (txp_command(sc, TXP_CMD_STATION_ADDRESS_READ, 0, 0, 0, in txp_attach() 408 txp_command(sc, TXP_CMD_XCVR_SELECT, TXP_XCVR_AUTO, 0, 0, in txp_attach() 1967 if (txp_command(sc, TXP_CMD_CLEAR_STATISTICS, 0, 0, 0, in txp_init_locked() 1970 if (txp_command(sc, TXP_CMD_XCVR_SELECT, sc->sc_xcvr, 0, 0, in txp_init_locked() 2513 txp_command(sc, TXP_CMD_HALT, 0, 0, 0, NULL, NULL, NULL, in txp_stop() 2589 txp_command(sc, TXP_CMD_XCVR_SELECT, new_xcvr, 0, 0, in txp_ifmedia_upd() 2611 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0, in txp_ifmedia_sts() 2614 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0, in txp_ifmedia_sts() 2618 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMCR, 0, in txp_ifmedia_sts() 2626 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_ANAR, 0, in txp_ifmedia_sts() [all …]
|