Home
last modified time | relevance | path

Searched refs:cb_func (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dkernel_user_comm.c216 int libcfs_kkuc_group_foreach(int group, libcfs_kkuc_cb_t cb_func, in libcfs_kkuc_group_foreach() argument
234 rc = cb_func(reg->kr_data, cb_arg); in libcfs_kkuc_group_foreach()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_els.c24 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),
664 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg), in bnx2fc_initiate_els()
707 els_req->cb_func = cb_func; in bnx2fc_initiate_els()
734 els_req->cb_func = NULL; in bnx2fc_initiate_els()
775 els_req->cb_func = NULL; in bnx2fc_initiate_els()
841 if ((els_req->cb_func) && (els_req->cb_arg)) { in bnx2fc_process_els_compl()
842 els_req->cb_func(els_req->cb_arg); in bnx2fc_process_els_compl()
Dbnx2fc_tgt.c228 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_flush_active_ios()
229 io_req->cb_func(io_req->cb_arg); in bnx2fc_flush_active_ios()
Dbnx2fc.h431 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member
Dbnx2fc_io.c188 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_cmd_timeout()
189 io_req->cb_func(io_req->cb_arg); in bnx2fc_cmd_timeout()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_kernelcomm.h97 int libcfs_kkuc_group_foreach(int group, libcfs_kkuc_cb_t cb_func,
/linux-4.1.27/fs/xfs/
Dxfs_log.h92 void (*cb_func)(void *, int); member
Dxfs_log_cil.c632 ctx->log_cb.cb_func = xlog_cil_committed; in xlog_cil_push()
Dxfs_log.c2729 cb->cb_func(cb->cb_arg, aborted); in xlog_state_do_callback()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c635 I40E_ADMINQ_CALLBACK cb_func = in i40e_clean_asq() local
638 cb_func(hw, &desc_cb); in i40e_clean_asq()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c685 I40E_ADMINQ_CALLBACK cb_func = in i40e_clean_asq() local
688 cb_func(hw, &desc_cb); in i40e_clean_asq()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.h1057 u8 mpt2sas_base_register_callback_handler(MPT_CALLBACK cb_func);
Dmpt2sas_base.c1093 mpt2sas_base_register_callback_handler(MPT_CALLBACK cb_func) in mpt2sas_base_register_callback_handler() argument
1101 mpt_callbacks[cb_idx] = cb_func; in mpt2sas_base_register_callback_handler()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.h998 u8 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func);
Dmpt3sas_base.c1081 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func) in mpt3sas_base_register_callback_handler() argument
1089 mpt_callbacks[cb_idx] = cb_func; in mpt3sas_base_register_callback_handler()