Searched refs:tx_work (Results 1 – 2 of 2) sorted by relevance
141 struct k_work tx_work; member
833 ch = CONTAINER_OF(work, struct bt_l2cap_le_chan, tx_work); in l2cap_chan_tx_process()858 k_work_init(&chan->tx_work, l2cap_chan_tx_process); in l2cap_chan_tx_init()1631 k_work_submit(&ch->tx_work); in l2cap_chan_tx_resume()2529 k_work_submit(&ch->tx_work); in bt_l2cap_chan_send()
Completed in 7 milliseconds