Searched refs:cb_p (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/isci/
H A Dremote_node_context.h219 void *cb_p);
223 void *cb_p);
H A Dremote_node_context.c526 void *cb_p)
533 sci_remote_node_context_setup_to_destroy(sci_rnc, cb_fn, cb_p);
540 sci_remote_node_context_setup_to_destroy(sci_rnc, cb_fn, cb_p);
544 sci_remote_node_context_setup_to_destroy(sci_rnc, cb_fn, cb_p);
657 void *cb_p)
664 "%s: state %s, cb_fn = %p, cb_p = %p; dest_state = %d; "
666 __func__, rnc_state_name(state), cb_fn, cb_p, local
676 sci_remote_node_context_setup_to_resume(sci_rnc, cb_fn, cb_p,
697 sci_rnc, cb_fn, cb_p,
702 sci_rnc, cb_fn, cb_p,
524 sci_remote_node_context_destruct(struct sci_remote_node_context *sci_rnc, scics_sds_remote_node_context_callback cb_fn, void *cb_p) argument
655 sci_remote_node_context_resume(struct sci_remote_node_context *sci_rnc, scics_sds_remote_node_context_callback cb_fn, void *cb_p) argument
769 sci_remote_node_context_start_task( struct sci_remote_node_context *sci_rnc, struct isci_request *ireq, scics_sds_remote_node_context_callback cb_fn, void *cb_p) argument
[all...]
H A Dremote_device.h357 void *cb_p);
H A Dremote_device.c1343 void *cb_p)
1347 status = sci_remote_node_context_resume(&idev->rnc, cb_fn, cb_p);
1340 sci_remote_device_resume( struct isci_remote_device *idev, scics_sds_remote_node_context_callback cb_fn, void *cb_p) argument

Completed in 194 milliseconds