Searched refs:k_fifo_put (Results 1 – 4 of 4) sorted by relevance
369 #define k_fifo_put(fifo, data) k_queue_append((struct k_queue *)fifo, data) macro
304 k_fifo_put(&free_tx, tx); in tx_free()2797 k_fifo_put(&free_tx, &conn_tx[i]); in bt_conn_init()
2900 k_fifo_put(&att->tx_queue, buf); in bt_att_send()
608 k_fifo_put(fifo, buf); in net_buf_put()
Completed in 15 milliseconds