Home
last modified time | relevance | path

Searched refs:tx_packet_wait_queue (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/bcm/
DInterfaceIsr.c65 wake_up(&Adapter->tx_packet_wait_queue); in read_int_callback()
73 wake_up(&Adapter->tx_packet_wait_queue); in read_int_callback()
98 wake_up(&Adapter->tx_packet_wait_queue); in read_int_callback()
184 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue); in StartInterruptUrb()
DInterfaceTx.c103 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue); in write_bulk_callback()
193 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue); in TransmitTcb()
DTransmit.c213 wait_event_timeout(Adapter->tx_packet_wait_queue, in tx_pkt_handler()
217 wait_event_interruptible(Adapter->tx_packet_wait_queue, in tx_pkt_handler()
DInterfaceRx.c151 wake_up(&Adapter->tx_packet_wait_queue); in read_bulk_callback()
247 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue); in ReceiveRcb()
DBcmnet.c98 wake_up(&ad->tx_packet_wait_queue); in bcm_transmit()
DAdapter.h273 wait_queue_head_t tx_packet_wait_queue; member
DMisc.c51 init_waitqueue_head(&psAdapter->tx_packet_wait_queue); in InitAdapter()
388 wake_up(&Adapter->tx_packet_wait_queue); in CopyBufferToControlPacket()
DCmHost.c1940 wake_up(&Adapter->tx_packet_wait_queue); in CmControlResponseMessage()