Lines Matching refs:rx_buf
93 struct net_buf *rx_buf; member
143 if (h5.rx_buf) { in h5_reset_rx()
144 net_buf_unref(h5.rx_buf); in h5_reset_rx()
145 h5.rx_buf = NULL; in h5_reset_rx()
399 buf = h5.rx_buf; in h5_process_complete_packet()
400 h5.rx_buf = NULL; in h5_process_complete_packet()
482 h5.rx_buf = bt_buf_get_tx(BT_BUF_H4, K_NO_WAIT, in bt_uart_isr()
484 if (!h5.rx_buf) { in bt_uart_isr()
494 h5.rx_buf = net_buf_alloc(&h5_pool, K_NO_WAIT); in bt_uart_isr()
495 if (!h5.rx_buf) { in bt_uart_isr()
524 buf_tailroom = net_buf_tailroom(h5.rx_buf); in bt_uart_isr()
532 net_buf_add_mem(h5.rx_buf, &byte, sizeof(byte)); in bt_uart_isr()