Home
last modified time | relevance | path

Searched refs:tx_frame_lock (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.c120 spin_lock_init(&pd->tx_frame_lock); in oz_pd_alloc()
398 spin_lock(&pd->tx_frame_lock); in oz_prepare_frame()
401 spin_unlock(&pd->tx_frame_lock); in oz_prepare_frame()
476 spin_lock(&pd->tx_frame_lock); in oz_send_next_queued_frame()
479 spin_unlock(&pd->tx_frame_lock); in oz_send_next_queued_frame()
487 spin_unlock(&pd->tx_frame_lock); in oz_send_next_queued_frame()
509 spin_unlock(&pd->tx_frame_lock); in oz_send_next_queued_frame()
617 spin_lock(&pd->tx_frame_lock); in oz_retire_tx_frames()
631 spin_unlock(&pd->tx_frame_lock); in oz_retire_tx_frames()
789 spin_lock(&pd->tx_frame_lock); in oz_send_isoc_unit()
[all …]
Dozpd.h93 spinlock_t tx_frame_lock; member