HomeSort by: relevance | last modified time | path
    Searched defs:txp_command2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
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,
1624 if (txp_command2(sc, id, in1, in2, in3, NULL, 0, &rsp, wait))
1641 txp_command2(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, function in typeref:typename:int
2069 if (txp_command2(sc, TXP_CMD_OFFLOAD_READ, 0, 0, 0, NULL, 0, &rsp, 1))

Completed in 12 milliseconds