Home
last modified time | relevance | path

Searched refs:compl (Results 1 – 5 of 5) sorted by relevance

/drivers/block/
Dub.c1829 struct completion compl; in ub_sync_tur() local
1832 init_completion(&compl); in ub_sync_tur()
1844 cmd->back = &compl; in ub_sync_tur()
1855 wait_for_completion(&compl); in ub_sync_tur()
1881 struct completion compl; in ub_sync_read_cap() local
1884 init_completion(&compl); in ub_sync_read_cap()
1902 cmd->back = &compl; in ub_sync_read_cap()
1913 wait_for_completion(&compl); in ub_sync_read_cap()
1971 struct completion compl; in ub_sync_reset() local
1975 init_completion(&compl); in ub_sync_reset()
[all …]
/drivers/usb/misc/
Duss720.c75 struct completion compl; member
133 complete(&rq->compl); in async_complete()
158 init_completion(&rq->compl); in submit_async_request()
227 if (wait_for_completion_timeout(&rq->compl, HZ)) { in get_1284_register()
/drivers/net/cxgb3/
Dsge.c1059 unsigned int compl) in write_tx_pkt_wr() argument
1104 | F_WR_SOP | F_WR_EOP | compl); in write_tx_pkt_wr()
1120 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | compl), in write_tx_pkt_wr()
1142 unsigned int ndesc, pidx, credits, gen, compl; in t3_eth_xmit() local
1191 compl = (q->unacked & 8) << (S_WR_COMPL - 3); in t3_eth_xmit()
1238 write_tx_pkt_wr(adap, skb, pi, pidx, gen, q, ndesc, compl); in t3_eth_xmit()
/drivers/net/wireless/hostap/
Dhostap_hw.c362 init_waitqueue_head(&entry->compl); in hfa384x_cmd()
366 add_wait_queue(&entry->compl, &wait); in hfa384x_cmd()
411 remove_wait_queue(&entry->compl, &wait); in hfa384x_cmd()
703 wake_up_interruptible(&entry->compl); in prism2_cmd_ev()
Dhostap_wlan.h549 wait_queue_head_t compl; member