Lines Matching refs:txp_command

134 static int txp_command (struct txp_softc *, u_int16_t, u_int16_t, u_int32_t,
263 if (txp_command(sc, TXP_CMD_MAX_PKT_SIZE_WRITE, TXP_MAX_PKTLEN, 0, 0, in txp_attach()
269 if (txp_command(sc, TXP_CMD_STATION_ADDRESS_READ, 0, 0, 0, in txp_attach()
294 txp_command(sc, TXP_CMD_XCVR_SELECT, TXP_XCVR_AUTO, 0, 0, in txp_attach()
862 txp_command(sc, TXP_CMD_TX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown()
863 txp_command(sc, TXP_CMD_RX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown()
864 txp_command(sc, TXP_CMD_HALT, 0, 0, 0, NULL, NULL, NULL, 0); in txp_shutdown()
1112 txp_command(sc, TXP_CMD_MAX_PKT_SIZE_WRITE, TXP_MAX_PKTLEN, 0, 0, in txp_init()
1122 txp_command(sc, TXP_CMD_STATION_ADDRESS_WRITE, p1, p2, 0, in txp_init()
1129 txp_command(sc, TXP_CMD_TX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_init()
1130 txp_command(sc, TXP_CMD_RX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_init()
1162 if (txp_command(sc, TXP_CMD_CLEAR_STATISTICS, 0, 0, 0, in txp_tick()
1321 txp_command(struct txp_softc *sc, u_int16_t id, u_int16_t in1, u_int32_t in2, in txp_command() function
1519 txp_command(sc, TXP_CMD_TX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_stop()
1520 txp_command(sc, TXP_CMD_RX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_stop()
1562 txp_command(sc, TXP_CMD_XCVR_SELECT, new_xcvr, 0, 0, in txp_ifmedia_upd()
1579 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0, in txp_ifmedia_sts()
1582 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0, in txp_ifmedia_sts()
1586 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMCR, 0, in txp_ifmedia_sts()
1590 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_ANLPAR, 0, in txp_ifmedia_sts()
1715 txp_command(sc, TXP_CMD_MCAST_HASH_MASK_WRITE, in txp_set_filter()
1721 txp_command(sc, TXP_CMD_RX_FILTER_WRITE, filter, 0, 0, in txp_set_filter()
1782 if (txp_command(sc, TXP_CMD_OFFLOAD_WRITE, 0, in txp_capabilities()