txp_command
txp_command(sc, TXP_CMD_TX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1);
txp_command(sc, TXP_CMD_RX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1);
if (txp_command(sc, TXP_CMD_CLEAR_STATISTICS, 0, 0, 0,
txp_command(sc, TXP_CMD_TX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 1);
txp_command(sc, TXP_CMD_RX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 1);
txp_command(sc, TXP_CMD_XCVR_SELECT, new_xcvr, 0, 0,
if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0,
if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0,
if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMCR, 0,
if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_ANAR, 0,
if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_ANLPAR, 0,
if (txp_command(sc, TXP_CMD_MAX_PKT_SIZE_WRITE, TXP_MAX_PKTLEN, 0, 0,
if (txp_command(sc, TXP_CMD_STATION_ADDRESS_READ, 0, 0, 0,
txp_command(sc, TXP_CMD_MCAST_HASH_MASK_WRITE,
txp_command(sc, TXP_CMD_RX_FILTER_WRITE, filter, 0, 0,
if (txp_command(sc, TXP_CMD_OFFLOAD_WRITE, 0,
txp_command(sc, TXP_CMD_XCVR_SELECT, TXP_XCVR_AUTO, 0, 0,
int txp_command(struct txp_softc *, u_int16_t, u_int16_t, u_int32_t,