Home
last modified time | relevance | path

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

/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()
706 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.c143 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_cmd_timeout()
144 io_req->cb_func(io_req->cb_arg); in bnx2fc_cmd_timeout()
/drivers/staging/lustre/lustre/libcfs/
Dkernel_user_comm.c217 int libcfs_kkuc_group_foreach(int group, libcfs_kkuc_cb_t cb_func, in libcfs_kkuc_group_foreach() argument
235 rc = cb_func(reg->kr_data, cb_arg); in libcfs_kkuc_group_foreach()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_kernelcomm.h97 int libcfs_kkuc_group_foreach(int group, libcfs_kkuc_cb_t cb_func,
/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c622 I40E_ADMINQ_CALLBACK cb_func = in i40e_clean_asq() local
625 cb_func(hw, &desc_cb); in i40e_clean_asq()
/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c690 I40E_ADMINQ_CALLBACK cb_func = in i40e_clean_asq() local
693 cb_func(hw, &desc_cb); in i40e_clean_asq()
/drivers/scsi/mpt3sas/
Dmpt3sas_base.h1234 u8 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func);
Dmpt3sas_base.c1135 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func) in mpt3sas_base_register_callback_handler() argument
1143 mpt_callbacks[cb_idx] = cb_func; in mpt3sas_base_register_callback_handler()