Searched refs:cb_arg (Results 1 - 15 of 15) sorted by relevance

/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c24 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),
25 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec);
27 static void bnx2fc_rrq_compl(struct bnx2fc_els_cb_arg *cb_arg) argument
33 BUG_ON(!cb_arg);
34 rrq_req = cb_arg->io_req;
35 orig_io_req = cb_arg->aborted_io_req;
57 kfree(cb_arg);
65 struct bnx2fc_els_cb_arg *cb_arg = NULL; local
75 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_NOIO);
76 if (!cb_arg) {
114 bnx2fc_l2_els_compl(struct bnx2fc_els_cb_arg *cb_arg) argument
178 struct bnx2fc_els_cb_arg *cb_arg; local
206 struct bnx2fc_els_cb_arg *cb_arg; local
234 struct bnx2fc_els_cb_arg *cb_arg; local
257 bnx2fc_srr_compl(struct bnx2fc_els_cb_arg *cb_arg) argument
367 bnx2fc_rec_compl(struct bnx2fc_els_cb_arg *cb_arg) argument
579 struct bnx2fc_els_cb_arg *cb_arg = NULL; local
621 struct bnx2fc_els_cb_arg *cb_arg = NULL; local
662 bnx2fc_initiate_els(struct bnx2fc_rport *tgt, unsigned int op, void *data, u32 data_len, void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg), struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec) argument
[all...]
H A Dbnx2fc_io.c188 if ((io_req->cb_func) && (io_req->cb_arg)) {
189 io_req->cb_func(io_req->cb_arg);
190 io_req->cb_arg = NULL;
967 struct bnx2fc_els_cb_arg *cb_arg = NULL; local
980 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC);
981 if (!cb_arg) {
982 printk(KERN_ERR PFX "Unable to alloc cb_arg for seq clnup\n");
991 kfree(cb_arg);
1009 cb_arg->aborted_io_req = orig_io_req;
1010 cb_arg
1315 struct bnx2fc_els_cb_arg *cb_arg = seq_clnp_req->cb_arg; local
[all...]
H A Dbnx2fc.h431 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg);
432 struct bnx2fc_els_cb_arg *cb_arg; member in struct:bnx2fc_cmd
H A Dbnx2fc_tgt.c228 if ((io_req->cb_func) && (io_req->cb_arg)) {
229 io_req->cb_func(io_req->cb_arg);
230 io_req->cb_arg = NULL;
/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_kernelcomm.h80 typedef int (*libcfs_kkuc_cb_t)(__u32 data, void *cb_arg);
98 void *cb_arg);
/drivers/nfc/
H A Dport100.c1085 struct port100_cb_arg *cb_arg = arg; local
1086 nfc_digital_cmd_complete_t cb = cb_arg->complete_cb;
1128 cb(dev->nfc_digital_dev, cb_arg->complete_arg, resp);
1130 kfree(cb_arg);
1138 struct port100_cb_arg *cb_arg; local
1141 cb_arg = kzalloc(sizeof(struct port100_cb_arg), GFP_KERNEL);
1142 if (!cb_arg)
1145 cb_arg->complete_cb = cb;
1146 cb_arg->complete_arg = arg;
1153 port100_in_comm_rf_complete, cb_arg);
1264 struct port100_cb_arg *cb_arg = arg; local
1306 struct port100_cb_arg *cb_arg; local
1335 struct port100_cb_arg *cb_arg; local
[all...]
H A Dtrf7970a.c437 void *cb_arg; member in struct:trf7970a
629 trf->cb(trf->ddev, trf->cb_arg, trf->rx_skb);
1501 trf->cb_arg = arg;
1750 trf->cb_arg = arg;
/drivers/net/wireless/libertas/
H A Dcmd.h33 #define lbs_cmd(priv, cmdnr, cmd, cb, cb_arg) ({ \
36 __lbs_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \
/drivers/scsi/bfa/
H A Dbfa_fcs_fcpim.c700 bfa_cb_itnim_offline(void *cb_arg) argument
702 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cb_arg;
713 bfa_cb_itnim_tov_begin(void *cb_arg) argument
715 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cb_arg;
724 bfa_cb_itnim_tov(void *cb_arg) argument
726 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cb_arg;
741 bfa_cb_itnim_sler(void *cb_arg) argument
743 struct bfa_fcs_itnim_s *itnim = (struct bfa_fcs_itnim_s *) cb_arg;
H A Dbfa_svc.h118 void *cb_arg, bfa_status_t req_status,
/drivers/staging/lustre/lustre/libcfs/
H A Dkernel_user_comm.c214 * @param cb_arg iextra argument to be passed to the callback function.
217 void *cb_arg)
234 rc = cb_func(reg->kr_data, cb_arg);
216 libcfs_kkuc_group_foreach(int group, libcfs_kkuc_cb_t cb_func, void *cb_arg) argument
/drivers/net/wireless/libertas_tf/
H A Dlibertas_tf.h500 #define lbtf_cmd(priv, cmdnr, cmd, cb, cb_arg) ({ \
503 __lbtf_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \
/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c882 void *cb_arg, int flags)
892 cb(cb_arg, &stack_sg, /*nseg*/1, /*error*/0);
880 ahc_dmamap_load(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map, void *buf, bus_size_t buflen, bus_dmamap_callback_t *cb, void *cb_arg, int flags) argument
H A Daic79xx_osm.c987 void *cb_arg, int flags)
997 cb(cb_arg, &stack_sg, /*nseg*/1, /*error*/0);
985 ahd_dmamap_load(struct ahd_softc *ahd, bus_dma_tag_t dmat, bus_dmamap_t map, void *buf, bus_size_t buflen, bus_dmamap_callback_t *cb, void *cb_arg, int flags) argument
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_request.c2124 * @param cb_arg callback argument (obd_import)
2126 static int mdc_hsm_ct_reregister(__u32 data, void *cb_arg) argument
2128 struct obd_import *imp = (struct obd_import *)cb_arg;

Completed in 1835 milliseconds