Searched refs:txp_command2 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_txp.c | 107 static int txp_command2(struct txp_softc *, uint16_t, uint16_t, 1413 if (txp_command2(sc, TXP_CMD_READ_STATISTICS, 0, 0, 0, NULL, 0, in txp_tick() 1624 if (txp_command2(sc, id, in1, in2, in3, NULL, 0, &rsp, wait)) in txp_command() 1641 txp_command2(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, in txp_command2() function 2069 if (txp_command2(sc, TXP_CMD_OFFLOAD_READ, 0, 0, 0, NULL, 0, &rsp, 1)) in txp_capabilities()
|