Lines Matching defs:callback
261 void (*callback)(struct sbp2_orb * orb, struct sbp2_status * status);
449 orb->callback(orb, &status);
450 kref_put(&orb->kref, free_orb); /* orb callback reference */
466 * the orb before we get this callback. The status write
469 * So this callback only sets the rcode if it hasn't already
481 orb->callback(orb, NULL);
482 kref_put(&orb->kref, free_orb); /* orb callback reference */
487 kref_put(&orb->kref, free_orb); /* transaction callback reference */
505 kref_get(&orb->kref); /* transaction callback reference */
506 kref_get(&orb->kref); /* orb callback reference */
531 orb->callback(orb, NULL);
532 kref_put(&orb->kref, free_orb); /* orb callback reference */
598 orb->base.callback = complete_management_orb;
1476 orb->base.callback = complete_command_orb;