Searched refs:compl (Results 1 - 49 of 49) sorted by relevance

/linux-4.1.27/drivers/scsi/be2iscsi/
H A Dbe_cmds.c291 static inline bool be_mcc_compl_is_new(struct be_mcc_compl *compl) be_mcc_compl_is_new() argument
293 if (compl->flags != 0) { be_mcc_compl_is_new()
294 compl->flags = le32_to_cpu(compl->flags); be_mcc_compl_is_new()
295 WARN_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0); be_mcc_compl_is_new()
301 static inline void be_mcc_compl_use(struct be_mcc_compl *compl) be_mcc_compl_use() argument
303 compl->flags = 0; be_mcc_compl_use()
309 * @compl: Completion status of MBX Command
318 struct be_mcc_compl *compl) be_mcc_compl_process()
326 be_dws_le_to_cpu(compl, 4); be_mcc_compl_process()
328 compl_status = (compl->status >> CQE_STATUS_COMPL_SHIFT) & be_mcc_compl_process()
331 extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) & be_mcc_compl_process()
338 "status(compl/extd)=%d/%d\n", be_mcc_compl_process()
353 struct be_mcc_compl *compl) be_mcc_compl_process_isr()
359 be_dws_le_to_cpu(compl, 4); be_mcc_compl_process_isr()
361 compl_status = (compl->status >> CQE_STATUS_COMPL_SHIFT) & be_mcc_compl_process_isr()
367 tag = (compl->tag0 & 0x000000FF); be_mcc_compl_process_isr()
368 extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) & be_mcc_compl_process_isr()
372 ctrl->mcc_numtag[tag] |= (compl->tag0 & 0x00FF0000); be_mcc_compl_process_isr()
407 struct be_mcc_compl *compl = queue_tail_node(mcc_cq); be_mcc_compl_get() local
409 if (be_mcc_compl_is_new(compl)) { be_mcc_compl_get()
411 return compl; be_mcc_compl_get()
465 struct be_mcc_compl *compl; beiscsi_process_mcc() local
470 while ((compl = be_mcc_compl_get(phba))) { beiscsi_process_mcc()
471 if (compl->flags & CQE_FLAGS_ASYNC_MASK) { beiscsi_process_mcc()
473 if (is_link_state_evt(compl->flags)) beiscsi_process_mcc()
474 /* Interpret compl as a async link evt */ beiscsi_process_mcc()
476 (struct be_async_event_link_state *) compl); beiscsi_process_mcc()
477 else if (is_iscsi_evt(compl->flags)) { beiscsi_process_mcc()
478 switch (iscsi_evt_type(compl->flags)) { beiscsi_process_mcc()
488 compl->flags); beiscsi_process_mcc()
496 compl->flags); beiscsi_process_mcc()
503 " = 0x%08x\n", compl->flags); beiscsi_process_mcc()
505 } else if (compl->flags & CQE_FLAGS_COMPLETED_MASK) { beiscsi_process_mcc()
506 status = be_mcc_compl_process(ctrl, compl); beiscsi_process_mcc()
509 be_mcc_compl_use(compl); beiscsi_process_mcc()
647 struct be_mcc_compl *compl = &mbox->compl; be_mbox_notify() local
673 if (be_mcc_compl_is_new(compl)) { be_mbox_notify()
674 status = be_mcc_compl_process(ctrl, &mbox->compl); be_mbox_notify()
675 be_mcc_compl_use(compl); be_mbox_notify()
704 struct be_mcc_compl *compl = &mbox->compl; be_mbox_notify_wait() local
731 if (be_mcc_compl_is_new(compl)) { be_mbox_notify_wait()
732 status = be_mcc_compl_process(ctrl, &mbox->compl); be_mbox_notify_wait()
733 be_mcc_compl_use(compl); be_mbox_notify_wait()
317 be_mcc_compl_process(struct be_ctrl_info *ctrl, struct be_mcc_compl *compl) be_mcc_compl_process() argument
352 be_mcc_compl_process_isr(struct be_ctrl_info *ctrl, struct be_mcc_compl *compl) be_mcc_compl_process_isr() argument
H A Dbe_cmds.h158 struct be_mcc_compl compl; member in struct:be_mcc_mailbox
743 struct be_mcc_compl *compl);
H A Dbe_main.c2037 /* Interpret compl as a async link evt */ beiscsi_process_mcc_isr()
3755 /* Alloc MCC compl queue */ be_mcc_queues_create()
3760 /* Ask BE to create MCC compl queue; */ be_mcc_queues_create()
/linux-4.1.27/crypto/
H A Dseqiv.c103 crypto_completion_t compl; seqiv_givencrypt() local
111 compl = req->creq.base.complete; seqiv_givencrypt()
125 compl = seqiv_complete; seqiv_givencrypt()
129 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, seqiv_givencrypt()
149 crypto_completion_t compl; seqiv_aead_givencrypt() local
157 compl = areq->base.complete; seqiv_aead_givencrypt()
171 compl = seqiv_aead_complete; seqiv_aead_givencrypt()
175 aead_request_set_callback(subreq, areq->base.flags, compl, data); seqiv_aead_givencrypt()
H A Deseqiv.c71 crypto_completion_t compl; eseqiv_givencrypt() local
89 compl = req->creq.base.complete; eseqiv_givencrypt()
104 compl = eseqiv_complete; eseqiv_givencrypt()
108 ablkcipher_request_set_callback(subreq, req->creq.base.flags, compl, eseqiv_givencrypt()
H A Dgcm.c231 crypto_completion_t compl, gcm_hash_update()
238 compl, req); gcm_hash_update()
247 crypto_completion_t compl) gcm_hash_remain()
252 compl, req); gcm_hash_remain()
378 crypto_completion_t compl; __gcm_hash_assoc_remain_done() local
383 compl = remain ? gcm_hash_crypt_done : __gcm_hash_assoc_remain_done()
385 err = gcm_hash_update(req, pctx, compl, __gcm_hash_assoc_remain_done()
432 crypto_completion_t compl; __gcm_hash_init_done() local
437 compl = remain ? gcm_hash_assoc_done : __gcm_hash_init_done()
439 err = gcm_hash_update(req, pctx, compl, __gcm_hash_init_done()
465 crypto_completion_t compl; gcm_hash() local
476 compl = remain ? gcm_hash_assoc_done : gcm_hash_assoc_remain_done; gcm_hash()
477 err = gcm_hash_update(req, pctx, compl, req->assoc, req->assoclen); gcm_hash()
487 compl = remain ? gcm_hash_crypt_done : gcm_hash_crypt_remain_done; gcm_hash()
488 err = gcm_hash_update(req, pctx, compl, gctx->src, gctx->cryptlen); gcm_hash()
229 gcm_hash_update(struct aead_request *req, struct crypto_gcm_req_priv_ctx *pctx, crypto_completion_t compl, struct scatterlist *src, unsigned int len) gcm_hash_update() argument
244 gcm_hash_remain(struct aead_request *req, struct crypto_gcm_req_priv_ctx *pctx, unsigned int remain, crypto_completion_t compl) gcm_hash_remain() argument
H A Dcryptd.c250 crypto_completion_t compl) cryptd_blkcipher_enqueue()
258 req->base.complete = compl; cryptd_blkcipher_enqueue()
437 crypto_completion_t compl) cryptd_hash_enqueue()
445 req->base.complete = compl; cryptd_hash_enqueue()
697 crypto_completion_t compl) cryptd_aead_enqueue()
704 req->base.complete = compl; cryptd_aead_enqueue()
249 cryptd_blkcipher_enqueue(struct ablkcipher_request *req, crypto_completion_t compl) cryptd_blkcipher_enqueue() argument
436 cryptd_hash_enqueue(struct ahash_request *req, crypto_completion_t compl) cryptd_hash_enqueue() argument
696 cryptd_aead_enqueue(struct aead_request *req, crypto_completion_t compl) cryptd_aead_enqueue() argument
/linux-4.1.27/include/crypto/
H A Daead.h78 crypto_completion_t compl, void *data) aead_givcrypt_set_callback()
80 aead_request_set_callback(&req->areq, flags, compl, data); aead_givcrypt_set_callback()
76 aead_givcrypt_set_callback( struct aead_givcrypt_request *req, u32 flags, crypto_completion_t compl, void *data) aead_givcrypt_set_callback() argument
H A Dskcipher.h89 crypto_completion_t compl, void *data) skcipher_givcrypt_set_callback()
91 ablkcipher_request_set_callback(&req->creq, flags, compl, data); skcipher_givcrypt_set_callback()
87 skcipher_givcrypt_set_callback( struct skcipher_givcrypt_request *req, u32 flags, crypto_completion_t compl, void *data) skcipher_givcrypt_set_callback() argument
H A Dhash.h547 * @compl: callback function pointer to be registered with the request handle
567 crypto_completion_t compl, ahash_request_set_callback()
570 req->base.complete = compl; ahash_request_set_callback()
565 ahash_request_set_callback(struct ahash_request *req, u32 flags, crypto_completion_t compl, void *data) ahash_request_set_callback() argument
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c109 static inline bool be_mcc_compl_is_new(struct be_mcc_compl *compl) be_mcc_compl_is_new() argument
113 if (compl->flags != 0) { be_mcc_compl_is_new()
114 flags = le32_to_cpu(compl->flags); be_mcc_compl_is_new()
116 compl->flags = flags; be_mcc_compl_is_new()
124 static inline void be_mcc_compl_use(struct be_mcc_compl *compl) be_mcc_compl_use() argument
126 compl->flags = 0; be_mcc_compl_use()
155 struct be_mcc_compl *compl, be_async_cmd_process()
158 enum mcc_base_status base_status = base_status(compl->status); be_async_cmd_process()
175 adapter->flash_status = compl->status; be_async_cmd_process()
204 struct be_mcc_compl *compl) be_mcc_compl_process()
213 be_dws_le_to_cpu(compl, 4); be_mcc_compl_process()
215 base_status = base_status(compl->status); be_mcc_compl_process()
216 addl_status = addl_status(compl->status); be_mcc_compl_process()
218 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); be_mcc_compl_process()
224 be_async_cmd_process(adapter, compl, resp_hdr); be_mcc_compl_process()
238 return compl->status; be_mcc_compl_process()
243 struct be_mcc_compl *compl) be_async_link_state_process()
246 (struct be_async_event_link_state *)compl; be_async_link_state_process()
269 struct be_mcc_compl *compl) be_async_port_misconfig_event_process()
272 (struct be_async_event_misconfig_port *)compl; be_async_port_misconfig_event_process()
293 struct be_mcc_compl *compl) be_async_grp5_cos_priority_process()
296 (struct be_async_event_grp5_cos_priority *)compl; be_async_grp5_cos_priority_process()
308 struct be_mcc_compl *compl) be_async_grp5_qos_speed_process()
311 (struct be_async_event_grp5_qos_link_speed *)compl; be_async_grp5_qos_speed_process()
320 struct be_mcc_compl *compl) be_async_grp5_pvid_state_process()
323 (struct be_async_event_grp5_pvid_state *)compl; be_async_grp5_pvid_state_process()
334 struct be_mcc_compl *compl) be_async_grp5_evt_process()
336 u8 event_type = (compl->flags >> ASYNC_EVENT_TYPE_SHIFT) & be_async_grp5_evt_process()
341 be_async_grp5_cos_priority_process(adapter, compl); be_async_grp5_evt_process()
344 be_async_grp5_qos_speed_process(adapter, compl); be_async_grp5_evt_process()
347 be_async_grp5_pvid_state_process(adapter, compl); be_async_grp5_evt_process()
411 struct be_mcc_compl *compl) be_mcc_event_process()
413 if (is_link_state_evt(compl->flags)) be_mcc_event_process()
414 be_async_link_state_process(adapter, compl); be_mcc_event_process()
415 else if (is_grp5_evt(compl->flags)) be_mcc_event_process()
416 be_async_grp5_evt_process(adapter, compl); be_mcc_event_process()
417 else if (is_dbg_evt(compl->flags)) be_mcc_event_process()
418 be_async_dbg_evt_process(adapter, compl); be_mcc_event_process()
419 else if (is_sliport_evt(compl->flags)) be_mcc_event_process()
420 be_async_sliport_evt_process(adapter, compl); be_mcc_event_process()
426 struct be_mcc_compl *compl = queue_tail_node(mcc_cq); be_mcc_compl_get() local
428 if (be_mcc_compl_is_new(compl)) { be_mcc_compl_get()
430 return compl; be_mcc_compl_get()
457 struct be_mcc_compl *compl; be_process_mcc() local
463 while ((compl = be_mcc_compl_get(adapter))) { be_process_mcc()
464 if (compl->flags & CQE_FLAGS_ASYNC_MASK) { be_process_mcc()
465 be_mcc_event_process(adapter, compl); be_process_mcc()
466 } else if (compl->flags & CQE_FLAGS_COMPLETED_MASK) { be_process_mcc()
467 status = be_mcc_compl_process(adapter, compl); be_process_mcc()
470 be_mcc_compl_use(compl); be_process_mcc()
577 struct be_mcc_compl *compl = &mbox->compl; be_mbox_notify_wait() local
604 if (be_mcc_compl_is_new(compl)) { be_mbox_notify_wait()
605 status = be_mcc_compl_process(adapter, &mbox->compl); be_mbox_notify_wait()
606 be_mcc_compl_use(compl); be_mbox_notify_wait()
154 be_async_cmd_process(struct be_adapter *adapter, struct be_mcc_compl *compl, struct be_cmd_resp_hdr *resp_hdr) be_async_cmd_process() argument
203 be_mcc_compl_process(struct be_adapter *adapter, struct be_mcc_compl *compl) be_mcc_compl_process() argument
242 be_async_link_state_process(struct be_adapter *adapter, struct be_mcc_compl *compl) be_async_link_state_process() argument
268 be_async_port_misconfig_event_process(struct be_adapter *adapter, struct be_mcc_compl *compl) be_async_port_misconfig_event_process() argument
292 be_async_grp5_cos_priority_process(struct be_adapter *adapter, struct be_mcc_compl *compl) be_async_grp5_cos_priority_process() argument
307 be_async_grp5_qos_speed_process(struct be_adapter *adapter, struct be_mcc_compl *compl) be_async_grp5_qos_speed_process() argument
319 be_async_grp5_pvid_state_process(struct be_adapter *adapter, struct be_mcc_compl *compl) be_async_grp5_pvid_state_process() argument
333 be_async_grp5_evt_process(struct be_adapter *adapter, struct be_mcc_compl *compl) be_async_grp5_evt_process() argument
410 be_mcc_event_process(struct be_adapter *adapter, struct be_mcc_compl *compl) be_mcc_event_process() argument
H A Dbe_main.c802 /* Hack to skip HW VLAN tagging needs evt = 1, compl = 0. When this wrb_fill_hdr()
1953 static void be_parse_rx_compl_v1(struct be_eth_rx_compl *compl, be_parse_rx_compl_v1() argument
1956 rxcp->pkt_size = GET_RX_COMPL_V1_BITS(pktsize, compl); be_parse_rx_compl_v1()
1957 rxcp->vlanf = GET_RX_COMPL_V1_BITS(vtp, compl); be_parse_rx_compl_v1()
1958 rxcp->err = GET_RX_COMPL_V1_BITS(err, compl); be_parse_rx_compl_v1()
1959 rxcp->tcpf = GET_RX_COMPL_V1_BITS(tcpf, compl); be_parse_rx_compl_v1()
1960 rxcp->udpf = GET_RX_COMPL_V1_BITS(udpf, compl); be_parse_rx_compl_v1()
1961 rxcp->ip_csum = GET_RX_COMPL_V1_BITS(ipcksm, compl); be_parse_rx_compl_v1()
1962 rxcp->l4_csum = GET_RX_COMPL_V1_BITS(l4_cksm, compl); be_parse_rx_compl_v1()
1963 rxcp->ipv6 = GET_RX_COMPL_V1_BITS(ip_version, compl); be_parse_rx_compl_v1()
1964 rxcp->num_rcvd = GET_RX_COMPL_V1_BITS(numfrags, compl); be_parse_rx_compl_v1()
1965 rxcp->pkt_type = GET_RX_COMPL_V1_BITS(cast_enc, compl); be_parse_rx_compl_v1()
1966 rxcp->rss_hash = GET_RX_COMPL_V1_BITS(rsshash, compl); be_parse_rx_compl_v1()
1968 rxcp->qnq = GET_RX_COMPL_V1_BITS(qnq, compl); be_parse_rx_compl_v1()
1969 rxcp->vlan_tag = GET_RX_COMPL_V1_BITS(vlan_tag, compl); be_parse_rx_compl_v1()
1971 rxcp->port = GET_RX_COMPL_V1_BITS(port, compl); be_parse_rx_compl_v1()
1973 GET_RX_COMPL_V1_BITS(tunneled, compl); be_parse_rx_compl_v1()
1976 static void be_parse_rx_compl_v0(struct be_eth_rx_compl *compl, be_parse_rx_compl_v0() argument
1979 rxcp->pkt_size = GET_RX_COMPL_V0_BITS(pktsize, compl); be_parse_rx_compl_v0()
1980 rxcp->vlanf = GET_RX_COMPL_V0_BITS(vtp, compl); be_parse_rx_compl_v0()
1981 rxcp->err = GET_RX_COMPL_V0_BITS(err, compl); be_parse_rx_compl_v0()
1982 rxcp->tcpf = GET_RX_COMPL_V0_BITS(tcpf, compl); be_parse_rx_compl_v0()
1983 rxcp->udpf = GET_RX_COMPL_V0_BITS(udpf, compl); be_parse_rx_compl_v0()
1984 rxcp->ip_csum = GET_RX_COMPL_V0_BITS(ipcksm, compl); be_parse_rx_compl_v0()
1985 rxcp->l4_csum = GET_RX_COMPL_V0_BITS(l4_cksm, compl); be_parse_rx_compl_v0()
1986 rxcp->ipv6 = GET_RX_COMPL_V0_BITS(ip_version, compl); be_parse_rx_compl_v0()
1987 rxcp->num_rcvd = GET_RX_COMPL_V0_BITS(numfrags, compl); be_parse_rx_compl_v0()
1988 rxcp->pkt_type = GET_RX_COMPL_V0_BITS(cast_enc, compl); be_parse_rx_compl_v0()
1989 rxcp->rss_hash = GET_RX_COMPL_V0_BITS(rsshash, compl); be_parse_rx_compl_v0()
1991 rxcp->qnq = GET_RX_COMPL_V0_BITS(qnq, compl); be_parse_rx_compl_v0()
1992 rxcp->vlan_tag = GET_RX_COMPL_V0_BITS(vlan_tag, compl); be_parse_rx_compl_v0()
1994 rxcp->port = GET_RX_COMPL_V0_BITS(port, compl); be_parse_rx_compl_v0()
1995 rxcp->ip_frag = GET_RX_COMPL_V0_BITS(ip_frag, compl); be_parse_rx_compl_v0()
2000 struct be_eth_rx_compl *compl = queue_tail_node(&rxo->cq); be_rx_compl_get() local
2005 * valid bit is at the same position in both v0 and v1 Rx compl */ be_rx_compl_get()
2006 if (compl->dw[offsetof(struct amap_eth_rx_compl_v1, valid) / 32] == 0) be_rx_compl_get()
2010 be_dws_le_to_cpu(compl, sizeof(*compl)); be_rx_compl_get()
2013 be_parse_rx_compl_v1(compl, rxcp); be_rx_compl_get()
2015 be_parse_rx_compl_v0(compl, rxcp); be_rx_compl_get()
2036 /* As the compl has been parsed, reset it; we wont touch it again */ be_rx_compl_get()
2037 compl->dw[offsetof(struct amap_eth_rx_compl_v1, valid) / 32] = 0; be_rx_compl_get()
2139 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); be_tx_compl_get() local
2141 if (compl->dw[offsetof(struct amap_eth_tx_compl, valid) / 32] == 0) be_tx_compl_get()
2146 be_dws_le_to_cpu(compl, sizeof(*compl)); be_tx_compl_get()
2148 txcp->status = GET_TX_COMPL_BITS(status, compl); be_tx_compl_get()
2149 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); be_tx_compl_get()
2151 compl->dw[offsetof(struct amap_eth_tx_compl, valid) / 32] = 0; be_tx_compl_get()
2231 * In Lancer, there is no need to wait for flush compl. be_rx_cq_clean()
2241 "did not receive flush compl\n"); be_rx_cq_clean()
2317 /* Use the tx-compl process logic to handle requests for_all_tx_queues()
2616 /* Is it a flush compl that has no data */ be_process_rx()
2620 /* Discard compl with partial DMA Lancer B0 */ be_process_rx()
H A Dbe_cmds.h115 /* When the event code of compl->flags is link-state, the mcc_compl
128 /* When the event code of compl->flags is GRP-5 and event_type is QOS_SPEED
139 /* When the event code of compl->flags is GRP5 and event type is
152 /* When the event code of compl->flags is GRP5 and event type is
185 struct be_mcc_compl compl; member in struct:be_mcc_mailbox
H A Dbe_ethtool.c159 /* Stats related to multi TX queues: get_stats routine assumes compl is the
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dadf_aer.c81 struct completion compl; member in struct:adf_reset_dev_data
131 complete(&reset_data->compl); adf_device_reset_worker()
150 init_completion(&reset_data->compl); adf_dev_aer_schedule_reset()
161 &reset_data->compl, wait_jiffies); adf_dev_aer_schedule_reset()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dps.c109 DECLARE_COMPLETION_ONSTACK(compl); wl1271_ps_elp_wakeup()
138 wl->elp_compl = &compl; wl1271_ps_elp_wakeup()
149 &compl, msecs_to_jiffies(WL1271_WAKEUP_TIMEOUT)); wl1271_ps_elp_wakeup()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddispc-compat.c464 struct completion *compl = data; dispc_mgr_disable_isr() local
465 complete(compl); dispc_mgr_disable_isr()
514 struct completion *compl = data; dispc_digit_out_enable_isr() local
518 complete(compl); dispc_digit_out_enable_isr()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_core.c247 static void bfa_iocfc_stop_cb(void *bfa_arg, bfa_boolean_t compl);
248 static void bfa_iocfc_enable_cb(void *bfa_arg, bfa_boolean_t compl);
249 static void bfa_iocfc_disable_cb(void *bfa_arg, bfa_boolean_t compl);
1207 bfa_iocfc_stop_cb(void *bfa_arg, bfa_boolean_t compl) bfa_iocfc_stop_cb() argument
1212 if (compl) bfa_iocfc_stop_cb()
1217 bfa_iocfc_enable_cb(void *bfa_arg, bfa_boolean_t compl) bfa_iocfc_enable_cb() argument
1222 if (compl) bfa_iocfc_enable_cb()
1227 bfa_iocfc_disable_cb(void *bfa_arg, bfa_boolean_t compl) bfa_iocfc_disable_cb() argument
1232 if (compl) bfa_iocfc_disable_cb()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_dmm_priv.h151 struct completion compl; member in struct:refill_engine
H A Domap_dmm_tiler.c153 complete(&dmm->engines[i].compl); omap_dmm_irq_handler()
277 reinit_completion(&engine->compl); dmm_txn_commit()
286 if (!wait_for_completion_timeout(&engine->compl, dmm_txn_commit()
723 init_completion(&omap_dmm->engines[i].compl); omap_dmm_probe()
/linux-4.1.27/drivers/usb/misc/
H A Duss720.c76 struct completion compl; member in struct:uss720_async_request
134 complete(&rq->compl); async_complete()
159 init_completion(&rq->compl); submit_async_request()
233 if (wait_for_completion_timeout(&rq->compl, HZ)) { get_1284_register()
/linux-4.1.27/include/linux/
H A Dvia-core.h125 #define VDE_I_MCCFI 0x00000004 /* MCE compl. frame int status */
H A Dcrypto.h1142 * @compl: callback function pointer to be registered with the request handle
1162 u32 flags, crypto_completion_t compl, void *data) ablkcipher_request_set_callback()
1164 req->base.complete = compl; ablkcipher_request_set_callback()
1504 * @compl: callback function pointer to be registered with the request handle
1524 crypto_completion_t compl, aead_request_set_callback()
1527 req->base.complete = compl; aead_request_set_callback()
1160 ablkcipher_request_set_callback( struct ablkcipher_request *req, u32 flags, crypto_completion_t compl, void *data) ablkcipher_request_set_callback() argument
1522 aead_request_set_callback(struct aead_request *req, u32 flags, crypto_completion_t compl, void *data) aead_request_set_callback() argument
/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c34 BNX2FC_TGT_DBG(tgt, "upld_timer - Upload compl not received!!\n"); bnx2fc_upld_timer()
311 BNX2FC_TGT_DBG(tgt, "waiting for disable compl\n"); bnx2fc_upload_session()
H A Dbnx2fc_hwi.c1136 BNX2FC_TGT_DBG(tgt, "Entered ofld compl - context_id = 0x%x\n", bnx2fc_process_ofld_cmpl()
1190 BNX2FC_TGT_DBG(tgt, "Enable compl - context_id = 0x%x\n", bnx2fc_process_enable_conn_cmpl()
1292 printk(KERN_ERR PFX "init failure due to compl status err\n"); bnx2fc_init_failure()
H A Dbnx2fc_els.c356 BNX2FC_IO_DBG(srr_req, "srr compl - invalid opcode = %d\n", bnx2fc_srr_compl()
H A Dbnx2fc_io.c176 * tgt_lock is used to sync compl path and timeout bnx2fc_cmd_timeout()
177 * path. If els compl path is processing this IO, we bnx2fc_cmd_timeout()
H A Dbnx2fc_fcoe.c792 "Destroy compl not received!!\n"); bnx2fc_destroy_timer()
/linux-4.1.27/drivers/dma/ioat/
H A Ddma.h204 " ctl: %#10.8x (op: %#x int_en: %d compl: %d)\n", id, __dump_desc_dbg()
H A Ddma_v3.c784 " sz: %#10.8x ctl: %#x (op: %#x int: %d compl: %d pq: '%s%s'" dump_pq_desc_dbg()
817 " sz: %#x ctl: %#x (op: %#x int: %d compl: %d pq: '%s%s'" dump_pq16_desc_dbg()
/linux-4.1.27/drivers/staging/media/bcm2048/
H A Dradio-bcm2048.c284 struct completion compl; member in struct:bcm2048_device
998 if (!wait_for_completion_timeout(&bdev->compl, bcm2048_set_fm_search_tune_mode()
1926 complete(&bdev->compl); bcm2048_work()
2607 init_completion(&bdev->compl); bcm2048_i2c_driver_probe()
/linux-4.1.27/drivers/w1/masters/
H A Dds2482.c52 * To write, the top nibble must be the 1's compl. of the low nibble.
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1133 * @compl: the value of the COMPL bit to use
1141 unsigned int compl) write_tx_pkt_wr()
1186 | F_WR_SOP | F_WR_EOP | compl); write_tx_pkt_wr()
1202 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | compl), write_tx_pkt_wr()
1224 unsigned int ndesc, pidx, credits, gen, compl; t3_eth_xmit() local
1271 compl = (q->unacked & 8) << (S_WR_COMPL - 3); t3_eth_xmit()
1315 write_tx_pkt_wr(adap, skb, pi, pidx, gen, q, ndesc, compl); t3_eth_xmit()
1137 write_tx_pkt_wr(struct adapter *adap, struct sk_buff *skb, const struct port_info *pi, unsigned int pidx, unsigned int gen, struct sge_txq *q, unsigned int ndesc, unsigned int compl) write_tx_pkt_wr() argument
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli4.h522 struct lpfc_queue **fcp_cq;/* Fast-path FCP compl queue */
H A Dlpfc_sli.c2321 /* Unknown mailbox command compl */ lpfc_sli_handle_mb_event()
9849 * iocb off txcmplq and call compl in case of IOCB_ERROR. lpfc_sli_abort_iotag_issue()
9906 * iocb off txcmplq and call compl in case of IOCB_ERROR. lpfc_sli_issue_abort_iotag()
12451 "9149 Miss-matched fast-path compl " lpfc_sli4_fof_handle_eqe()
H A Dlpfc_bsg.c3605 * lpfc_bsg_issue_read_mbox_ext_cmpl - compl handler for multi-buffer read mbox
H A Dlpfc_init.c595 /* MBOX buffer will be freed in mbox compl */ lpfc_config_port_post()
1284 "standing:last compl time was %d ms.\n", lpfc_hb_timeout_handler()
H A Dlpfc_hbadisc.c4461 /* It matches, so deque and call compl lpfc_no_rpi()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_hw.c359 init_waitqueue_head(&entry->compl); hfa384x_cmd()
363 add_wait_queue(&entry->compl, &wait); hfa384x_cmd()
408 remove_wait_queue(&entry->compl, &wait); hfa384x_cmd()
698 wake_up_interruptible(&entry->compl); prism2_cmd_ev()
H A Dhostap_wlan.h551 wait_queue_head_t compl; member in struct:hostap_cmd_queue
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_proto_sctp.c217 * Init / Init Ack / Shutdown compl chunks not the only chunks for_each_sctp_chunk()
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dnetcp_core.c1510 snprintf(name, sizeof(name), "tx-compl-%s", ndev->name); netcp_setup_navigator_resources()
1530 snprintf(name, sizeof(name), "rx-compl-%s", ndev->name); netcp_setup_navigator_resources()
/linux-4.1.27/drivers/macintosh/
H A Dsmu.c768 DPRINTK("SMU: i2c compl. stage=%d status=%x pdata[0]=%x rlen: %x\n", smu_i2c_low_completion()
/linux-4.1.27/drivers/ata/
H A Dsata_sx4.c158 PDC_I2C_COMPLETE = (1 << 16), /* I2C normal compl. */
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_isr.c337 "compl=%02x, scsi=%02x, state=%02x, iFlags=%02x," qla4xxx_status_entry()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c569 int dlen, int len, u32 credits, int compl) make_tx_data_wr()
568 make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, int dlen, int len, u32 credits, int compl) make_tx_data_wr() argument
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h1079 #define IXGBE_RDRXCTL_RSCLLIDIS 0x00800000 /* Disable RSC compl on LLI */
/linux-4.1.27/drivers/scsi/
H A Dqla1280.c1347 dprintk(1, "qla1280_return_status: compl status = 0x%04x\n", qla1280_return_status()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dcnic.c4033 netdev_warn(dev->netdev, "RAMROD CLOSE compl with status 0x%x completion status 0x%x\n", cnic_cm_process_kcqe()

Completed in 3470 milliseconds