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

/netbsd-current/sys/dev/pci/
H A Dif_txp.c105 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,
279 if (txp_command(sc, TXP_CMD_STATION_ADDRESS_READ, 0, 0, 0,
317 txp_command(sc, TXP_CMD_XCVR_SELECT, TXP_XCVR_AUTO, 0, 0,
972 txp_command(sc, TXP_CMD_TX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 0);
973 txp_command(sc, TXP_CMD_RX_DISABLE, 0, 0, 0, NULL, NULL, NULL, 0);
974 txp_command(sc, TXP_CMD_HALT, 0, 0, 0, NULL, NULL, NULL, 0);
1381 txp_command(sc, TXP_CMD_TX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1);
1382 txp_command(sc, TXP_CMD_RX_ENABLE, 0, 0, 0, NULL, NULL, NULL, 1);
1418 if (txp_command(s
1619 txp_command(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, function
[all...]

Completed in 131 milliseconds