Searched refs:tx_bufs (Results 1 – 5 of 5) sorted by relevance
/external/libese/libese-hw/ |
D | ese_hw_fake.c | 111 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/ |
D | cs-protocol.h | 73 __u32 tx_bufs; /* number of TX buffer slots */ member 96 __u32 tx_bufs; /* # of TX buffers */ member
|
/external/libese/libese/ |
D | ese.c | 98 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/ |
D | teq1.c | 562 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/ |
D | teq1.h | 192 const struct EseSgBuffer *tx_bufs, uint8_t tx_segs,
|