Searched refs:txlen (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | epsonds-io.c | 99 SANE_Status eds_txrx(epsonds_scanner* s, char *txbuf, size_t txlen, in eds_txrx() argument 105 done = eds_send(s, txbuf, txlen, &status, rxlen); in eds_txrx() 111 if (done != txlen) { in eds_txrx()
|
H A D | epson2-io.c | 175 e2_txrx(Epson_Scanner * s, unsigned char *txbuf, size_t txlen, in e2_txrx() argument 181 done = e2_send(s, txbuf, txlen, rxlen, &status); in e2_txrx() 186 if (done != txlen) { in e2_txrx()
|
H A D | epsonds-io.h | 23 SANE_Status eds_txrx(epsonds_scanner *s, char *txbuf, size_t txlen,
|
H A D | epson2-io.h | 32 e2_txrx(Epson_Scanner * s, unsigned char *txbuf, size_t txlen,
|
H A D | magicolor.c | 573 mc_txrx(Magicolor_Scanner * s, unsigned char *txbuf, size_t txlen, in mc_txrx() argument 578 mc_send(s, txbuf, txlen, &status); in mc_txrx()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_axe.c | 909 uint16_t txlen; in axe_bulk_write_callback() local 932 txlen = p->len; in axe_bulk_write_callback() 933 if (txlen <= 0) in axe_bulk_write_callback() 940 hdr.len = htole16(txlen); in axe_bulk_write_callback() 944 usbd_copy_in(pc, pos, p->payload, txlen); in axe_bulk_write_callback() 945 pos += txlen; in axe_bulk_write_callback() 947 usbd_copy_in(pc, pos, p->payload, txlen); in axe_bulk_write_callback() 948 pos += txlen; in axe_bulk_write_callback()
|
H A D | if_axge.c | 575 uint16_t txlen; in axge_bulk_write_callback() local 598 txlen = p->len; in axge_bulk_write_callback() 599 if (txlen <= 0) in axge_bulk_write_callback() 606 txhdr = htole32(txlen); in axge_bulk_write_callback() 612 usbd_copy_in(pc, pos, p->payload, txlen); in axge_bulk_write_callback() 613 pos += txlen; in axge_bulk_write_callback()
|
/third_party/lwip/src/apps/lwiperf/ |
H A D | lwiperf.c | 280 u16_t txlen; in lwiperf_tcp_client_send_more() local 333 txlen = txlen_max; in lwiperf_tcp_client_send_more() 335 err = tcp_write(conn->conn_pcb, txptr, txlen, apiflags); in lwiperf_tcp_client_send_more() 337 txlen /= 2; in lwiperf_tcp_client_send_more() 339 } while ((err == ERR_MEM) && (txlen >= (TCP_MSS / 2))); in lwiperf_tcp_client_send_more() 342 conn->bytes_transferred += txlen; in lwiperf_tcp_client_send_more()
|
Completed in 11 milliseconds