Home
last modified time | relevance | path

Searched refs:cb_arg (Results 1 – 25 of 31) sorted by relevance

12

/drivers/scsi/bnx2fc/
A Dbnx2fc_els.c34 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 Dbnx2fc_io.c146 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 Dbnx2fc_tgt.c226 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 Dbnx2fc.h426 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg);
427 struct bnx2fc_els_cb_arg *cb_arg; member
/drivers/scsi/qedf/
A Dqedf_els.c73 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 Dqedf.h166 void (*cb_func)(struct qedf_els_cb_arg *cb_arg);
167 struct qedf_els_cb_arg *cb_arg; member
A Dqedf_io.c86 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 Damdxdna_mailbox_helper.c21 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 Daie2_solver.h100 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 Daie2_solver.c28 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 Daie2_pci.c269 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 Dport100.c1203 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 Dtrf7970a.c442 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 Defct_hw.c3083 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 Dclk-tegra20-emc.c46 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 Dcore.c702 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 Dnitrox_reqmgr.c384 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 Dnitrox_common.h26 void *cb_arg);
/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A Dconn.h47 void (*recv_cb)(void *cb_arg, struct mlx5_fpga_dma_buf *buf);
48 void *cb_arg; member
A Dsdk.h116 void (*recv_cb)(void *cb_arg, struct mlx5_fpga_dma_buf *buf);
118 void *cb_arg; member
/drivers/scsi/bfa/
A Dbfa_fcs_fcpim.c711 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 Dcmd.h34 #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 Dlibertas_tf.h498 #define lbtf_cmd(priv, cmdnr, cmd, cb, cb_arg) ({ \ argument
501 __lbtf_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \
/drivers/android/
A Dbinder_alloc.h126 void *cb_arg);
/drivers/firmware/
A Darm_sdei.c199 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()

Completed in 92 milliseconds

12