Home
last modified time | relevance | path

Searched refs:tx_bufs (Results 1 – 5 of 5) sorted by relevance

/external/libese/libese-hw/
Dese_hw_fake.c111 const struct EseSgBuffer *tx_bufs, uint32_t tx_seg, in fake_transceive() argument
116 const struct EseSgBuffer *tx_buf = tx_bufs; in fake_transceive()
122 while (tx_buf < tx_bufs + tx_seg) { in fake_transceive()
/external/kernel-headers/original/uapi/linux/hsi/
Dcs-protocol.h73 __u32 tx_bufs; /* number of TX buffer slots */ member
96 __u32 tx_bufs; /* # of TX buffers */ member
/external/libese/libese/
Dese.c98 const struct EseSgBuffer *tx_bufs, in ese_transceive_sg() argument
109 recvd = ese->ops->transceive(ese, tx_bufs, tx_segs, rx_bufs, rx_segs); in ese_transceive_sg()
/external/libese/libese-teq1/
Dteq1.c562 const struct EseSgBuffer *tx_bufs, in teq1_transceive() argument
577 tx_bufs, tx_segs, ese_sg_length(tx_bufs, tx_segs), rx_bufs, rx_segs, in teq1_transceive()
580 tx_bufs, tx_segs, ese_sg_length(tx_bufs, tx_segs), rx_bufs, rx_segs, in teq1_transceive()
/external/libese/libese-teq1/include/ese/
Dteq1.h192 const struct EseSgBuffer *tx_bufs, uint8_t tx_segs,