Home | History | Annotate | Download | only in pn80t

Lines Matching refs:rx_buf

200   uint8_t rx_buf[32];
202 ese->ops->hw_receive(ese, rx_buf, sizeof(rx_buf), 1);
211 if (bytes_read >= 0x8 && rx_buf[0] == 0xe5 && rx_buf[1] == 0x12) {
212 uint8_t *tag_ptr = &rx_buf[2];
213 while (tag_ptr < (rx_buf + bytes_read)) {
249 struct EseSgBuffer *rx_buf,
277 return ese_sg_from_buf(rx_buf, rx_len, 0, sizeof(ok), ok);
292 return ese_sg_from_buf(rx_buf, rx_len, 0, sizeof(ok), ok);
302 return ese_sg_from_buf(rx_buf, rx_len, 0, sizeof(reply), reply);
309 struct EseSgBuffer *rx_buf, uint32_t rx_len) {
312 nxp_pn80t_handle_interface_call(ese, tx_buf, tx_len, rx_buf, rx_len);
316 return teq1_transceive(ese, &kTeq1Options, tx_buf, tx_len, rx_buf, rx_len);