Searched refs:cb_func (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | kernel_user_comm.c | 216 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/ |
D | bnx2fc_els.c | 24 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()
|
D | bnx2fc_tgt.c | 228 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()
|
D | bnx2fc.h | 431 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member
|
D | bnx2fc_io.c | 188 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/ |
D | libcfs_kernelcomm.h | 97 int libcfs_kkuc_group_foreach(int group, libcfs_kkuc_cb_t cb_func,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_log.h | 92 void (*cb_func)(void *, int); member
|
D | xfs_log_cil.c | 632 ctx->log_cb.cb_func = xlog_cil_committed; in xlog_cil_push()
|
D | xfs_log.c | 2729 cb->cb_func(cb->cb_arg, aborted); in xlog_state_do_callback()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq.c | 635 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/ |
D | i40e_adminq.c | 685 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/ |
D | mpt2sas_base.h | 1057 u8 mpt2sas_base_register_callback_handler(MPT_CALLBACK cb_func);
|
D | mpt2sas_base.c | 1093 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/ |
D | mpt3sas_base.h | 998 u8 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func);
|
D | mpt3sas_base.c | 1081 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()
|