Lines Matching refs:txp_command
96 int txp_command(struct txp_softc *, u_int16_t, u_int16_t, u_int32_t,
171 if (txp_command(sc, TXP_CMD_MAX_PKT_SIZE_WRITE, TXP_MAX_PKTLEN, 0, 0, in txp_attachhook()
177 if (txp_command(sc, TXP_CMD_STATION_ADDRESS_READ, 0, 0, 0, in txp_attachhook()
205 txp_command(sc, TXP_CMD_XCVR_SELECT, TXP_XCVR_AUTO, 0, 0, in txp_attachhook()
1201 txp_command(sc, TXP_CMD_TX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_init()
1202 txp_command(sc, TXP_CMD_RX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_init()
1237 if (txp_command(sc, TXP_CMD_CLEAR_STATISTICS, 0, 0, 0, in txp_tick()
1408 txp_command(struct txp_softc *sc, u_int16_t id, u_int16_t in1, in txp_command() function
1614 txp_command(sc, TXP_CMD_TX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_stop()
1615 txp_command(sc, TXP_CMD_RX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 1); in txp_stop()
1652 txp_command(sc, TXP_CMD_XCVR_SELECT, new_xcvr, 0, 0, in txp_ifmedia_upd()
1669 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0, in txp_ifmedia_sts()
1672 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMSR, 0, in txp_ifmedia_sts()
1676 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_BMCR, 0, in txp_ifmedia_sts()
1680 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_ANAR, 0, in txp_ifmedia_sts()
1684 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_ANLPAR, 0, in txp_ifmedia_sts()
1813 txp_command(sc, TXP_CMD_MCAST_HASH_MASK_WRITE, in txp_set_filter()
1819 txp_command(sc, TXP_CMD_RX_FILTER_WRITE, filter, 0, 0, in txp_set_filter()
1881 if (txp_command(sc, TXP_CMD_OFFLOAD_WRITE, 0, in txp_capabilities()