| /drivers/scsi/bnx2fc/ |
| A D | bnx2fc_els.c | 34 BUG_ON(!cb_arg); in bnx2fc_rrq_compl() 58 kfree(cb_arg); in bnx2fc_rrq_compl() 84 if (!cb_arg) { in bnx2fc_send_rrq() 114 kfree(cb_arg); in bnx2fc_send_rrq() 179 kfree(cb_arg); in bnx2fc_l2_els_compl() 193 if (!cb_arg) { in bnx2fc_send_adisc() 206 kfree(cb_arg); in bnx2fc_send_adisc() 221 if (!cb_arg) { in bnx2fc_send_logo() 234 kfree(cb_arg); in bnx2fc_send_logo() 249 if (!cb_arg) { in bnx2fc_send_rls() [all …]
|
| A D | bnx2fc_io.c | 146 io_req->cb_arg = NULL; in bnx2fc_cmd_timeout() 946 if (!cb_arg) { in bnx2fc_initiate_seq_cleanup() 956 kfree(cb_arg); in bnx2fc_initiate_seq_cleanup() 975 cb_arg->io_req = seq_clnp_req; in bnx2fc_initiate_seq_cleanup() 976 cb_arg->r_ctl = r_ctl; in bnx2fc_initiate_seq_cleanup() 977 cb_arg->offset = offset; in bnx2fc_initiate_seq_cleanup() 978 seq_clnp_req->cb_arg = cb_arg; in bnx2fc_initiate_seq_cleanup() 1291 struct bnx2fc_els_cb_arg *cb_arg = seq_clnp_req->cb_arg; in bnx2fc_process_seq_cleanup_compl() local 1293 u32 offset = cb_arg->offset; in bnx2fc_process_seq_cleanup_compl() 1315 seq_clnp_req->cb_arg = NULL; in bnx2fc_process_seq_cleanup_compl() [all …]
|
| A D | bnx2fc_tgt.c | 226 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_flush_active_ios() 227 io_req->cb_func(io_req->cb_arg); in bnx2fc_flush_active_ios() 228 io_req->cb_arg = NULL; in bnx2fc_flush_active_ios()
|
| A D | bnx2fc.h | 426 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); 427 struct bnx2fc_els_cb_arg *cb_arg; member
|
| /drivers/scsi/qedf/ |
| A D | qedf_els.c | 73 cb_arg->op = op; in qedf_initiate_els() 74 els_req->cb_arg = cb_arg; in qedf_initiate_els() 233 kfree(cb_arg); in qedf_rrq_compl() 301 if (!cb_arg) { in qedf_send_rrq() 323 kfree(cb_arg); in qedf_send_rrq() 497 kfree(cb_arg); in qedf_l2_els_compl() 514 if (!cb_arg) { in qedf_send_adisc() 620 kfree(cb_arg); in qedf_srr_compl() 724 orig_io_req->cb_arg = cb_arg; in qedf_initiate_seq_cleanup() 749 cb_arg = io_req->cb_arg; in qedf_process_seq_cleanup_compl() [all …]
|
| A D | qedf.h | 166 void (*cb_func)(struct qedf_els_cb_arg *cb_arg); 167 struct qedf_els_cb_arg *cb_arg; member
|
| A D | qedf_io.c | 86 if (io_req->cb_func && io_req->cb_arg) { in qedf_cmd_timeout() 87 io_req->cb_func(io_req->cb_arg); in qedf_cmd_timeout() 88 io_req->cb_arg = NULL; in qedf_cmd_timeout() 1575 if (els_req->cb_func && els_req->cb_arg) { in qedf_flush_els_req() 1576 els_req->cb_func(els_req->cb_arg); in qedf_flush_els_req() 1577 els_req->cb_arg = NULL; in qedf_flush_els_req()
|
| /drivers/accel/amdxdna/ |
| A D | amdxdna_mailbox_helper.c | 21 struct xdna_notify *cb_arg = handle; in xdna_msg_cb() local 27 if (unlikely(cb_arg->size != size)) { in xdna_msg_cb() 28 cb_arg->error = -EINVAL; in xdna_msg_cb() 32 memcpy_fromio(cb_arg->data, data, cb_arg->size); in xdna_msg_cb() 34 16, 4, cb_arg->data, cb_arg->size, true); in xdna_msg_cb() 36 ret = cb_arg->error; in xdna_msg_cb() 37 complete(&cb_arg->comp); in xdna_msg_cb()
|
| A D | aie2_solver.h | 100 int (*load)(void *cb_arg, struct xrs_action_load *action); 101 int (*unload)(void *cb_arg); 146 int xrs_allocate_resource(void *hdl, struct alloc_requests *req, void *cb_arg);
|
| A D | aie2_solver.c | 28 void *cb_arg; member 299 int xrs_allocate_resource(void *hdl, struct alloc_requests *req, void *cb_arg) in xrs_allocate_resource() argument 325 ret = xrs->cfg.actions->load(cb_arg, &load_act); in xrs_allocate_resource() 334 snode->cb_arg = cb_arg; in xrs_allocate_resource() 358 xrs->cfg.actions->unload(node->cb_arg); in xrs_release_resource()
|
| A D | aie2_pci.c | 269 static int aie2_xrs_load(void *cb_arg, struct xrs_action_load *action) in aie2_xrs_load() argument 271 struct amdxdna_hwctx *hwctx = cb_arg; in aie2_xrs_load() 286 static int aie2_xrs_unload(void *cb_arg) in aie2_xrs_unload() argument 288 struct amdxdna_hwctx *hwctx = cb_arg; in aie2_xrs_unload()
|
| /drivers/nfc/ |
| A D | port100.c | 1203 kfree(cb_arg); in port100_in_comm_rf_complete() 1215 if (!cb_arg) in port100_in_send_cmd() 1218 cb_arg->complete_cb = cb; in port100_in_send_cmd() 1347 if (cb_arg->mdaa && in port100_tg_comm_rf_complete() 1369 kfree(cb_arg); in port100_tg_comm_rf_complete() 1381 if (!cb_arg) in port100_tg_send_cmd() 1384 cb_arg->complete_cb = cb; in port100_tg_send_cmd() 1422 if (!cb_arg) in port100_listen_mdaa() 1425 cb_arg->complete_cb = cb; in port100_listen_mdaa() 1427 cb_arg->mdaa = 1; in port100_listen_mdaa() [all …]
|
| A D | trf7970a.c | 442 void *cb_arg; member 672 trf->cb(trf->ddev, trf->cb_arg, trf->rx_skb); in trf7970a_send_upstream() 1567 trf->cb_arg = arg; in trf7970a_send_cmd() 1825 trf->cb_arg = arg; in _trf7970a_tg_listen()
|
| /drivers/scsi/elx/efct/ |
| A D | efct_hw.c | 3083 if (cb_arg) { in efct_hw_cb_link_stat() 3087 cb_arg->cb(status, num_counters, counts, cb_arg->arg); in efct_hw_cb_link_stat() 3108 cb_arg = kzalloc(sizeof(*cb_arg), GFP_ATOMIC); in efct_hw_get_link_stats() 3109 if (!cb_arg) in efct_hw_get_link_stats() 3168 if (cb_arg) { in efct_hw_cb_host_stat() 3172 cb_arg->cb(status, num_counters, counts, cb_arg->arg); in efct_hw_cb_host_stat() 3192 cb_arg = kmalloc(sizeof(*cb_arg), GFP_ATOMIC); in efct_hw_get_host_stats() 3193 if (!cb_arg) in efct_hw_get_host_stats() 3284 if (cb_arg) { in efct_hw_cb_fw_write() 3310 cb_arg = kzalloc(sizeof(*cb_arg), GFP_KERNEL); in efct_hw_firmware_write() [all …]
|
| /drivers/clk/tegra/ |
| A D | clk-tegra20-emc.c | 46 void *cb_arg; member 179 emc->cb_arg); in emc_determine_rate() 225 void *cb_arg) in tegra20_clk_set_emc_round_callback() argument 236 emc->cb_arg = cb_arg; in tegra20_clk_set_emc_round_callback()
|
| /drivers/nfc/st95hf/ |
| A D | core.c | 702 struct st95_digital_cmd_complete_arg *cb_arg; in st95hf_response_handler() local 704 cb_arg = &stcontext->complete_cb_arg; in st95hf_response_handler() 715 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && cb_arg->rats && in st95hf_response_handler() 733 cb_arg->rats = false; in st95hf_response_handler() 775 struct st95_digital_cmd_complete_arg *cb_arg; in st95hf_irq_thread_handler() local 798 cb_arg = &stcontext->complete_cb_arg; in st95hf_irq_thread_handler() 799 skb_resp = cb_arg->skb_resp; in st95hf_irq_thread_handler() 847 cb_arg->complete_cb(stcontext->ddev, cb_arg->cb_usrarg, skb_resp); in st95hf_irq_thread_handler() 858 cb_arg->rats = false; in st95hf_irq_thread_handler() 861 cb_arg->complete_cb(stcontext->ddev, cb_arg->cb_usrarg, skb_resp); in st95hf_irq_thread_handler()
|
| /drivers/crypto/cavium/nitrox/ |
| A D | nitrox_reqmgr.c | 384 void *cb_arg) in nitrox_process_se_request() argument 401 sr->cb_arg = cb_arg; in nitrox_process_se_request() 543 void *cb_arg; in process_response_list() local 574 cb_arg = sr->cb_arg; in process_response_list() 577 callback(cb_arg, err); in process_response_list()
|
| A D | nitrox_common.h | 26 void *cb_arg);
|
| /drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| A D | conn.h | 47 void (*recv_cb)(void *cb_arg, struct mlx5_fpga_dma_buf *buf); 48 void *cb_arg; member
|
| A D | sdk.h | 116 void (*recv_cb)(void *cb_arg, struct mlx5_fpga_dma_buf *buf); 118 void *cb_arg; member
|
| /drivers/scsi/bfa/ |
| A D | bfa_fcs_fcpim.c | 711 bfa_cb_itnim_offline(void *cb_arg) in bfa_cb_itnim_offline() argument 713 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cb_arg; in bfa_cb_itnim_offline() 724 bfa_cb_itnim_tov_begin(void *cb_arg) in bfa_cb_itnim_tov_begin() argument 726 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cb_arg; in bfa_cb_itnim_tov_begin() 735 bfa_cb_itnim_tov(void *cb_arg) in bfa_cb_itnim_tov() argument 737 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cb_arg; in bfa_cb_itnim_tov() 752 bfa_cb_itnim_sler(void *cb_arg) in bfa_cb_itnim_sler() argument 754 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cb_arg; in bfa_cb_itnim_sler()
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | cmd.h | 34 #define lbs_cmd(priv, cmdnr, cmd, cb, cb_arg) ({ \ argument 37 __lbs_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \
|
| /drivers/net/wireless/marvell/libertas_tf/ |
| A D | libertas_tf.h | 498 #define lbtf_cmd(priv, cmdnr, cmd, cb, cb_arg) ({ \ argument 501 __lbtf_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \
|
| /drivers/android/ |
| A D | binder_alloc.h | 126 void *cb_arg);
|
| /drivers/firmware/ |
| A D | arm_sdei.c | 199 void *cb_arg) in sdei_event_create() argument 240 reg->callback_arg = cb_arg; in sdei_event_create() 258 reg->callback_arg = cb_arg; in sdei_event_create()
|