Searched refs:tx_pkt_fifo (Results 1 – 4 of 4) sorted by relevance
365 ppp->tx_pkt = k_fifo_get(&ppp->tx_pkt_fifo, K_NO_WAIT); in modem_ppp_send_handler()382 ppp->tx_pkt = k_fifo_get(&ppp->tx_pkt_fifo, K_NO_WAIT); in modem_ppp_send_handler()477 k_fifo_put(&ppp->tx_pkt_fifo, pkt); in modem_ppp_ppp_api_send()573 pkt = k_fifo_get(&ppp->tx_pkt_fifo, K_NO_WAIT); in modem_ppp_release()590 k_fifo_init(&ppp->tx_pkt_fifo); in modem_ppp_init_internal()
108 struct k_fifo tx_pkt_fifo; member
56 K_FIFO_DEFINE(tx_pkt_fifo);572 k_fifo_put(&tx_pkt_fifo, pkt); in notify_new_tx_frame()584 while ((evt_pkt = (struct net_pkt *)k_fifo_get(&tx_pkt_fifo, K_NO_WAIT)) != NULL) { in platformRadioProcess()
123 K_FIFO_DEFINE(tx_pkt_fifo);614 k_fifo_put(&tx_pkt_fifo, pkt); in notify_new_tx_frame()644 while ((evt_pkt = (struct net_pkt *) k_fifo_get(&tx_pkt_fifo, K_NO_WAIT)) != NULL) { in platformRadioProcess()