/Linux-v4.19/crypto/ |
D | seqiv.c | 60 crypto_completion_t compl; in seqiv_aead_encrypt() local 122 crypto_completion_t compl; in seqiv_aead_decrypt() local
|
D | echainiv.c | 95 crypto_completion_t compl; in echainiv_decrypt() local
|
D | cryptd.c | 294 crypto_completion_t compl) in cryptd_blkcipher_enqueue() 536 crypto_completion_t compl) in cryptd_skcipher_enqueue() 701 crypto_completion_t compl) in cryptd_hash_enqueue() 957 crypto_completion_t compl; in cryptd_aead_crypt() local 1004 crypto_completion_t compl) in cryptd_aead_enqueue()
|
D | gcm.c | 225 crypto_completion_t compl, in gcm_hash_update() 240 crypto_completion_t compl, u32 flags) in gcm_hash_remain()
|
/Linux-v4.19/net/rxrpc/ |
D | peer_event.c | 209 enum rxrpc_call_completion compl = RXRPC_CALL_NETWORK_ERROR; in rxrpc_store_error() local 276 enum rxrpc_call_completion compl) in rxrpc_distribute_error()
|
D | conn_event.c | 156 enum rxrpc_call_completion compl) in rxrpc_abort_calls()
|
/Linux-v4.19/security/keys/ |
D | dh.c | 77 struct dh_completion *compl = req->data; in dh_crypto_done() local 243 struct dh_completion compl; in __keyctl_dh_compute() local
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 325 struct be_mcc_compl *compl) in beiscsi_process_mbox_compl() 368 struct be_mcc_compl *compl) in beiscsi_process_async_link() 406 struct be_mcc_compl *compl) in beiscsi_process_async_sli() 459 struct be_mcc_compl *compl) in beiscsi_process_async_event() 490 struct be_mcc_compl *compl) in beiscsi_process_mcc_compl()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 143 static inline bool be_mcc_compl_is_new(struct be_mcc_compl *compl) in be_mcc_compl_is_new() 158 static inline void be_mcc_compl_use(struct be_mcc_compl *compl) in be_mcc_compl_use() 190 struct be_mcc_compl *compl, in be_async_cmd_process() 247 struct be_mcc_compl *compl) in be_mcc_compl_process() 287 struct be_mcc_compl *compl) in be_async_link_state_process() 313 struct be_mcc_compl *compl) in be_async_port_misconfig_event_process() 371 struct be_mcc_compl *compl) in be_async_grp5_cos_priority_process() 385 struct be_mcc_compl *compl) in be_async_grp5_qos_speed_process() 397 struct be_mcc_compl *compl) in be_async_grp5_pvid_state_process() 412 struct be_mcc_compl *compl) in be_async_grp5_fw_control_process() [all …]
|
D | be_main.c | 2489 static void be_parse_rx_compl_v1(struct be_eth_rx_compl *compl, in be_parse_rx_compl_v1() 2512 static void be_parse_rx_compl_v0(struct be_eth_rx_compl *compl, in be_parse_rx_compl_v0() 2536 struct be_eth_rx_compl *compl = queue_tail_node(&rxo->cq); in be_rx_compl_get() local 2716 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); in be_tx_compl_get() local
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc-compat.c | 464 struct completion *compl = data; in dispc_mgr_disable_isr() local 514 struct completion *compl = data; in dispc_digit_out_enable_isr() local
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | adf_aer.c | 81 struct completion compl; member
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_core.c | 1219 bfa_iocfc_stop_cb(void *bfa_arg, bfa_boolean_t compl) in bfa_iocfc_stop_cb() 1229 bfa_iocfc_enable_cb(void *bfa_arg, bfa_boolean_t compl) in bfa_iocfc_enable_cb() 1239 bfa_iocfc_disable_cb(void *bfa_arg, bfa_boolean_t compl) in bfa_iocfc_disable_cb()
|
/Linux-v4.19/include/crypto/ |
D | aead.h | 469 crypto_completion_t compl, in aead_request_set_callback()
|
D | skcipher.h | 577 crypto_completion_t compl, in skcipher_request_set_callback()
|
D | hash.h | 627 crypto_completion_t compl, in ahash_request_set_callback()
|
/Linux-v4.19/drivers/soc/qcom/ |
D | rpmh.c | 82 struct completion *compl = rpm_msg->completion; in rpmh_tx_done() local
|
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 164 u32 len, u32 credits, u32 compl) in cxgbit_tx_data_wr() 213 u32 compl = 0; in cxgbit_push_tx_frames() local
|
/Linux-v4.19/drivers/scsi/snic/ |
D | snic_stats.h | 30 atomic64_t compl; /* IO Completions */ member
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 162 int send_tx_flowc_wr(struct sock *sk, int compl, in send_tx_flowc_wr() 513 u32 credits, u32 compl) in make_tx_data_wr()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_priv.h | 151 struct completion compl; member
|
/Linux-v4.19/drivers/usb/misc/ |
D | uss720.c | 60 struct completion compl; member
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 1183 unsigned int compl, const dma_addr_t *addr) in write_tx_pkt_wr() 1266 unsigned int ndesc, pidx, credits, gen, compl; in t3_eth_xmit() local
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | lio_vf_main.c | 1641 struct completion compl; in liquidio_vlan_rx_add_vid() local
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 640 int dlen, int len, u32 credits, int compl) in make_tx_data_wr()
|