Searched refs:wait_chase (Results 1 – 1 of 1) sorted by relevance
185 wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ member954 init_waitqueue_head(&edge_port->wait_chase); in edge_open()1047 prepare_to_wait(&edge_port->wait_chase, &wait, in block_until_chase_response()1050 finish_wait(&edge_port->wait_chase, &wait); in block_until_chase_response()1100 prepare_to_wait(&edge_port->wait_chase, &wait, in block_until_tx_empty()1103 finish_wait(&edge_port->wait_chase, &wait); in block_until_tx_empty()1917 wake_up(&edge_port->wait_chase); in process_rcvd_status()