Lines Matching refs:txp_command
105 static int txp_command(struct txp_softc *, uint16_t, uint16_t, uint32_t,
275 if (txp_command(sc, TXP_CMD_MAX_PKT_SIZE_WRITE, TXP_MAX_PKTLEN, 0, 0, in txp_attach()
279 if (txp_command(sc, TXP_CMD_STATION_ADDRESS_READ, 0, 0, 0, in txp_attach()
317 txp_command(sc, TXP_CMD_XCVR_SELECT, TXP_XCVR_AUTO, 0, 0, in txp_attach()
972 txp_command(sc, TXP_CMD_TX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown()
973 txp_command(sc, TXP_CMD_RX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown()
974 txp_command(sc, TXP_CMD_HALT, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown()
1381 txp_command(sc, TXP_CMD_TX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_init()
1382 txp_command(sc, TXP_CMD_RX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_init()
1418 if (txp_command(sc, TXP_CMD_CLEAR_STATISTICS, 0, 0, 0, in txp_tick()
1619 txp_command(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, in txp_command() function
1816 txp_command(sc, TXP_CMD_TX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_stop()
1817 txp_command(sc, TXP_CMD_RX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_stop()
1858 txp_command(sc, TXP_CMD_XCVR_SELECT, new_xcvr, 0, 0, in txp_ifmedia_upd()
1875 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0, in txp_ifmedia_sts()
1878 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0, in txp_ifmedia_sts()
1882 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMCR, 0, in txp_ifmedia_sts()
1886 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_ANLPAR, 0, in txp_ifmedia_sts()
2052 txp_command(sc, TXP_CMD_MCAST_HASH_MASK_WRITE, in txp_set_filter()
2058 txp_command(sc, TXP_CMD_RX_FILTER_WRITE, filter, 0, 0, in txp_set_filter()
2120 if (txp_command(sc, TXP_CMD_OFFLOAD_WRITE, 0, in txp_capabilities()