Searched refs:txp_command (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_txp.c | 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() [all …]
|