Searched refs:tx_pending (Results 1 – 5 of 5) sorted by relevance
172 sys_slist_t tx_pending; member
512 sys_slist_append(&conn->tx_pending, &tx->node); in do_send_frag()516 tail_tx = (void *)sys_slist_peek_tail(&conn->tx_pending); in do_send_frag()540 sys_slist_find_and_remove(&conn->tx_pending, &tx->node); in do_send_frag()691 __ASSERT(sys_slist_is_empty(&conn->tx_pending), "Pending TX packets"); in conn_cleanup()832 node = sys_slist_get(&conn->tx_pending); in process_unack_tx()
403 node = sys_slist_get(&conn->tx_pending); in hci_num_completed_packets()
485 int tx_pending; member2155 return !!iface->tx_pending; in net_if_are_pending_tx_packets()
330 iface->tx_pending--; in net_process_tx_packet()360 iface->tx_pending++; in net_if_queue_tx()365 iface->tx_pending-- in net_if_queue_tx()