Searched refs:tx_packet_wait_queue (Results 1 - 8 of 8) sorted by path

/drivers/staging/bcm/
H A DAdapter.h273 wait_queue_head_t tx_packet_wait_queue; member in struct:bcm_mini_adapter
H A DBcmnet.c98 wake_up(&ad->tx_packet_wait_queue);
H A DCmHost.c1940 wake_up(&Adapter->tx_packet_wait_queue);
H A DInterfaceIsr.c65 wake_up(&Adapter->tx_packet_wait_queue);
73 wake_up(&Adapter->tx_packet_wait_queue);
98 wake_up(&Adapter->tx_packet_wait_queue);
184 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue);
H A DInterfaceRx.c151 wake_up(&Adapter->tx_packet_wait_queue);
247 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue);
H A DInterfaceTx.c103 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue);
193 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue);
H A DMisc.c51 init_waitqueue_head(&psAdapter->tx_packet_wait_queue);
388 wake_up(&Adapter->tx_packet_wait_queue);
H A DTransmit.c213 wait_event_timeout(Adapter->tx_packet_wait_queue,
217 wait_event_interruptible(Adapter->tx_packet_wait_queue,

Completed in 74 milliseconds