Searched refs:txp_ext_command (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/txp/ |
| H A D | if_txp.c | 185 static int txp_ext_command(struct txp_softc *, uint16_t, uint16_t, 376 if (txp_ext_command(sc, TXP_CMD_VERSIONS_READ, 0, 0, 0, NULL, 0, in txp_attach() 2021 if (txp_ext_command(sc, TXP_CMD_READ_STATISTICS, 0, 0, 0, NULL, 0, in txp_tick() 2214 if (txp_ext_command(sc, id, in1, in2, in3, NULL, 0, &rsp, wait) != 0) { in txp_command() 2234 txp_ext_command(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, in txp_ext_command() function 2809 if (txp_ext_command(sc, TXP_CMD_READ_STATISTICS, 0, 0, 0, NULL, 0, in txp_stats_save()
|