Home
last modified time | relevance | path

Searched refs:txp_command (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/dev/txp/
HDif_txp.c179 static int txp_command(struct txp_softc *, uint16_t, uint16_t, uint32_t,
345 if (txp_command(sc, TXP_CMD_STATION_ADDRESS_READ, 0, 0, 0, in txp_attach()
405 txp_command(sc, TXP_CMD_XCVR_SELECT, TXP_XCVR_AUTO, 0, 0, in txp_attach()
1150 txp_command(sc, TXP_CMD_STATION_ADDRESS_WRITE, p1, p2, 0, NULL, NULL, in txp_suspend()
1925 if (txp_command(sc, TXP_CMD_MAX_PKT_SIZE_WRITE, TXP_MAX_PKTLEN, 0, 0, in txp_init_locked()
1929 if (txp_command(sc, TXP_CMD_FILTER_DEFINE, 0, 0, 0, NULL, NULL, NULL, in txp_init_locked()
1944 if (txp_command(sc, TXP_CMD_STATION_ADDRESS_WRITE, p1, p2, 0, in txp_init_locked()
1951 if (txp_command(sc, TXP_CMD_CLEAR_STATISTICS, 0, 0, 0, in txp_init_locked()
1954 if (txp_command(sc, TXP_CMD_XCVR_SELECT, sc->sc_xcvr, 0, 0, in txp_init_locked()
1957 if (txp_command(sc, TXP_CMD_TX_ENABLE, 0, 0, 0, NULL, NULL, NULL, in txp_init_locked()
[all …]