utoppy.c | 528 utoppy_send_packet(struct utoppy_softc *sc, uint16_t cmd, uint32_t timeout) function in typeref:typename:int 538 DPRINTF(UTOPPY_DBG_SEND_PACKET, ("%s: utoppy_send_packet: cmd 0x%04x, " 550 DPRINTF(UTOPPY_DBG_SEND_PACKET, ("%s: utoppy_send_packet: " 593 DPRINTF(UTOPPY_DBG_SEND_PACKET, ("%s: utoppy_send_packet: total len " 609 "utoppy_send_packet: sent %ld, err %d\n", 619 DPRINTF(UTOPPY_DBG_SEND_PACKET, ("%s: utoppy_send_packet: " 693 err = utoppy_send_packet(sc, UTOPPY_CMD_ACK, 978 err = utoppy_send_packet(sc, cmd, timeout); 985 utoppy_send_packet(sc, UTOPPY_RESP_ERROR, timeout); 1149 utoppy_send_packet(sc, UTOPPY_RESP_ERROR [all...] |