Searched refs:chan_work (Results 1 – 1 of 1) sorted by relevance
198 struct iso_chan_work *chan_work; in iso_send() local201 chan_work = CONTAINER_OF(chan, struct iso_chan_work, chan); in iso_send()203 if (!chan_work->info.can_send) { in iso_send()213 k_work_reschedule(&chan_work->send_work, K_USEC(interval)); in iso_send()220 ret = bt_iso_chan_send(chan, buf, chan_work->seq_num++); in iso_send()224 k_work_reschedule(&chan_work->send_work, K_USEC(interval)); in iso_send()238 struct iso_chan_work *chan_work; in iso_timer_timeout() local241 chan_work = CONTAINER_OF(delayable, struct iso_chan_work, send_work); in iso_timer_timeout()242 chan = &chan_work->chan; in iso_timer_timeout()249 struct iso_chan_work *chan_work; in iso_sent() local[all …]