Searched refs:cb_func (Results 1 – 13 of 13) sorted by relevance
25 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),672 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg), in bnx2fc_initiate_els()714 els_req->cb_func = cb_func; in bnx2fc_initiate_els()742 els_req->cb_func = NULL; in bnx2fc_initiate_els()783 els_req->cb_func = NULL; in bnx2fc_initiate_els()849 if ((els_req->cb_func) && (els_req->cb_arg)) { in bnx2fc_process_els_compl()850 els_req->cb_func(els_req->cb_arg); in bnx2fc_process_els_compl()
226 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()
426 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member
144 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_cmd_timeout()145 io_req->cb_func(io_req->cb_arg); in bnx2fc_cmd_timeout()
11 void (*cb_func)(struct qedf_els_cb_arg *cb_arg), in qedf_initiate_els()71 els_req->cb_func = cb_func; in qedf_initiate_els()95 els_req->cb_func = NULL; in qedf_initiate_els()183 if ((els_req->cb_func) && (els_req->cb_arg)) { in qedf_process_els_compl()184 els_req->cb_func(els_req->cb_arg); in qedf_process_els_compl()
166 void (*cb_func)(struct qedf_els_cb_arg *cb_arg); member
86 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()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()
103 cs_etm_mem_cb_type cb_func);
68 cs_etm_mem_cb_type cb_func) in cs_etm_decoder__add_mem_access_cb() argument70 decoder->mem_access = cb_func; in cs_etm_decoder__add_mem_access_cb()
571 IAVF_ADMINQ_CALLBACK cb_func = in iavf_clean_asq() local574 cb_func(hw, &desc_cb); in iavf_clean_asq()
704 I40E_ADMINQ_CALLBACK cb_func = in i40e_clean_asq() local707 cb_func(hw, &desc_cb); in i40e_clean_asq()
1732 u8 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func);
2053 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func) in mpt3sas_base_register_callback_handler() argument2061 mpt_callbacks[cb_idx] = cb_func; in mpt3sas_base_register_callback_handler()
Completed in 50 milliseconds