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