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