Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/bcm/
DInterfaceIsr.c61 wake_up(&Adapter->tx_packet_wait_queue); in read_int_callback()
71 wake_up(&Adapter->tx_packet_wait_queue); in read_int_callback()
92 wake_up(&Adapter->tx_packet_wait_queue); in read_int_callback()
163 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue); in StartInterruptUrb()
DInterfaceTx.c21 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue); in write_bulk_callback()
176 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue); in TransmitTcb()
DTransmit.c202 wait_event_timeout(Adapter->tx_packet_wait_queue, in tx_pkt_handler()
205 wait_event_interruptible(Adapter->tx_packet_wait_queue, in tx_pkt_handler()
DInterfaceRx.c70 wake_up(&Adapter->tx_packet_wait_queue); in read_bulk_callback()
221 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue); in ReceiveRcb()
DBcmnet.c97 wake_up(&Adapter->tx_packet_wait_queue); in bcm_transmit()
DAdapter.h434 wait_queue_head_t tx_packet_wait_queue; member
DMisc.c51 init_waitqueue_head(&psAdapter->tx_packet_wait_queue); in InitAdapter()
396 wake_up(&Adapter->tx_packet_wait_queue); in CopyBufferToControlPacket()
DCmHost.c2125 wake_up(&Adapter->tx_packet_wait_queue); in CmControlResponseMessage()